Jump to content

View mySQL on my PC


ded

Recommended Posts

MySQL workbench is just fine.  Most of us don't use stand-alone gui tools, or we use the ones built into our pricey development environments.  My favorite is Navicat ($100), but the one built into ZDE ($300) is nice too.  Otherwise, Workbend or phpMyAdmin should be enough.

Link to comment
https://forums.phpfreaks.com/topic/250291-view-mysql-on-my-pc/#findComment-1284264
Share on other sites

I like using Putty. its small, but it is command line which is faster than a gui.

This has nothing to do with anything in this thread

 

mysql -u root myDatabase

That is the MySQL command line.  PuTtY has nothing to do with it.  It's like saying "what text editor do you guys use, vi or emacs?" and having someone answer "putty."  Putty is a tool that allows you to ssh to a command line.  That's its only purpose.  The commands you have access to once you're inside another system aren't related to putty at all.

 

Also, the mysql command line is not a MySQL gui.

Link to comment
https://forums.phpfreaks.com/topic/250291-view-mysql-on-my-pc/#findComment-1284348
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.