Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to get rid of errors about character sets not compiled when running batch.php via cron?

0
0 Posted

How to get rid of errors about character sets not compiled when running batch.php via cron?

0
0

If you get errors similar to these: File ‘NONEXISTENT/charsets/?.conf’ not found (Errcode: 2) Character set ‘#33’ is not a compiled character set and is not specified in the ‘NONEXISTENT/charsets/Index’ file File ‘NONEXISTENT/charsets/?.conf’ not found (Errcode: 2) Character set ‘#33’ is not a compiled character set and is not specified in the ‘NONEXISTENT/charsets/Index’ file then PHP’s MySQL interface is not reaching MySQL character set definitions. There are some possible solutions: • try unspecifying default-character-set in /etc/my.cnf (see https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60793 for more info), or • recompile PHP with correct path for key –with-mysql=/path/to/mysql/dir insted of plain –with-mysql (see http://bugs.php.net/bug.php?id=7678&edit=1 for more info).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123