How to create bash script for management?
Posted: Sat Mar 05, 2011 5:48 am
Hi,
Can anyone guide me or point me somewhere on how to make a bash script for the management interface? I want to create a web gui (php) that can force to disconnect a client. I know that it will just try to reconnect again unless you revoke the certificate or change the password in my case (mysql auth).
I've read the man page on how to disconnect the client and I was able to do it by issuing a 'kill' command. However, I still don't know how to make this work via a bash script so that we can manage connections via gui.
Thanks
Can anyone guide me or point me somewhere on how to make a bash script for the management interface? I want to create a web gui (php) that can force to disconnect a client. I know that it will just try to reconnect again unless you revoke the certificate or change the password in my case (mysql auth).
I've read the man page on how to disconnect the client and I was able to do it by issuing a 'kill' command. However, I still don't know how to make this work via a bash script so that we can manage connections via gui.
Thanks