Re: Cannot access the Database on same Machine

2002-03-20 Thread Kathy Reyes
This might help http://ecn.www.ecn.purdue.edu/ECN/Documents/VI/ - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 1:46 PM Subject: Cannot access the Database on same Machine > colin, > Tu

Re: Cannot access the Database on same Machine

2002-03-20 Thread Kathy Reyes
nesday, March 20, 2002 1:46 PM Subject: Cannot access the Database on same Machine > colin, > Tuesday, March 19, 2002, 11:04:31 PM, you wrote: > > co> When i try to access the database which is on my Linux > co> machine i get the following error: > co> ERROR 2002;

Re: Cannot access the Database on same Machine

2002-03-20 Thread colin o
Hi, The problem was due to permissions in the end, i used the following commands to get into the database: shell> chown -R root . shell> chown -R root ./bin shell> bin/safe_mysqld --user=root & bin/mysqladmin version . . bin/mysql I can now use the database, but it still doesn't explain why i

Cannot access the Database on same Machine

2002-03-20 Thread Egor Egorov
colin, Tuesday, March 19, 2002, 11:04:31 PM, you wrote: co> When i try to access the database which is on my Linux co> machine i get the following error: co> ERROR 2002; Can't connect to local MySQL server co> through socket '/tmp/mysql.sock' (111) co> There is nothing in this file, although i d

Re: Cannot access the Database on same Machine

2002-03-19 Thread sascha mantscheff
probably something wrong with the permissions in the mysql database. as a workaround, try to connect not via the local socket, but via a tcp/ip-connection: # mysql -h 127.0.0.1 -u my-user -p my-database or insert the real ip of the machine instead of the loopback address. check if there

RE: Cannot access the Database on same Machine

2002-03-19 Thread Rick Emery
: mysql Subject: Cannot access the Database on same Machine Hi, When i try to access the database which is on my Linux machine i get the following error: ERROR 2002; Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) There is nothing in this file, although i d

Cannot access the Database on same Machine

2002-03-19 Thread colin o
Hi, When i try to access the database which is on my Linux machine i get the following error: ERROR 2002; Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) There is nothing in this file, although i dont know how to edit it. I have gone through the Manual pages and the l