PDA

View Full Version : MySQL Workbench vs MySQL Query Browser


stprix49407889
10-03-2010, 06:13 PM
I download the workbench but it really looks different than the video training. There is a window that looks like the Server Instance but it has TCP/IP, Local Socket, etc. I picked local socket and indicated myDB, then I got an error message and cannot x out the unexpected error message.

Cannot find the Admin to be able to click restore and import the 3 database from the Database starter kit.

Thanks for your help.

Jason Byrnes
10-04-2010, 10:59 AM
to import an sql script using the workbench, you will first need to connect to the MySQL server.

Once connected to the server go to File -> Open SQL File.

In the Schema List, make sure to select the database you wish to use as the default schema, then press the lightning bolt icon to execute the sql script.