 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue Jun 29, 1999 3:56 pm Post subject: Re: Access not allowed |
|
|
| Quote: | I am using a ODBC connection to access mySQL on a HP/UX system.
I have created a database, and set the hosts permissions to
192.168.% (the intranet), and created a user 'employee' without
a password. Nonetheless the server refuses the connection.
What am I doing wrong ?
|
Hi,
You have to tell the server to reread the grant tables (with FLUSH PRIVILEGES),
since the change will go unnoticed otherwise.
mysql> FLUSH PRIVILEGES;
Or, you can simply restart the server...
Regards,
-= Vedrin =-
|
|
| Back to top |
|
 |
Robert F. Schmitt Guest
|
Posted: Wed Jun 30, 1999 3:51 am Post subject: Access not allowed |
|
|
Hello,
I am using a ODBC connection to access mySQL on a HP/UX system. I have created a database, and set the hosts permissions to 192.168.% (the intranet), and created a user 'employee' without a password. Nonetheless the server refuses the connection. What am I doing wrong ?
Kind regards,
Robert.
********************************************
Robert F. Schmitt
KBA North America Inc. / IT WG 5
York, PA 17405
********************************************
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|