MySQL command source
Found a New way to import dumped sql file. It called source. Run source from mysql console window. the syntax is source folder/filename.sql
This command executes sql file as a script. Will create db insert update etc.
This command executes sql file as a script. Will create db insert update etc.
Comments
Post a Comment