M
mike_solomon
I have a perl scrip that connects to mysql on a remote server
I would like to lock the server down so that mysql can only be
connected to from localhost but that would break my script
What I would like to do is connect to the mysql server via a ssh
tunnel
Can I do this in a perl script and if so how?
Thanks
I would like to lock the server down so that mysql can only be
connected to from localhost but that would break my script
What I would like to do is connect to the mysql server via a ssh
tunnel
Can I do this in a perl script and if so how?
Thanks