MySQL Forums
Forum List  »  Oracle

Issues uploading world database content
Posted by: Arthur Nunez
Date: December 21, 2010 07:48PM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
Issues uploading world database content
3119
December 21, 2010 07:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.