Tags: MySQL

SQLSTATE[HY000] [2002] Operation timed out MySQL


When you have this problem from MySQL with a fresh installation, you have to comment the bind address line in ‘/etc/mysql/mysql.conf.d/mysqld.cnf’: Don’t forget to restart MySQL service If you are using the UFW service, add this rule to your firewall: Font: https://laracasts.com/discuss/channels/laravel/sqlstatehy000-2002-connection-timed-out

Read More

Falha no login no PhpMyAdmin


Mensagens de erro: mysqli::real_connect(): (HY000/1698): Access denied for user ‘root’@’localhost’ (using password: YES) mysqli::real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: YES) Se você já liberou o acesso no PhpMyAdmin e mesmo assim o usuário não consegue logar no painel, então acesse o terminal via SSH e acesse o MySQL para informar os comandos abaixo: Execute […]

Read More