• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

MySQL Users and Multiple databases

P

Patrick Robin

Guest
I've only just started using Plesk and I was wandering if anyone could answer a question for me. It seems that when using Plesk you are forced in to a one to many relationship between MySQL databases and database users.

I created a new database and database user. I then wanted to create a second database and grant permissions on it to the existing user but this doesn't seem possible through Plesk?

Also is it not possible to assign users pre-defined roles such as dbo, dba and dbr through Plesk?

If this isn't possible through Plesk can anyone recommend a decent, and easy to use MySQL database administration tool?
 
One way to do it

I was able to accomplish this by logging in as the main admin, going into Server/DB Server/Datbases tab and then click on "DB WebAdmin" in Plesk 8.0, which opened up phpMyAdmin with Privleges functionality.

Clicked on the Privleges tab in phpMyAdmin to link the one user to multiple DBs.

Not an ideal solution but it worked.
 
Back
Top