Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I have installed mysql-5.1.26-rc-2.tgz and php-5.2.6-mysql51-1.tgz on my 0.5 fonz fun plug dns323.
when i try:
root@nas1:/mnt/HD_a2/temp# mysql_install_db
i get:
Installing MySQL system tables...
/ffp/libexec/mysqld: can't load library 'libintl.so.8'
Installation of system tables failed! Examine the logs in
/ffp/var/mysql for more information.
You can try to start the mysqld daemon with:
shell> /ffp/libexec/mysqld --skip-grant &
and use the command line tool /ffp/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /ffp/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /ffp/var/mysql that may be helpful.
The latest information about MySQL is available on the web at
http://www.mysql.com/. Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS. Another information source are the
MySQL email archives available at http://lists.mysql.com/.
Please check all of the above before mailing us! And remember, if
you do mail us, you MUST use the /ffp/bin/mysqlbug script!
root@nas1:/mnt/HD_a2/temp#
************************************************************
My /ffp/var/mysql/nas1.err has the following:
080905 20:40:47 mysqld_safe Starting mysqld daemon with databases from /ffp/var/mysql
/ffp/libexec/mysqld: can't load library 'libintl.so.8'
080905 20:40:47 mysqld_safe mysqld from pid file /ffp/var/mysqld.pid ended
*************************************************************
What am i doing wrong?
Offline
I’m accidently compiled mysql against libintl. Check for mysql-5.1.26-rc-3.tgz later on.
I’m recompiling new version of the mysql now.
Offline