Ubuntu server Mysql remote access from MySQL Workbench

Posted by goodseller on Pro Webmasters See other posts from Pro Webmasters or by goodseller
Published on 2014-08-19T15:24:05Z Indexed on 2014/08/19 16:30 UTC
Read the original article Hit count: 358

Filed under:

I have a newly install ubuntu installed the mysql server.

After the basic config,

I changed the my.cnf file and commented the bind_address

I can start the server and added iptable for 3306.

I also add the privileges to mysql server as follow:

GRANT ALL PRIVILEGES ON . TO 'root'@'%' IDENTIFIED BY 'P@ssw0rd' WITH GRANT OPTION; FLUSH PRIVILEGES; exit

However after connected from the mysql workbench, it shows no database. But it seems that have login.

Anyone have faced that or can help me?

Thx!

© Pro Webmasters or respective owner

Related posts about mysql