Host … is not allowed to connect to this MySQL server
Por defeito o MySql apenas permite ligações do user root vindo do “localhost”, para permitir ligações remotas é necessário efetuar o seguinte. [root@vs ~]#mysql -u root -p Enter password: ************** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 4 Server version: 5.5.18 MySQL Community Server (GPL) Copyright … Read more