hi,
have you traced .err file for the nature of the error?
if not you can try that.
Thanks
ViSolve DB Team
- Original Message -
From: "Mário Gamito" <[EMAIL PROTECTED]>
To: "Nico Sabbi" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, November 02, 2006 4:31 PM
Hi,
I'm now trying to run the second MySQL with:
# ./mysqld_safe --port=3307 --socket=/usr/local/mysql-5.0.27/share/mysql.sock2
--pid-file=/tmp/mysql.sock2 --datadir=/usr/local/mysql-5.0.27/var/
but i get:
"Starting mysqld daemon with databases from /usr/local/mysql-5.0.27/var/
STOPPING server f
Mário Gamito wrote:
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=/
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