Daevid Vincent wrote:
Just make a symbolic link... Probably it's in /tmp
So as root,
"ln -vs /tmp/mysql.sock /var/lib/mysql/mysql.sock"
This is always an annoyance with mysql and redhat it seems. *sigh*
How exactly? I mean there cannot be a socket file in /tmp either,
because MySQL does not ev
Hi!
simply put a pair of lines like these pointing out to the correct
location of your mysql.sock:
socket = /opt/mysql-4.0.18/mysql.sock
You'll need a line in your client and in your mysqld section of your
my.cnf (mysql config file)
Best Regards!
Sami Maisniemi wrote:
I intend to bui
Just make a symbolic link... Probably it's in /tmp
So as root,
"ln -vs /tmp/mysql.sock /var/lib/mysql/mysql.sock"
This is always an annoyance with mysql and redhat it seems. *sigh*
> -Original Message-
> From: Sami Maisniemi [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 30, 2004 3
I intend to build up a web server that is based on Fedora Core 1.
Installation and configuration of Apache and PHP4 was pretty simple, but
there are some problems in configuration of MySQL. I installed the MySQL
server RPM included in the distribution.
Even in the MySQL pages it is mentioned th
Sami,
I run Fedora core 1 and haven't had any problems.
This is all you do if you want MySQL 4.1.1.
wget
http://www.mysql.com/get/Downloads/MySQL-4.1/MySQL-server-4.1.1-1.i386.rpm/f
rom/http://mysql.mirrors.pair.com/
wget
http://www.mysql.com/get/Downloads/MySQL-4.1/MySQL-client-4.1.1-0.i386.rpm/