linux下mysql 配置

su root

 

加环境变量

在文件末尾加上如下两行代码

PATH=/usr/local/webserver/php/bin:$PATH
export PATH

# /etc/profile

保存,重启

 

Mysql 

本地登录 -u root -p

远程登录 -u root -h1.1.1.1 -p

-------开启远程连接

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'MyPassword' WITH GRANT OPTION;

FLUSH PRIVILEGES; 

posted @ 2016-07-08 11:41  晨祷  阅读(147)  评论(0编辑  收藏  举报