I am trying to create a new MySQL DB in PhpStorm, but when I add table to information_schema
I get this error:
Access denied for user ''@'localhost' to database 'information_schema'
In addition, when I create a new DB and test connection I get this pop-up window:
The specified user/password combination is rejected: "[42000][1044] Access denied for user ''@'localhost' to database 'db'"
and I don't have password.