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
>MySq
YDQL3 does nothing more than pass your log on parameters to
>libmysql.dll which in turn interacts with the MySQL server. If there is a
>problem connecting the server returns the appropriate error and all MyVCC
>does is , is display that error in a dialog.
>
>At 00:34 20/08/2001 -0700,
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
t
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, p
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 ti
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
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 file
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. Checking