Re: Restrict connection to MySQL Server

2004-05-24 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 24 May 2004 02:01 pm, Kirti S. Bajwa wrote: > [client] > password Is there some reason you cant look in the manual for this? http://teaching.cs.uml.edu/MySQLdocs/MySQL_Manual/Connecting.html -BEGIN PGP SIGNATURE- Version: GnuPG v1.2

RE: Restrict connection to MySQL Server

2004-05-24 Thread Kirti S. Bajwa
Ritter: What is the effect of enter the following in /etc/my.cnf": [client] password = mysql123 Kirt -Original Message- From: Jason K Larson [mailto:[EMAIL PROTECTED] Sent: Monday, May 24, 2004 2:48 PM To: Kirti S. Bajwa Cc: [EMAIL PROTECTED] Subject: Re: Restrict connection to

Re: Restrict connection to MySQL Server

2004-05-24 Thread Jason K Larson
http://dev.mysql.com/doc/mysql/en/Adding_users.html mysql> GRANT ALL PRIVILEGES ON db.* -> TO mysql@'192.168.10.0/255.255.255.0' -> IDENTIFIED BY 'mysql123'; -- Ritter Kirti S. Bajwa wrote: Hello: I am trying to setup a client mysql server to connect to a Master MySQL server by MUST using a PASSWOR