
August 25th, 1999, 10:30 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I need to know a little more information before I can help you.
1) What error message does it give you?
2) Can you connect to MySQL using the user 'me' or does 'me' not even exist yet?
In any case I'd suggest reading the MySQL Administration article as it will probably be able to answer your questions. Check it out at:
http://www.devshed.com/Server_Side/MySQL/Administration/
For more help you can check out what the MySQL documentation has to say:
http://www.devshed.com/Server_Side/MySQL/Manual/manfiles/manual_Privilege_system.html#Privilege_system
Also, once you learn the basics if you want to learn the more advanced features of MySQL's privledge system you should check out the article on Grant Tables:
http://www.devshed.com/Server_Side/MySQL/Grant_Tables/
|