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 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.

8

--

 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|Tel: +58-241-8507325 - ext. 325   |
 ||Cel: +58-412-8859934  |
 ||geek by nature - linux by choice  |
 |...|
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


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 even start properly. For example:

[EMAIL PROTECTED] smaisnie]# ln -vs /tmp/mysql.sock /var/lib/mysql/mysql.sock
create symbolic link `/var/lib/mysql/mysql.sock' to `/tmp/mysql.sock'
ln: creating symbolic link `/var/lib/mysql/mysql.sock' to 
`/tmp/mysql.sock': No such file or directory

Regards Sami


 

-Original Message-
From: Sami Maisniemi [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 30, 2004 3:11 PM
To: [EMAIL PROTECTED]
Subject: MySQL installation in Fedora Core 1

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 that running 
/etc/rc.d/init.d/mysqld start is enough for 
post-installation process. 
However, there is no such file. Running mysql leads to an error:

[EMAIL PROTECTED] smaisnie]# mysql
ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

Does anyone have any idea how to carry out post-installation process?

Regards Sami Maisniemi



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]

   



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


MySQL installation in Fedora Core 1

2004-03-30 Thread Sami Maisniemi
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 that running 
/etc/rc.d/init.d/mysqld start is enough for post-installation process. 
However, there is no such file. Running mysql leads to an error:

[EMAIL PROTECTED] smaisnie]# mysql
ERROR 2002: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)

Does anyone have any idea how to carry out post-installation process?

Regards Sami Maisniemi



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


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
http://www.mysql.com/get/Downloads/MySQL-4.1/MySQL-client-4.1.1-0.i386.rpm/f
rom/http://mysql.mirrors.pair.com/
wget
http://www.mysql.com/get/Downloads/MySQL-4.1/MySQL-devel-4.1.1-0.i386.rpm/fr
om/http://mysql.mirrors.pair.com/
rpm -i MySQL-server-4.1.1-1.i386.rpm 
rpm -i MySQL-client-4.1.1-0.i386.rpm 
rpm -i MySQL-devel-4.1.1-0.i386.rpm 


Sorry, word wrap sucks.

Donny

 -Original Message-
 From: Sami Maisniemi [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, March 30, 2004 5:11 PM
 To: [EMAIL PROTECTED]
 Subject: MySQL installation in Fedora Core 1
 
 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 that running
 /etc/rc.d/init.d/mysqld start is enough for post-installation process.
 However, there is no such file. Running mysql leads to an error:
 
 [EMAIL PROTECTED] smaisnie]# mysql
 ERROR 2002: Can't connect to local MySQL server through socket
 '/var/lib/mysql/mysql.sock' (2)
 
 Does anyone have any idea how to carry out post-installation process?
 
 Regards Sami Maisniemi
 
 
 
 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]
 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 that running
/etc/rc.d/init.d/mysqld start is enough for post-installation process.
However, there is no such file. Running mysql leads to an error:


i'm not that familar with FC1, but
can you just cd into /path/to/mysql
and run
bin/mysqld_safe --user=mysql 

did you run scripts/mysql_install_db from /path/to/mysql ?  or is that
included as part of the rpm install.
that may not be needed, i've always installed the binaries on Solaris/RH89

HTH
jeff

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]







-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



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 PM
 To: [EMAIL PROTECTED]
 Subject: MySQL installation in Fedora Core 1
 
 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 that running 
 /etc/rc.d/init.d/mysqld start is enough for 
 post-installation process. 
 However, there is no such file. Running mysql leads to an error:
 
 [EMAIL PROTECTED] smaisnie]# mysql
 ERROR 2002: Can't connect to local MySQL server through socket 
 '/var/lib/mysql/mysql.sock' (2)
 
 Does anyone have any idea how to carry out post-installation process?
 
 Regards Sami Maisniemi
 
 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:
 http://lists.mysql.com/[EMAIL PROTECTED]
 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]