I'm using a MySQL database, and cannot figure out how to add new users to
access the database? If I have a database set up, say, with a username
"administrator," and password of the same, then, when my java app goes to
add new users to allow them to access the database...how do I do that?
Thanks, Ike
SS Tsay - 22 Aug 2003 15:52 GMT
> I'm using a MySQL database, and cannot figure out how to add new users to
> access the database? If I have a database set up, say, with a username
> "administrator," and password of the same, then, when my java app goes to
> add new users to allow them to access the database...how do I do that?
> Thanks, Ike
I had this link open in one of my tabs:
http://www.mysql.com/doc/en/GRANT.html
That tells about how to add new users and give them passwords.
You might want to also look at:
http://www.mysql.com/doc/en/Adding_users.html