hi,
I have installed mysql3.23.39 on solaris2.8.
but,when I try to run the server, I am getting segmentation fault.can anybody help me..?
I have followed instructions as given in the php manual.
shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /usr/local
shell> gunzip mysql-3.23.39-pc-solaris2.8-i386.tar.gz
shell>./gtar-i386 xvf mysql-3.23.39-pc-solaris2.8-i386.tar
shell> ln -s mysql-3.23.39-pc-solaris2.8-i386 mysql
shell> cd mysql
shell> scripts/mysql_install_db
shell> chown -R root /usr/local/mysql
shell> chown -R mysql /usr/local/mysql/data
shell> chgrp -R mysql /usr/local/mysql
shell> chown -R root /usr/local/mysql/bin
shell> bin/safe_mysqld --user=mysql &
9800
shell> Starting mysqld daemon with databases from /usr/local/mysql-3.23.39-pc-solaris2.8-i386/data
Segmentation Fault - core dumped
011019 17:52:28 mysqld ended
regards
prasad