Thread: MySQL Error
View Single Post
  #1  
Old 09-10-2010, 05:31 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default MySQL Error

Hey guys im setting up my server, and ive done this before never got this error. In the command prompt, ive created my db and what not using
Code:
create database peq;
use peq;
Now once I try to do
Code:
source peqdb_Rev1589.sql;
I seem to get an error saying it failed to open. that .sql file is in my peqdb folder in my C drive, ive also tried
Code:
C:\peqdb\peqdb_rev1589.sql;
idk im just not sure why im getting this error its all extracted and what not. Thanks in advance!
Reply With Quote