dbgofy / isucon13

MIT License
0 stars 0 forks source link

DB を server 3 で動かす #68

Closed bgpat closed 1 year ago

bgpat commented 1 year ago
mysql> create user 'isucon'@'192.168.0.11' identified by 'isucon';
Query OK, 0 rows affected (0.01 sec)

mysql> grant all privileges on isupipe.* to isucon@192.168.0.11;
Query OK, 0 rows affected (0.01 sec)