Re: MySQL installation in Fedora Core 1

2004-03-31 Thread Victor Medina
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

Re: MySQL installation in Fedora Core 1

2004-03-31 Thread Sami Maisniemi
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

RE: MySQL installation in Fedora Core 1

2004-03-30 Thread Donny Simonton
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

Re: MySQL installation in Fedora Core 1

2004-03-30 Thread jeffrey_n_Dyke
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

RE: MySQL installation in Fedora Core 1

2004-03-30 Thread Daevid Vincent
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:11