RE: DESPERATE - strange access behavior after creating user priviledge

2003-09-11 Thread [EMAIL PROTECTED]
Thanks for your answer, this is what I ended up putting in my /etc/hosts.allow file, just to remove any doubt ALL : ALL : allow auth : ALL : allow mysqld: ALL : allow At 10:17 AM 9/11/2003 -0700, Jennifer Goodie wrote: Assuming mysql server is running on a unix box, does the connecting client h

RE: DESPERATE - strange access behavior after creating user priviledge

2003-09-11 Thread Jennifer Goodie
> I then try to connect to the server from a remote location and get > ERROR 1130: Host 'xxx.yyy.zzz' is not t allowed to connect to > this MySQL server > which is normal since i did not create a user yet > > I do this: > GRANT ALL PRIVILEGES ON *.* TO stew@'%' IDENTIFIED BY '123' WITH > GRANT OPTI

DESPERATE - strange access behavior after creating user priviledge

2003-09-11 Thread [EMAIL PROTECTED]
Dear Friends, After days of struggling with the 2013 error which no one seems to know how to fix. I decided to install a 3.xx version of mysql, and then a new 4.0.15 version as well from binary this time. (even tried the RPM and src versions) Installation is easy Mysql Server is up I then try t