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, > Tuesday, March 19, 2002, 11:04:3

Re: Cannot access the Database on same Machine

2002-03-20 Thread Kathy Reyes
you can edit this file by going into the directory where the file is located by typing vi filename.Extention. To save changes hit esc key and the :w and then :q to quit. - Original Message - From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 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

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
this file is created when MYSQL starts check the directory to ensure it has the correct read-write permissions check the list archives; this question has been asked almost every day -Original Message- From: colin o [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 3:05 PM To: mys