Hello, I am trying to install MySQL in Solaris 7. I download this version of Mysql (mysql-3.23.48-sun-solaris2.7-sparc.tar.gz). After I ran the gunzip and these instruction
shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf - shell> ln -s mysql-VERSION-OS 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 & I got # bin/safe_mysqld --user=mysql & [1] 4902 # Starting mysqld daemon with databases from /usr/local/mysql/data 020219 08:19:03 mysqld ended And then I open the ultra.err, and I got this message below. 020219 08:19:03 mysqld started /usr/local/mysql/bin/mysqld: File './ultra-bin.1' not found (Errcode: 13) 020219 8:19:03 Could not use ultra-bin for logging (error 13) 020219 8:19:03 /usr/local/mysql/bin/mysqld: Can't create/write to file '/usr/local/mysql/data/ultra.pid' (Errcode: 13) 020219 8:19:03 /usr/local/mysql/bin/mysqld: Can't find file: './mysql/host.frm' (errno: 13) 020219 8:19:03 /usr/local/mysql/bin/mysqld: Error on delete of '/usr/local/mysql/data/ultra.pid' (Errcode: 13) 020219 08:19:03 mysqld ended DOes anybody can help me to direct me to a correct path? Thank you. Victor --------------------------------------------------------------------- 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