Endless Paradigm

Full Version: MySQL errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
I've gotten both of the errors shown I think.
The character one, and the one about a new thread thing.
i got the latin error and this one aswell

Code:
MySQL error: 1135
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Query:

MySQL error: 2019
Can't initialize character set latin1 (path: /usr/share/mysql/charsets/)
Query:

MySQL error: 1135
Can't create a new thread (errno 12); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug
Query:

consult this site for information about the 1135 error - i think it may be the main cause of the problem.
http://www.haqthegibson.com/article/34
Anger Wrote:consult this site for information about the 1135 error - i think it may be the main cause of the problem.
http://www.haqthegibson.com/article/34

worth a try..
Hmm, I'm having all sorts of weird memory issues here.  I'll need to try the suggestions when I get home.  Thanks guys :)
MySQL 2002 today.

It means it can't connect to the MySQL.sock, it's much like the unable to initialise the latin1 charset problem.

ZiNgA, check you apache.conf and my.cnf to make sure all the PATH variables are set correctly, also that enough connections are allowed for the load on this server.
^ Looking at the time of post, that could've been when I was restarting the server.  Host just told me how to access VZPP - I didn't even know it existed O_o.  So now, if I get locked out of SSH, I can 'restore' it by rebooting the server at least :P

So that error only occurs when I reboot the server - no other time.


Anyways, I've changed some settings in my.cnf - let's see if it works better.
* UncertainGod keeps appendages crossed.
new error i think...i havent seen it posted, but i might have missed it

Code:
MySQL error: 5
Out of memory (Needed 1677304 bytes)
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1190890079' ORDER BY u.username ASC, s.time DESC 

^ just had that myself ^

Also this one trying to load this thread, but it's not a MySQL error this time;

Quote:Fatal error: Can only throw objects in /var/www/vhosts/endlessparadigm.com/forum/global.php(396) : eval()'d code on line 1
Pages: 1 2 3 4 5 6 7
Reference URL's