BMDan / tuning-primer.sh

MySQL Tuning-Primer.sh, updated and improved
GNU General Public License v2.0
497 stars 116 forks source link

Enable remote connection with DB #17

Open gdennye opened 3 years ago

gdennye commented 3 years ago

I would like connect with remote DB.

BMDan commented 3 years ago

And, having tried to do so, does it work? Notwithstanding the fact that the script will make some incorrect assumptions (e.g. the amount of total RAM available to the DB), there's nothing in the script to stop you from using it against a remote host.

martinm82 commented 3 years ago

I looked into the script and out of the box it does not support remote connections to a database. In my case I would like to run the script against an AWS RDS instance on which one does not have access via for example SSH. So running it locally is not an option.