Importing and using a *.sql file
| User, date | Message |
|---|---|
|
Written by Sterrett
1 year ago Category: Import/Export 1 posts since Wed, 07 Dec 11 |
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. |
|
Written by ansgar
1 year ago 3949 posts since Fri, 07 Apr 06 |
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. |