[PHP] Re: mysqlnd and LOAD DATA INFILE

2011-06-20 Thread Shawn McKenzie
On 06/20/2011 07:51 AM, Marten Lehmann wrote: isn't working any longer What does that mean? It generates an error? It executes without error but the data isn't loaded? Try a test on the command line and see what you get. -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List

Re: [PHP] Re: mysqlnd and LOAD DATA INFILE

2011-06-20 Thread Marten Lehmann
Hello, What does that mean? It generates an error? It executes without error but the data isn't loaded? Try a test on the command line and see what you get. when calling mysql_error() the message The used command is not allowed with this MySQL version is returned. I thought maybe knows

Re: [PHP] Re: mysqlnd and LOAD DATA INFILE

2011-06-20 Thread Marten Lehmann
This is a PHP list Exactly. And it is the switch from --with-mysql=/usr to --with-mysql=mysqlnd (the PHP native MySQL driver) during the build that caused the problem. And there is no alternative to building current PHP versions with mysql support than with mysqlnd, because the mysql 5.5.x

Re: [PHP] Re: mysqlnd and LOAD DATA INFILE

2011-06-20 Thread Shawn McKenzie
On 06/20/2011 10:53 AM, Marten Lehmann wrote: Hello, What does that mean? It generates an error? It executes without error but the data isn't loaded? Try a test on the command line and see what you get. when calling mysql_error() the message The used command is not allowed with this