Can I view a MySQL database (*.sql) on a Mac using free software?
By Daki - Last updated: Tuesday, February 26, 2008 - Save & Share - 3 Comments
wiede asked:
I have a mySQL database (*.sql) on my mac. I want to quickly read through the entries in some of the tables. Is there an opensource or otherwise free tool I can use to do this?
I have a mySQL database (*.sql) on my mac. I want to quickly read through the entries in some of the tables. Is there an opensource or otherwise free tool I can use to do this?
thanks.
d.dub
Just to clarify — I do not have MySQL on my Mac, just the *.sql file.
kuapp.com/
3 Responses to “Can I view a MySQL database (*.sql) on a Mac using free software?”
Comment from tweninger03
Time March 1, 2008 at 5:57 am
You can use the MySQL command line interface. Just open the Terminal and type mysql. Otherwise there are several available UI programs depending on what you’re doing. Eclipse has a plugin you can use if you’re developing in Java, otherwise your best bet is to download phpmyadmin.
Those are the two main tools available and they’re both free. However, both require some setup time.
Good luck!
Comment from Tinyessevepsy
Time November 7, 2009 at 1:24 pm
Is social media going to kill SEO?


Comment from mapaghimagsik
Time February 29, 2008 at 11:22 am
MySql has a command line client. That would work.