angelik
Jul 23 2009, 03:05 PM
Hello I have created a MySQL databases and a user and password for it, but every time I click PHPMyAdmin a window pops up asking for the user name and password.
I put it in but the window just keeps coming back over and over and doesn't let me log in.
What if anything am I doing wrong?
Thanks,
Angelik
Dave
Jul 23 2009, 04:50 PM
What are you putting in the username field?
Sergio Rios
Jul 30 2009, 07:27 PM
Bueno tuve un problema similar y lo resolví cambiando el nombre los nombres del usuario y la base de datos a un máximo de 16 caracteres de longitud, y pude accede a phpmyadmin sin problemas. Esta solución lo encontré en este foro.
In english:
Try to change username to 16 characters limit, e.g.: mysite_userad (13 charaters, all).
In the same way, to change databasename to 16 characters limit, e.g.: mysite_bd (9 character, all)
Sorry, my english is bad.
Good luck