mysqld mysql服务器
mysql 命令行客户程序
/etc/my.cnf 全局配置
$MYSQL_HOME/my.cnf 服务器配置
默认port 3306
grant all privileges on 库名.表名 to '用户名'@'IP地址' identified by '密码' with grant option;
flush privileges;
[grant](http://blog.csdn.net/anzhen0429/article/details/78296814)
网友评论