How do I add and change information with MySQL workbench?
All the existing documentation seems to be for an old version.
12 Replies
@petarpetrovic:
Just make sure that your MySQL instance binds to the external IP address of your Linode and that MySQL is configured to allow external connections.
Bad idea from a security stand point. Connect over ssh instead.
@obs:
Bad idea from a security stand point. Connect over ssh instead.
You're right. I completely forgot about SSH thing, but if I remember correctly, old versions of Workbench didn't have that capability.
@petarpetrovic:
@obs:Bad idea from a security stand point. Connect over ssh instead.
You're right. I completely forgot about SSH thing, but if I remember correctly, old versions of Workbench didn't have that capability.
Even with an old version, one can port-forward with an ssh client.
How do I make the edits with GUI? I don't see any way of editing the contents of tables or adding content other than writing queries.
Of if you're one of those anti-reading type people, here's a youtube tutorial
Personally, I find HeidiSQL more intuitive (used to like/use SQLYog until they really really really started to hide the free community version - you can still find it - just google: sqlyog community edition)
Here's the doc's for 6.x community edition.
Once again, I'd recommend trying the free version of either HeidiSQL or SQLYog, both use (to me anyway) a much more intuitive interface. Not being a DB admin,I never got the gist of the whole EER Modeling that workbench seems to be centered around, I just wanted a simple GUI to create/search/edit databases and tables (without using the security sieve that phpmyadmin is). After a while, trying the various GUI tools, I just bit the bullet and learned how to do it via CLI.
It might be an issue for the other sysadmins though.
MySQL workbench seems useful for making backups easily directly on my own computer.