Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Infile Works From Sqlyog But Not From Perl Or Mysql #23747
    tinny
    Member

    I found the solution using the useful general log (switched on by specifying –log as a command line paramater to mysqld).

    Add

    $dbh->do (“set sql_mode=''”);

    to your code.

Viewing 1 post (of 1 total)