Re: Urgent:MySql problem

2001-08-23 Thread Shu Xiao
Look at your /etc/my.cnf where the location of mysql socket is specified. Also, I think RH 7.0 has a MySQL rpm installation already there. All you do is to enable it with /usr/sbin/setup. Hope this helps. Shu At 01:28 PM 6/1/2006 +0530, sachin wrote: Hello, I am working on RH Linux 7.0 MySql

Problem with Win32 MySQLGUI 1.7.5

2001-08-19 Thread Shu Xiao
Hi, I notice a problem with Win32 MySQLGUI 1.7.5. When I get the result for the query. I see the escape character \ was not removed in the result table window. Anybody notice the same problem? Thanks, Shu - Before posting,

Re: ANNOUNCE: MyVCC-0.3.2.pre-alpha released

2001-08-19 Thread Shu Xiao
John, I got problem using this new release. When I opened the connection dialog, I typed in the host name, database name and user name * password. I specified a database other than mysql. But I always got the error saying Access denied for user 'xx' to database 'mysql'. I think mysql is

enable log and updatel log

2001-08-15 Thread Shu Xiao
I have 2 questions: 1.How to enable log and update log with MySQL rpm installation? In /etc/my.cnf? The default installation disable them, as shown with mysqladmin -u root -p variables 2.In rpm installation, there is a mysqld under /etc/init.d. And to start MySQL server at booting

Re: Urgent:MySql problem

2001-08-14 Thread Shu Xiao
What is your /etc/my.cnf? Do you see mysql daemon running? (use ps -ef) Maybe it is under /tmp/mysql.sock. You need to change the configuration and restart server. Shu At 01:28 PM 6/1/2006 +0530, sachin wrote: Hello, I am working on RH Linux 7.0 MySql is not working at all. My MySql files

Re: problem rpm installation of MySQL

2001-08-14 Thread Shu Xiao
At 12:33 AM 8/14/2001 -0400, Trond Eivind Glomsrød wrote: Shu Xiao [EMAIL PROTECTED] writes: Hi, I have problem starting MySQL on Redhat7.1. After installed Redhat7.1 which include MySQL rpm installation, I saw the file named mysqld under /etc/init.d . I set up symlink to it under

problem rpm installation of MySQL

2001-08-13 Thread Shu Xiao
Hi, I have problem starting MySQL on Redhat7.1. After installed Redhat7.1 which include MySQL rpm installation, I saw the file named mysqld under /etc/init.d . I set up symlink to it under /etc/rc3.d and etc/rc5.d. I intended to start MySQL while Linux booting. But I failed to start it.