mxtabs
Tue 7th Aug '01, 6:56pm
Hey everyone,
I'm running on a Cobalt Raq3i, and I installed the rpm version of 3.23.37.
Things were running fine, untill I needed to change a variable (max_connections). When I went to use mysqld -0 max_connections=125... mysqld could not be found
Further investigation showed that I had to call /usr/sbin/mysqld
I tried issuing the --set-variable command as before, but it said another mysqld server was running. Assuming that I had to shut mysql off, I ran mysqladmin shutdown.
However, I could not turn mysql back on. I tried going to the init.d directory and using mysql start, but that did not work. Likewise mysql.server start did not work.
On trying to run mysqld, that did not work as well.
In the end, the only way to restart mysql was to reboot the whole system. After a certain time, without me restarting it, mysql would come back up (Probably programmed into the system).
How do I restart mysql without rebooting the server? I also want to make those changes.. how can this be done?
Also, I can't seem to find safe_mysqld
Thanks for your time,
Jeremy Ferwerda
I'm running on a Cobalt Raq3i, and I installed the rpm version of 3.23.37.
Things were running fine, untill I needed to change a variable (max_connections). When I went to use mysqld -0 max_connections=125... mysqld could not be found
Further investigation showed that I had to call /usr/sbin/mysqld
I tried issuing the --set-variable command as before, but it said another mysqld server was running. Assuming that I had to shut mysql off, I ran mysqladmin shutdown.
However, I could not turn mysql back on. I tried going to the init.d directory and using mysql start, but that did not work. Likewise mysql.server start did not work.
On trying to run mysqld, that did not work as well.
In the end, the only way to restart mysql was to reboot the whole system. After a certain time, without me restarting it, mysql would come back up (Probably programmed into the system).
How do I restart mysql without rebooting the server? I also want to make those changes.. how can this be done?
Also, I can't seem to find safe_mysqld
Thanks for your time,
Jeremy Ferwerda