虚拟机跑Linux项目用到MySQL数据库,可是远程连接MySQL时总是报出erro 2003: Can't connect to MySQL server on '211.87.***.***' (111),解决方案,如下: 1.sudo gedit /etc/mysql.my.cnf 找到bind-address =127.0.0.1 修改为bind-address
1.为了让访问mysql的客户端的用户有访问权限,我们可以通过如下方式为用户进行授权:mysql> grant all on *.* to user_name@'%' identified by 'user_password'; 上面的命令授予的用户权限可以访问mysql中的任意数据库(database)和表(table). 2.完成上面的步骤,重启mysql即可在远程登陆mysql服务器了. mysql修改远程访问支持 命令行或者管理器里对mysql库执行如下命令: mysql> GRA
Install Erlang from the Erlang Solutions repository or Follow the instructions under "Installation using repository" at Erlang Solutions. ++++++++++++++++++++++++++++++++++++++++++++++++++++++ Key : rpm --import http://packages.erlang-solutions.