I'm using EasyPHP with MySQL 5.7.17 and after a while I got this error when trying to connect to the local MySQL server
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Tried skip-grant-tables , and as a matter of fact it fixes the problem but I cant create a new database
How can I fix this?
Thanks in advance.