5
远程连接Mysql Ubuntu
由于某种原因,我无法远程连接到我的MySQL服务器。我已经尝试了一切,但仍然遇到错误。 root@server1:/home/administrator# mysql -u monty -p -h www.ganganadores.cl Enter password: ERROR 1045 (28000): Access denied for user 'monty'@'server1.ganganadores.cl' (using password: YES) 现在,我尝试跑步 GRANT ALL ON *.* to monty@localhost IDENTIFIED BY 'XXXXX'; GRANT ALL ON *.* to monty@'%' IDENTIFIED BY 'XXXXXX';` 还是一无所有!我做错了什么? 编辑:my.cnf已注释掉绑定ip。