Re: connecting via TCP/IP

2004-10-09 Thread Gary Richardson
Did you insert into the permission tables or did you use a GRANT statement? You may need to flush your permissions (FLUSH PRIVILEGES). On Sat, 9 Oct 2004 20:57:29 +0200, roland <[EMAIL PROTECTED]> wrote: > Hello again, > > refering to my previous question I forgot to mention that xxx.xxx.xxx.xxx

Re: connecting via TCP/IP

2004-10-09 Thread Spenser
Does the user have permission to access the server remotely, from the IP address of the client? You may have to add an entry in the user table in the mysql database specifying the IP address from which you're trying to log in. -- MySQL General Mailing List For list archives: http://lists.mysql.

connecting via TCP/IP

2004-10-09 Thread roland
Hello again, refering to my previous question I forgot to mention that xxx.xxx.xxx.xxx is an IP number. using mysql -h xxx.xxx.xxx.xxx -u user -puserpassword I would exect to be able to achieve a connection. The user and userpassword I must add are isnerted with grant with TO 'user'@'%' as we

MySQL dies when connecting via TCP/IP

2003-02-01 Thread Michael Skaastrup
I get this message in mysqld.log when trying to access the server via TCP/IP. When using sockets it works fine. Regards Michael Skaastrup - Before posting, please check: http://www.mysql.com/manual.php (the manual) h

re: Segmentation Fault when connecting via TCP/IP

2002-10-16 Thread Egor Egorov
clint, Wednesday, October 16, 2002, 1:14:08 AM, you wrote: caddn> Recently the server had to be hard-booted... a safe shutdown was not possible. After the server came back up, mysql caddn> has been acting very funny. When the server first boots, mysql wont respond to anything. I restart

Segmentation Fault when connecting via TCP/IP

2002-10-15 Thread clint
>Description: Recently the server had to be hard-booted... a safe shutdown was not possible. After the server came back up, mysql has been acting very funny. When the server first boots, mysql wont respond to anything. I restart mysql and all works fine when connecting to Localhost, ho