Hi,

I have a 3.23 MySQL running in a server and i want to install 5.0.27

I made

# ./configure --prefix=/usr/local/mysql-5.0.27 --with-tcp-port=3307
# make
# make install

and then

# scripts/mysql_install_db --datadir=/usr/local/mysql-5.0.27/var
# ./mysqld_safe --datadir=/usr/local/mysql-5.0.27/var/ &

But here, i get the error "A mysqld process already exists"

How can i have the two MySQL running in the same machine ?

Any help would be appreciated.

Warm Regards,
MG

Reply via email to