I have issues with my server (I think) for some reason, I was trying to upload the contents of world.sql into the world database and this is the results of my input,
mysql> use world;
Database changed
mysql> source world.sql;
ERROR:
Failed to open file 'world.sql', error: 2
I have also tried to use the directory path for the reference of the file
mysql> source d:/labs/world.sql;
ERROR:
Failed to open file 'd:\labs\world.sql', error: 13
And keep giving me an error msg, What should I do?
mysql> use world;
Database changed
mysql> source world.sql;
ERROR:
Failed to open file 'world.sql', error: 2
I have also tried to use the directory path for the reference of the file
mysql> source d:/labs/world.sql;
ERROR:
Failed to open file 'd:\labs\world.sql', error: 13
And keep giving me an error msg, What should I do?