Re: adding a user to a database

2002-03-10 Thread Tshering Norbu
OBBY - Original Message - From: Michael Sharp <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 09, 2002 6:07 PM Subject: adding a user to a database > I'm using MySQL 3.23 on FreeBSD 4.5-STABLE, and I am kinda new to MySQL. > > I created the

RE: adding a user to a database

2002-03-09 Thread Sébastien DIDIER
Hi, Try this request: grant all on db.bsd to shadowgrl@'%' identified by "testing123" with grant option; Regards, Sébastien > -Message d'origine- > De : Michael Sharp [mailto:[EMAIL PROTECTED]] > Envoyé : samedi 9 mars 2002 13:08 > À : [EMAIL PR

adding a user to a database

2002-03-09 Thread Michael Sharp
I'm using MySQL 3.23 on FreeBSD 4.5-STABLE, and I am kinda new to MySQL. I created the database " bsd " as root. I need a remote user, connecting from any IP and logging in with " shadowgrl " and giving the password " testing123 " to have full access to the bsd database only. After making the bs