hakeem777 Posted April 23, 2010 Share Posted April 23, 2010 Hi I have issued "SELECT @@GLOBAL.sql_mode;" and get empty value. Does this mean mysql is running on standard mode? Thanks. Link to comment https://forums.phpfreaks.com/topic/199461-sql_mode-question/ Share on other sites More sharing options...
cags Posted April 23, 2010 Share Posted April 23, 2010 I'm not sure if you should ever get empty or not, how exactly have you determined that the result is empty? $result = mysql_query('SELECT @@GLOBAL.sql_mode;') or die(mysql_error()); var_dump(mysql_result($result, 0)); Link to comment https://forums.phpfreaks.com/topic/199461-sql_mode-question/#findComment-1046940 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.