0

I just looked at some tutorials Ruby on Rails, and I noticed that they use a lot of code on the command line, but do not feel comfortable with it only when it comes to database, my question is: There are tools you can use it visually ? ps: for my applications I want to use MySQL

4
  • Any application you write that needs to interface with a database will require you to learn SQL. Whilst there are GUIs that can help, tbh it's not a difficult language. You may as well take the plunge and start learning. Commented Sep 19, 2013 at 19:28
  • @ggyal, I know how use SQL, but I want a visual application for use with databases Commented Sep 19, 2013 at 19:37
  • If you know SQL, what is it that you expect a GUI to do for you? Commented Sep 19, 2013 at 19:38
  • Just do not like the look :/ Commented Sep 19, 2013 at 20:21

2 Answers 2

2

the best tool I've used so far is SequelPro

https://www.sequelpro.com/

absolutely amazing tool and you can use it for free too!

Sign up to request clarification or add additional context in comments.

Comments

1

MySQL has a free application with a GUI interface to MySQL:

http://dev.mysql.com/downloads/tools/workbench/

If you're willing to pay, the best GUI app I've used is SQLyog:

https://www.webyog.com/

1 Comment

Oh, also, there's phpMyAdmin, which is a php MySQL website that you can run on the server. It does some strange things, though, so I wouldn't really recommend it.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.