How to update large .sql files in MySQL on Windows 7

Development, Enterprise, Tips & Tricks, Web Add comments

Very often during the development we need to import a large sql files into the database. Here’s how to do this in Windows environment

1. open commmand prompt
2. type: mysql –user=root
3. type: use databasename
4. type: \. importfilename.sql

NOTE:  replace databasename and importfilename with real names!

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in