Greetings,
Trying to install MySQL on a Solaris 10 server. After setting the permissions correctly for the directories as the directions dictate, I get the following errors when I proceed to the next step to install the tables:
mysql > scripts/mysql_install_db --user=mysql
scripts/mysql_install_db: !: not found
Installing MySQL system tables...
ERROR: 1036 Table 'db' is read only
080208 7:17:48 [ERROR] Aborting
080208 7:17:48 [Note] ./bin/mysqld: Shutdown complete
Installation of system tables failed!
I'm a newb, so I'm not sure where to go with this. I tried looking up some of the errors on google, but I can't figure it out. Any ideas? I know I cannot login, I get this error I believe because the service isn't working:
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (146)
Thanks.
- Dan
Trying to install MySQL on a Solaris 10 server. After setting the permissions correctly for the directories as the directions dictate, I get the following errors when I proceed to the next step to install the tables:
mysql > scripts/mysql_install_db --user=mysql
scripts/mysql_install_db: !: not found
Installing MySQL system tables...
ERROR: 1036 Table 'db' is read only
080208 7:17:48 [ERROR] Aborting
080208 7:17:48 [Note] ./bin/mysqld: Shutdown complete
Installation of system tables failed!
I'm a newb, so I'm not sure where to go with this. I tried looking up some of the errors on google, but I can't figure it out. Any ideas? I know I cannot login, I get this error I believe because the service isn't working:
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (146)
Thanks.
- Dan