Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Oct 20, 2013 1:05 pm 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
I started using it to replace PHPmyAdmin, but it's not as simple. I had a .htaccess whitelist protecting it, if that fixes the problem of hackers gaining access. I didn't trust it completely, since I don't know if there's a way that hackers can fake their IP address.

All the existing documentation seems to be for an old version.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Mon Oct 21, 2013 4:30 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Assuming you're on version 6. When you hover over a connection a little i icon should appear on the bottom right, click that and it brings up buttons to edit the connection. Is that what you're after?

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
PostPosted: Mon Oct 21, 2013 10:48 am 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Once I'm in I'm not sure how I add information to the database or change it.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Thu Oct 24, 2013 3:18 am 
Offline
Senior Member

Joined: Tue Dec 20, 2011 5:17 pm
Posts: 52
Location: Serbia, Europe
MySQL Workbench has a decent GUI for adding/changing info in the database, once you log in to your MySQL instance you most probably won't have any problems figuring out what to do. 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.


Top
   
PostPosted: Thu Oct 24, 2013 4:04 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
petarpetrovic wrote:
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.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
PostPosted: Thu Oct 24, 2013 5:34 am 
Offline
Senior Member

Joined: Tue Dec 20, 2011 5:17 pm
Posts: 52
Location: Serbia, Europe
obs wrote:
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.


Top
   
PostPosted: Thu Oct 24, 2013 8:39 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Possibly, but I know it's had it in the last two major versions.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
PostPosted: Fri Oct 25, 2013 7:11 am 
Offline
Senior Member

Joined: Fri Jan 09, 2009 5:32 pm
Posts: 634
petarpetrovic wrote:
obs wrote:
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.


Top
   
PostPosted: Sun Oct 27, 2013 6:18 pm 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
I've been using SSH and connecting to MySQL on localhost. For security, MySQL isn't accessible over the internet with the firewall.

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.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Sun Oct 27, 2013 6:51 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Did you read thru the Getting Started Tutorials (you need to read all three).
http://dev.mysql.com/doc/workbench/en/w ... orial.html

Of if you're one of those anti-reading type people, here's a youtube tutorial
http://www.youtube.com/watch?v=X_umYKqKaF0

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)

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Sun Oct 27, 2013 11:36 pm 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Thanks. It looks like that's for some sort of older version. I tried looking up documentation before, but I had this same problem.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Sun Oct 27, 2013 11:58 pm 
Offline
Senior Member
User avatar

Joined: Sun Dec 27, 2009 11:12 pm
Posts: 1038
Location: Colorado, USA
Oops - sorry about that, I haven't used workbench in a while, so my bookmarks are outdated.

Here's the doc's for 6.x community edition.

http://dev.mysql.com/doc/workbench/en/index.html

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.

_________________
Either provide enough details for people to help, or sit back and listen to the crickets chirp.
Security thru obscurity is a myth - and really really annoying.


Top
   
PostPosted: Mon Oct 28, 2013 6:17 pm 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Thanks. MySQL doesn't seem that hard to learn and the CLI seems fine, but databases seem like the sort of thing where it's better to use GUI for visualization. It seems like trying to use Microsoft Excel in the command line.

It might be an issue for the other sysadmins though.

MySQL workbench seems useful for making backups easily directly on my own computer.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group