Jump to content

View mySQL on my PC


ded

Recommended Posts

I use bluehost as my website host.  I use php with mySql.  Is there a program that will allow me to view mySql databases without having to log into bluehost cpanel?  Something that can run right on my PC?

 

 

Regards,

David

Link to comment
Share on other sites

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
Share on other sites

excellent....and thank you.  I have to build more editing processing into the admin panel I created for the users, but until i have time to do that, the workbench will work great for me.

 

Thanks again,

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.