3 พ.ค. 2553

Setting Navicat Program ให้สามารถ connect to MySql

///set for navicat can connect to MySql.

>mysql -uroot -ppasswordmysql
>grant all on *.* to 'root'@'%' identified by 'password';
mysql>FLUSH PRIVILEGES;

//// and edit my.cnf file ////
# vi /etc/mysql/my.cnf\c#bind-address = 127.0.0.1

ไม่มีความคิดเห็น:

แสดงความคิดเห็น