U kunt proberen de mysql-console te gebruiken.
- Voer
cmduit commando - Typ
c:ofd:op de opdrachtprompt. Dit is gebaseerd op uw WAMP-serverinstallaties. - Ervan uitgaande dat je wamp op D:drive hebt geïnstalleerd.
D:\>cd wampD:\wamp>cd binD:\wamp\bin>cd mysqlD:\wamp\bin\mysql>cd mysql15.1.36D:\wamp\bin\mysql\mysql15.1.36>cd binD:\wamp\bin\mysql\mysql15.1.36\bin>mysql.exe -u rootuse databasesource source.sql
Eigenlijk log je in op mysql, use database bepaalt welke database u wilt gebruiken, source /source/to/source.sql bepaalt welke sql u wilt uitvoeren. Vrij eenvoudig en efficiënt.