Results 11 to 14 of 14
-
24th Mar 2011, 11:57 PM #11OPMember
Can someone teach me how to make this change?
It appears that something was writing to /tmp and filling it up, but it appears now to be clearing out. The df cache is still catching up at this time. It is normal for the df cache to be a bit behind on a linux server. I suspect that mysql may be behind the filling of /tmp. I'd recommend setting the tmpdir directive in your /etc/my.cnf to a larger partition. For example, something like the following:
tmpdir = /home/mysql
You should make sure that the directory is owned mysql:mysql and then restart mysql in order for this change to take effect.
-
25th Mar 2011, 10:37 PM #12OPMember
please, anyone?
-
25th Mar 2011, 10:45 PM #13Respected Member
tutorial? Edit the file /etc/my.cnf and find the line with tmpdir = .
If it is not there you can add what was suggested /home/mysql
after this line : [mysqld]
then save it. Create the new folder
mkdir /home/mysql
Then change owner:group
chown mysql:mysql /home/mysql
Then restart mysql service.
service mysqld restart
-
26th Mar 2011, 10:09 PM #14OPMember
Thank you Lock Down!
But yesterday I take a look at Daily Process Log and found a user account that was with 35.0 MySQL Processes... I suspended that account and everything returns to normal finally. That user account was using a phpBB forum, now I need to check what was causing that.
But at least I have my server back to normal again! hehe
Btw, I gave you reputation for the trouble that you had writing those instructions
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Critical Vulnerability in Windows RDP
By shahaz in forum Hosting DiscussionReplies: 0Last Post: 15th Mar 2012, 10:32 AM -
PHP 5.3.9 Critical Bug - Patch now
By m107 in forum Webmaster DiscussionReplies: 6Last Post: 6th Feb 2012, 08:07 AM -
Drive Space Critical on ...
By Divvy in forum Server ManagementReplies: 11Last Post: 13th Dec 2010, 06:43 PM -
Nginx Critical Security php-cgi bug
By NewEraCracker in forum Webmaster DiscussionReplies: 0Last Post: 3rd Jul 2010, 01:40 PM -
Critical Review: My BLog
By TheRapidshareLinksWorld in forum Site ReviewsReplies: 5Last Post: 21st Nov 2009, 10:57 PM
themaCreator - create posts from...
Version 3.53 released. Open older version (or...