|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
mysqlimport can not find file specified
I want import a database from a text file my.txt, but it says file not found.
help please. |
|
#2
|
||||
|
||||
|
how are you trying to do this?
[with which command?] Personally, I usually do it at the command line... mysql.exe database_name < my_script.txt |
|
#3
|
|||
|
|||
|
thanks. Now the error changed. I got "error 1064 at line 2....", it is about create table.
In my db.sql, the script is like this: CREATE TABLE tblOne( ID int(11) NOT NULL default '1', ExtraCredit int(11) default '1', CreditPoint int(11) default '1', PRIMARY KEY (ID) ) TYPE=InnoDB; |
|
#4
|
|||
|
|||
|
Can u at least explain what exactly are u trying to do , so that we can help?
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > mysqlimport can not find file specified |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|