U kunt proberen de mysql-console te gebruiken.
- Voer
cmd
uit 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 wamp
D:\wamp>cd bin
D:\wamp\bin>cd mysql
D:\wamp\bin\mysql>cd mysql15.1.36
D:\wamp\bin\mysql\mysql15.1.36>cd bin
D:\wamp\bin\mysql\mysql15.1.36\bin>mysql.exe -u root
use database
source 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.