1
I can’t connect the tool DBDesigner with the MySQL. When I try to connect the message appears:
dbExpress: Invalid Username/password
I found in some forums the suggestion to type in the Mysql prompt the following command "mysql>SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('password');"
I tried and got error message:
ERROR 1372 (HY000): PASSWORD hash should be a 41-Digit hexadecimal number
Someone could help me?
You have the address of
hostwell configured? And yourhostaccepts calls from the IP you are connecting from?– Zuul