Hello all
I try yo import some data into a table.
I use Win Xp Home with Mysql 4
When I type this dos command :
c:/mysql/bin/mysqlimport.exe --ignore --password=XXX --user=root --verbose --fields-terminated-by='|' --lines-terminated-by='\n' toto --local=C:\Documents and Settings\stist\Mes documents\SharpDevelop Projects\test_ok\bin\Debug\Acces.txt
I get in return this message :
'c:' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
It seems that there is too much caracter in this command. How to fix this problem please ?😕