shoe9plant
Programmer
Sbj: mysqld will not stay running more than fraction of minute
I removed all of mysql for a fresh beginning. I reinstalled from Suse Linux 8.0 distribution cdroms the packages mysql (which has the server parts) and mysql-client (the clients parts). At that point ps -A did not show mysqld running. In /etc/rc.d is visable the new mysql start-up script for running it by turning on the system.
I ran '/usr/bin/mysql-install-db' after usage of the su (super user) command. It did not indicate failures. 'ps -A' still showed no mysqld process.
After su command, I ran '/usr/bin/safe_mysqld &' as suggested by manual in /usr/share/docs/packages/mysql. The message stated 'Starting mysqld daemon with databases from /var/lib/mysql ... date / time ... mysql ended' _ . ps -A showed no entry for mysqld when I issued that command in another console window. This continued to be so after shutting down, cycling power, starting up.
Just as a check, I issued 'mysql -u root' command. Msg came back, 'error 2002 unable to connect to local MySQL server through socket /var/lib/mysql/mysql.soc <111>' .
How can this problem be solved?
- - shoe9plant - - 6/5/2005;
I removed all of mysql for a fresh beginning. I reinstalled from Suse Linux 8.0 distribution cdroms the packages mysql (which has the server parts) and mysql-client (the clients parts). At that point ps -A did not show mysqld running. In /etc/rc.d is visable the new mysql start-up script for running it by turning on the system.
I ran '/usr/bin/mysql-install-db' after usage of the su (super user) command. It did not indicate failures. 'ps -A' still showed no mysqld process.
After su command, I ran '/usr/bin/safe_mysqld &' as suggested by manual in /usr/share/docs/packages/mysql. The message stated 'Starting mysqld daemon with databases from /var/lib/mysql ... date / time ... mysql ended' _ . ps -A showed no entry for mysqld when I issued that command in another console window. This continued to be so after shutting down, cycling power, starting up.
Just as a check, I issued 'mysql -u root' command. Msg came back, 'error 2002 unable to connect to local MySQL server through socket /var/lib/mysql/mysql.soc <111>' .
How can this problem be solved?
- - shoe9plant - - 6/5/2005;