Host not allowed to connect problem

2002-11-07 Thread Timothy Venn
Hi, I am having a problem with Mysql 3.23.39 for solaris 2.6. I can do anything from the console command line but any connections from any other hosts causes a host xxx.xxx.xxx.xxx not allowed to connect to this mysql server. I have updated the host table to include a % for all hosts. Any

re: Host not allowed to connect problem

2002-11-07 Thread Egor Egorov
Timothy, Thursday, November 07, 2002, 11:42:13 AM, you wrote: TV I am having a problem with Mysql 3.23.39 for solaris 2.6. I can do TV anything from the console command line but any connections from any TV other hosts causes a host xxx.xxx.xxx.xxx not allowed to connect to TV this mysql server. I

RE: Host not allowed to connect problem

2002-11-07 Thread Kevin Passey
with MySQL on Linux - it runs fine on windows (not what you want to hear). Regards Kevin -Original Message- From: Timothy Venn [mailto:tim;optimus.co.za] Sent: 07 November 2002 09:42 To: [EMAIL PROTECTED] Subject: Host not allowed to connect problem Hi, I am having a problem with Mysql 3.23.39

RE: Host not allowed to connect problem

2002-11-07 Thread Black, Kelly W [PCS]
Make sure /etc/hosts has this line 127.0.0.1 localhost ~Kelly W. Black -Original Message- From: Kevin Passey [mailto:kpassey;kdpsoftware.co.uk] Sent: Thursday, November 07, 2002 4:38 AM To: 'Timothy Venn'; Mysql (E-mail) Subject: RE: Host not allowed to connect problem Hello Tim

re: odbc connect problem

2002-10-23 Thread Egor Egorov
Liu, Wednesday, October 23, 2002, 11:03:16 AM, you wrote: LQq I installed myodbc on windows and want to connect mysql with odbc, but something is wrong. System indicated: MySQL ODBC 3.51 DRIVER :03.51.02 LQq [MySql][ODBC 3.51 Driver]Host ' ' is not allowed to connect to this MySQL server. LQq

odbc connect problem

2002-10-23 Thread Liu Qianghua-qch1942
All, I installed myodbc on windows and want to connect mysql with odbc, but something is wrong. System indicated: MySQL ODBC 3.51 DRIVER :03.51.02 [MySql][ODBC 3.51 Driver]Host ' ' is not allowed to connect to this MySQL server. What do I to fix the issue? Thanks a lot. Best Regards, Q.H.

MySQL connect problem

2002-10-18 Thread Dishko Georgiev
Hi, 1 day ago i haved power fail on my MySQL server version 2.23.41 (original RedHat distr.) Now i can connect to server only on local interface, no network connection allowed. When tying to connect to server with mysql client i recieve this msg: ERROR 2013: Lost connection to MySQL server during

Re: MySQL connect problem

2002-10-18 Thread gerald_clark
Your glibc update broke MySQL. It was probably already loaded when you started the update. Get the latest pre-compiled version ( 2.23.53a) I believe from mysql.com. You need the latest version with the a. Dishko Georgiev wrote: Hi, 1 day ago i haved power fail on my MySQL server version

Re: Yet another can't connect problem

2001-11-27 Thread Carl Troein
Dennis Herndon writes: Ok, I have read through the manual and archives and still I cannot find this problem I'm having. can't connect to local MySql server through socket ' var/lib/mysql/mysql.sock' (2) Error code 2: No such file or directory Make sure the socket really there.

Re: Yet another can't connect problem

2001-11-27 Thread Dennis Herndon
Thanks to another member of the list - I found I had ownership problems, #chown -R root /usr/local/mysql #chown -R mysql /usr/local/mysql/var #chown -R mysql /usr/local/mysql That solved it. And thanks for the heads up on my date. I live in Washington DC, so I'm behind the

Yet another can't connect problem

2001-11-26 Thread Dennis Herndon
Ok, I have read through the manual and archives and still I cannot find this problem I'm having. can't connect to local MySql server through socket ' var/lib/mysql/mysql.sock' (2) Help! Thanks in advance. - Before

Connect problem

2001-02-07 Thread clay bond
I just installed mysql 3.23.32 on my server and it went without a hitch. I ran mysql_install_db, changed the root password, started the server. I used GRANT statements to create another user, then connected as that user to the mysql client--no problem at all, ran queries, etc. But I wrote a PHP

RE: Connect problem

2001-02-07 Thread Carsten H. Pedersen
I just installed mysql 3.23.32 on my server and it went without a hitch. I ran mysql_install_db, changed the root password, started the server. I used GRANT statements to create another user, then connected as that user to the mysql client--no problem at all, ran queries, etc. But I

Re: Connect problem

2001-02-07 Thread Gerald L. Clark
clay bond wrote: I just installed mysql 3.23.32 on my server and it went without a hitch. I ran mysql_install_db, changed the root password, started the server. I used GRANT statements to create another user, then connected as that user to the mysql client--no problem at all, ran queries,