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:
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..
26/09/2007 07:43 PM
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391 E-Pigs: 446.1274
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.
27/09/2007 03:09 AM
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391 E-Pigs: 446.1274
^ 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.
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