Hello.
On Fri 2002-12-06 at 14:32:13 -0600, [EMAIL PROTECTED] wrote:
> after trying this it shows mysql as running, but /tmp/mysql.sock as
> not being created. i stopped mysql and then started it again, and
> the same thing happened...still no mysql.sock? should i just
> reinstall? what is the b
after trying this it shows mysql as running, but /tmp/mysql.sock as not being created.
i stopped mysql and then started it again, and the same thing happened...still no
mysql.sock? should i just reinstall? what is the best way to go about fixing this
problem? thank you.
jeff
> ps -wef | gre
ps -wef | grep mysqld should show if the daemon is actually running or not.
Check to make sure. Then,
ls /tmp/mysql.sock
will show you if the mysql file was created or not.
Bhavin.
- Original Message -
From: "Jeff Hollingshead" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, Dec
Check if mysql is started by entering
ps -ax | grep -i mysql
If not started try:
service mysql start
Adolfo
> -Original Message-
> From: Jeff Hollingshead [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, December 03, 2002 5:17 PM
> To: [EMAIL PROTECTED]
> Subject: mysql.sock error
>
>
>
"Jay Paulson" <[EMAIL PROTECTED]> writes:
> I'm running RedHat 7.1 and I'm trying to run mysql. I've gone and run the
> mysql_install_db
Not good. If you had just started the script, it would have been done
automatically - as it is, you created a set of files you can't access
(root owns them,
Well lets get it running
Basic install nothing fancy
./configure
make
make install
to fix your error create a symlink
su to root
ln -s var/lib/mysql/mysql.sock /tmp/mysql.sock
Cheers
M;)
-Original Message-
From: Nick Torenvliet [mailto:[EMAIL PROTECTED]]
Sent: Thursday, Septem
Nick Torenvliet wrote:
> ...I've run ./configure
Did you run 'make'?
---
Rodney Broom
Programmer: Desert.Net
Keywords: sql, spam-off
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http:
the sock file is in the /usr/lib/mysql dir i created a symlink of the
file from there to /tmp
On Thu, 2001-09-13 at 14:32, Nick Torenvliet wrote:
>
> I'm trying to start my first ever installation of mysql, so I've installed
> the tar.gz (3.23.42 on Linux) and I've run ./configure from /my
Just had this same error and fixed it...with help.
You need to set a symlink to the /tmp
ln -s /tmp/mysql var/lib/mysql/mysql.sock
I may have this backwards..I'll send it from home when I get there.
M;)
-Original Message-
FROM: Nick Torenvliet
TO: Mysql (E-mail)
DATE: Thu 9/13/01 1
1. Start the server.
2. Put the proper socket location in php.ini.
Augusto Cesar Castoldi wrote:
> I'm receiving the following error:
>
> Warning: MySQL Connection Failed: Can't connect to local MySQL server
> through socket '/tmp/mysql.sock' (111) in
> /home/httpd/html/phpadmin2/lib.inc.php on
10 matches
Mail list logo