RE: printing the database

2002-04-06 Thread colin o
s and everything you see in the screen. > See: > http://www.mysql.com/doc/m/y/mysql.html > > Gurhan > > -Original Message- > From: colin o [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 4:14 PM > To: mysql > Subject: printing the database > >

printing the database

2002-04-05 Thread colin o
Hi, Is it possible to print a table from the database in the same format as you can see it. I tried to export a table to an outfile, but i dont get the column names. I am using Linux so i don't have a print screen option, I think you can do using a software package called EMS MySQL Manager, but

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-04-02 Thread colin o
ysql.sock running in the temp > folder how do I start > it??? > I tried service mysql start and it did work it give > me the same error in the > subject line > - Original Message - > From: "andy thomas" <[EMAIL PROTECTED]> > To: "colin o" <

Re: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

2002-03-26 Thread colin o
Same thing happens to me, i just use bin/safe_mysqld --user=root & to start to server so that i can use mysql. I don't know exactly why it happens though. Possibly permissions?? Colin --- Mike Yrabedra <[EMAIL PROTECTED]> wrote: > > What would cause this error to occur all of a > sudden? >

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-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