help|ncdb 546 new topic

Newbie Spellweaver
Joined
Apr 29, 2006
Messages
94
Reaction score
0
becuse my other topic was too big and i cant edit it so i opened an new one ok i have problem im trying to restore from sql dump so it telling me error like in thet file open the file with notepad to see it thanks!!!
 
even to big to edit the old thread? cmon. next time think before posting such huge things.
---
1) search your mysql.exe if you have xampp its located in c:\xampp\mysql\bin
2) START -> run -> cdm.exe
3) within the new command window:
cd c:\xampp\mysql\bin
4) mysql.exe -u USERNAME -p DBNAME < filename.sql

USERNAME = mysql password
DBNAME = world database name
filename.sql = the file you want to restore

maybe this way you can import it.

t4k
 
doenst matter. its just about mysql.exe.
so within the comannd window, change to mysql folder:
cd C:\Program Files\MySQL\MySQL Server 5.0\bin\
then try what i wrote above.

t4k
 
Back