Hi !

)-----Original Message-----
)From: [EMAIL PROTECTED]
)[mailto:[EMAIL PROTECTED]]On Behalf Of Charles Megnin
)Sent: Wednesday, August 08, 2001 8:55 AM
)To: [EMAIL PROTECTED]
)Subject: Re: database URL / JDBC connection trouble
)
)
)Mark -
)thanks for your input.
)I am using RH 6.2
)however
)
)charly@theblueplanet[24]  cat /etc/hosts
)127.0.0.1     localhost.localdomain     localhost
)
)Besides, I've added 127.0.0.1 explicitely in the db table
)& tried to connect via that IP address
)rather than localhost, to no avail.
)Incidentally, I am using the mm.mysql-2.0.6.1.jar driver
)Charles
)

Try:
GRANT ALL ON *.* TO me_as_jdbc_user@% IDENTIFIED BY "my_password"

This will grant access to me_as_jdbc_user from everywhere (which is a
security problem). If your Windoze machine has the IP "62.122.22.33", better
take "me_as_jdbc_user@"62.122.22.33" instead of "%" (= all).

Also, please check the following online MySQL manual for more on security.
http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Adm
inistration.html#General_security

Hope it helps you.
Regards,
venu
--
For technical support contracts, go to https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Redwood city, California  USA
       <___/   www.mysql.com
)


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to