brianlange Posted August 9, 2010 Share Posted August 9, 2010 I would like to mysql_options to set the MYSQL_OPT_LOCAL_INFILE and enable the Local keyword for LOAD LOCAL INFILE Php is saying mysql_options is not a function. I am running php 5.2 Is what I am trying to do possible? Link to comment https://forums.phpfreaks.com/topic/210265-mysql_options-function/ Share on other sites More sharing options...
trq Posted August 10, 2010 Share Posted August 10, 2010 Php is saying mysql_options is not a function. That's because it isn't a function. mysqli_options exists though. Link to comment https://forums.phpfreaks.com/topic/210265-mysql_options-function/#findComment-1097323 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.