parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

ой удивляешь ты меня.... :)

Misha v.3 28.06.2006 11:54

http://dev.mysql.com/doc/refman/5.1/en/load-data-local.html
For the mysql command-line client, LOAD DATA LOCAL can be enabled by specifying the --local-infile[=1] option, or disabled with the --local-infile=0 option. Similarly, for mysqlimport, the --local or -L option enables local data file loading. In any case, successful use of a local loading operation requires that the server is enabled to allow it.
создай файл ./import.sh
в котором напиши:

#!/bin/sh

/path/to/mysql --local-infile=1 -ulogin -ppassword -hhost database < import.sql

в import.sql напиши свои инструкции с load data local infile, парсером сохраняй файлы, которые будут загружаться и ^file::exec[/path/from/document-root/to/import.sh]