Users browsing this thread: 1 Guest(s)
The Full Story Behind Our Recent Disaster
#17
(01-11-2014, 09:05 AM)Phaze Wrote:
(01-10-2014, 08:30 PM)Raz Wrote: Petie and I use MySQL Workbench when connecting to the MySQL server. Of course the server itself isn't public facing and we need to tunnel in for security purposes but basically with MySQL Workbench it's as easy as right clicking and selecting Truncate as Petie said.

Hm... you know, this post got me thinking. After futzing about for a while and deciphering the mysterious runes inherent in "ssh user@server -L sourcemysqlport:localhost:servermysqlport" I managed to replicate a tunneling setup. I guess I can get rid of phpMyAdmin (one less potential hole to worry about!) now! Thanks, Raz Ninja

Good. That's exactly the way it should be. PHPMyAdmin isn't so bad so long as it's running on the server side and you're not exposing MySQL to any external network traffic but even security is paramount and so SSH with RSA keys is the way to go.
Thanked by:


Messages In This Thread
RE: The Full Story Behind Our Recent Disaster - by Raz - 01-11-2014, 09:19 AM

Forum Jump: