Sir/Madam

I installed the binary version of (MySQL) 
mysql-3.23.49a-pc-linux-gnu-i686.tar.gz.  

The steps followed to install are:

tar xvzf mysql-3.23.49a-pc-linux-gnu-i686.tar.gz.
cd mysql-3.23.49a-pc-linux-gnu-i686
./configure
scripts/mysql_install_db
cp support-files/my_medium.cnf/etc/my.cnf
./bin/safe_mysqld
After installing, I tried to start mysqld daemon using the command 
./bin/safe_mysqld.  The  message obtained is given below.

Starting mysqld daemon with the databases from 
/usr/local/mysql-3.23.49a-pc-linux-gnu-i686/data
020322 13:31:50 mysqld ended

Then directly I tried to start the mysqld with the command ./bin/mysqld
In this case the error message obtained is:

./bin/mysqld: Fatal error: Can't find message file 
'/usr/local/mysql/share/mysql/english/errmsg.sys'

Actually the errmsg.sys file is located in the path
'/usr/local/mysql-3.23.49a-pc-linux-gnu-i686/share/mysql/english/errmsg.sys'
and not in '/usr/local/mysql/share/mysql/english/errmsg.sys'.

I need help to resolve this problem

Thanks

-Sri

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to