I have been at this for hours now, I am running xampp on my windows pc and want to import a data.sql file into my database
this is the command I have been using in the terminal
mysql -u username -ppassword < query_file.sql
mysql -u admin -pnotworking < fucking_file.sql
Thanks to anyone that can help
this is the command I have been using in the terminal
mysql -u username -ppassword < query_file.sql
mysql -u admin -pnotworking < fucking_file.sql
Thanks to anyone that can help