Mysql phpmyadmin configuration NO PRIVILEGE DATABASE

Solved
-CCM- Posted messages 930 Registration date   Status Membre Last intervention   -  
 pazz -
Hello,

I have uploaded phpMyAdmin on a remote server to facilitate the creation of databases..
When I connect to MyAdmin, I can only log in as "user" (not possible as "root" with or without a password)

And of course, as "user," I cannot create databases due to lack of privileges.. I have searched a bit on other forums and tutorials, but no solution has worked..

Which kind soul would be willing to look into my problem??

Thank you in advance..
Configuration: Windows 2000 Firefox 2.0.0.11

18 réponses

zaraki490
 
Well, you don't have to go far. It happened to me too. The problem comes from the installation of Phpmyadmin.

At the beginning of the install (blue DOS window), it asks you to create an 'admin User'.
You need to enter "root" at that point. In fact, Phpmyadmin is not asking you to create a new "Admin User"; it wants to know which "user" it has to deal with. Who is the "su" on the server.

If you indicate something else, don't be surprised if it fails.
In short, it is not necessary to uninstall and reinstall everything. As "su" you type in the prompt dpkg-reconfigure Phpmyadmin. It relaunches the blue DOS window.

You indicate the "root" account for all the 'Users' it asks you about. However, when it asks you for the database name, leave it as "Phpmyadmin". I tried to be as clear as possible...

Reload the URL to access your Phpmyadmin back office. Login: root Password: the one you provided. And then you will have all the privileges.
9