This forum is no longer active. Please post your questions to our new community site
mysql restart
|
|
I needed to change the value of a system variable in mysql and now need to restart mysqld. None of the commands I’ve found, work. I’m running on a bitnami LAMP stack on Amazon EC2. Any suggestions? Thx. |
|
|
Hi Phil, Log in the Amazon EC2 machine and run the following commands:
The default password is “bitnami”. I hope it helps. |
|
|
Nope… this is what I got back even though mysql was running: /opt/bitnami/mysql/scripts/ctl.sh : mysql not running fg And now I get this: root@domU-12-31-39-04-50-46:/opt/bitnami# /opt/bitnami/mysql/bin/mysqladmin status |
|
|
Hi, Have you installed another MySQL database? Could you try to see if there is any remaining procress “ps aux | grep mysql” ? Try the following:
|
|
|
Here’s what I get. Formats better outside of this posting area. root:~# /opt/bitnami/ctlscript.sh status root:~# ps aux | grep mysql |
|
|
Hi, Everything seems correct. How you are trying to connect to MySQL? The MySQL database is configured to access from the same machine for security reasons by default. |

