Jump to content

Query works from shell but not PHP page


daverose

Recommended Posts

Hi,

 

I have a query that I\'m attempting to load from a PHP page that is not working. However, the exact same query works just fine when I run it from the MySQL command line.

 

This is the query:

LOAD DATA LOCAL INFILE \'/home/ratdog/public_html/test.txt\' INTO TABLE `shows`

 

I\'ve run similar queries through PHP with no problem, and I\'m absolutely stumped on why this won\'t work when it works fine from the command line.

 

Thanks for any help,

 

Dave

Link to comment
https://forums.phpfreaks.com/topic/448-query-works-from-shell-but-not-php-page/
Share on other sites

By the way, I get the error:

 

ERROR: The used command is not allowed with this MySQL version

 

if I make it `shows` instead of \'shows\'

 

 

 

I get the error:

 

ERROR: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near \'\'shows\'\' at line 1

 

if I leave it as \'shows\'

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.