MySQLで他のサーバからの接続を許可する。

例:ユーザーuserが、すべてのマシンからDB: fooにアクセスすることを許可
 
mysql> grant all privileges on foo.* to 'user'@'%';

0 件のコメント: