Click to See Complete Forum and Search --> : MySQL Newbie question


atlas007
11-05-2008, 08:25 PM
Ok, so I just opened MySQL Query Browser for the first time in my life! Please forgive me for my ridiculously basic questions:o

I'm on a Mac and after opening the MySQL Query Browser there is no "Resultset 1" tab; just a "Query" tab. So I'm assuming thats why any statements that I attempt to execute in the panel come up empty. I noticed via a tutorial from Lynda.com that on the windows version the "Resultset 1" tab is available from the get go. Anyone wanna help a newbie out?

Thanks in advance!

Phill Pafford
11-06-2008, 08:21 AM
They should be the same for PC, MAC, Linux & Unix

if you look at this pic (http://www.ebrueggeman.com/blog/images/mysql_query_browser.png) you can see it has 6 results set tabs (Like Firefox tabs for the browser). There is also a script tag that you can run a MySQL script (Several MySQL Commands/Queries at once).

MySQL Documentation (http://dev.mysql.com/doc/) <-- if you look under the GUI section you will find some documentation on the tools.

Hope this helps