Importing and using a *.sql file

[expired user #6078]'s profile image [expired user #6078] posted 12 years ago in Import/Export Permalink
Hello,
I'm a newbie, I'm trying to import a sql dump file and get it into a MySQL database using HeidiSQL. I don't know how to get started. I get import the file I don't know how to query the tables a with select and all. I do see the information in text format.
ansgar's profile image ansgar posted 12 years ago Permalink
Press F9 to "run" that SQL file after loading.

Select data from a table:
SELECT * FROM yourtable

Please login to leave a reply, or register at first.