分类:
2005-08-05 15:08:27
The work is halted at this point and i can 't make any progress at all.
I had try many methods to install the mysql server but failed again and again.
Install mysql with source code mysql-3.23.53.tar.gz
Install mysql with solaris package: mysql-3.23.53-sol9-sparc-local.gz mysql-3.23.53-sol8-sparc-local.gz and mysql-4.0.21-sol9-sparc-local.gz
when I install mysql with source code mysql-3.23.53.tar.gz,
[root@mail /export/home/davidji/softs/mysql-3.23.53]#./configure --prefix=/usr/local/mysql --with-mysqld-user=mysql --with-charset=gbk --with-extra-charsets=all
config.status: creating readline/Makefile
config.status: error: cannot find input file: readline/Makefile.in
[root@mail /export/home/davidji/softs/mysql-3.23.53]#
BUT when i install the mysql with the local package, it can't be lauched!
[root@mail /usr/local/mysql]#bin/safe_mysqld &
[1] 264
[root@mail /usr/local/mysql]#Starting mysqld daemon with databases from /usr/local/mysql/var
050805 10:47:02 mysqld ended
[1]+ Done bin/safe_mysqld
[root@mail /usr/local/mysql]#cat var/mail.err
050805 10:24:42 mysqld started
050805 10:24:43 /usr/local/mysql/libexec/mysqld: Table 'mysql.host' doesn't exist
050805 10:24:43 /usr/local/mysql/libexec/mysqld: Normal shutdown
050805 10:24:43 mysqld ended
050805 10:35:24 mysqld started
050805 10:35:25 /usr/local/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
050805 10:35:25 /usr/local/mysql/libexec/mysqld: Normal shutdown
050805 10:35:25 mysqld ended