PDA

View Full Version : MySQL extra admin


lito
2-3-06, 10:27 AM
Hi
newbie question. The help reports:
"How many users can I have to administer MySQL?
You can have up to 3 users per MySQL database. The users can be added through OPS."

Anyone knows any detail on how to add extra admin just for a MySQL database? I have not created one database yet, but I need to have an extra admin control just for my web developer to use.
tnx
cheers

foofoo
2-3-06, 10:42 AM
you can make 3 accounts. all accounts have permissions associated with them and they can be any combination of permissions you want. If you want 3 accounts that are read access only or 2 accounts have full rights and 1 read. the possibilities are endless.

BerksWebGuy
2-3-06, 10:47 AM
Make the database first, and the rest should be pretty simple. If you have questions once your create the database (and see where to add users), then post back.

lito
2-8-06, 11:11 PM
Thanks BerksWebGuy. It worked fine.