How to import an SQL file using the command line in MySQL? mysql -u username -p database_name < /path/file.sql It will ask for password after this command
PHP, LARAVEL, YII, HTML, CSS. TECH BLOG !
How to import an SQL file using the command line in MySQL? mysql -u username -p database_name < /path/file.sql It will ask for password after this command