MySQLサーバに他のIPから接続できるアカウントを作成するメモ。
grant権限付与あり GRANT ALL PRIVILEGES ON *.* TO user@"hostname" IDENTIFIED BY 'pass' WITH GRANT OPTION; grant権限付与なし GRANT ALL PRIVILEGES ON *.* TO user@"hostname" IDENTIFIED BY 'pass'; IPどこでもOK GRANT ALL PRIVILEGES ON *.* TO user@"%" IDENTIFIED BY 'pass';
□参考
http://sasuke.main.jp/useri.html
http://ext.omo3.com/linux/mysql_host.html
http://ext.omo3.com/linux/mysql_host.html
0 件のコメント:
コメントを投稿