Change connecting host for MySQL database
Introduction In MySQL, you can configure the host(s) from which your database allows connections. This is an important security feature at connection level. In this post, you can see how…
My blog
Introduction In MySQL, you can configure the host(s) from which your database allows connections. This is an important security feature at connection level. In this post, you can see how…
Enable the MySQL Event Scheduler Log in to your MySQL database as root (if necessary, connect to the server first) ssh user@host Verify if event_scheduler is enabled by connecting to…
New MySQL database on my remote computer, behind a router Enable your router's port forwarding feature on port 22 (ssh service). (No need to open port 3306, good for security…