in reply to DBD::mysql::st execute failed (Errcode: 28)

Have you tried addressing this on the mysql server side?

On the server side you can set TMPDIR env var; or start the DB with --tmpdir; or set in your server options file.

[mysqld] tmpdir=C:/temp

Replies are listed 'Best First'.
Re^2: DBD::mysql::st execute failed (Errcode: 28)
by kingquattro (Novice) on Jan 11, 2014 at 17:08 UTC
    Hi,

    I tried DBI TRACE at level 5 and that didn't help, there isn't much information on why Errcode: 28 is raised.

    I can't change anything on my mysql server side either. The script run on a cluster, where I don't have control over mysql server settigns. I can't write to my.cnf file either because it won't be read when running job on a cluster node.

    Any other suggestions?

    Thank you