Wednesday 29 September 2004 12:14:38 am
OK, now I have created a new database: mysql> create database ezno; and a new user mysql> grant all privileges on ezno.* to 'ezno'@'localhost' identified by 'ezno'; I then fill in the values:
Servername: ezno
Username: ezno
Password: ezno Socket (optional): (blank) and I still get The database would not accept the connection, please review your settings and try again. Any ideas??
|