DEV Community

drhow-
drhow-

Posted on

import big MySQL file by command line in xampp

just go to powershell and run this command

C:\xampp\mysql\bin> cmd.exe /c "mysql -u root -p booking < c:\1.sql"

Top comments (0)