Results 1 to 5 of 5
Threaded View
-
28th Sep 2009, 02:24 AM #5Member
Ask your host to increase /tmp, 1gb should do
Code:First, Make sure MySQL/Apache/ service httpd stop; service mysql stop cd /var dd if=/dev/zero of=tmpMnt bs=1024 count=1000000 mke2fs /var/tmpMnt cd / cp -R /tmp /tmp_old mount -o loop,noexec,nosuid,rw /var/tmpMnt /tmp chmod 0777 /tmp cp -R /tmp_old/* /tmp/ rm -rf /tmp_old Then add the entrys into fstab nano -w /etc/fstab add: /var/tmpMnt /tmp ext2 loop,noexec,nosuid,rw 0 0 restart apache/mysql service mysql start; service apache start
(if you rip this gimme credit!)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Database Error
By lovelykiss87 in forum vBulletinReplies: 1Last Post: 12th Sep 2012, 08:50 PM -
Database error (Help please)
By iman24 in forum Server ManagementReplies: 8Last Post: 27th Apr 2012, 08:03 PM -
Database error-mysql error
By saini in forum vBulletinReplies: 8Last Post: 8th Nov 2011, 06:54 AM -
Getting Database Error
By BounceR in forum Webmaster DiscussionReplies: 15Last Post: 3rd Jul 2011, 08:09 PM -
Help: database Error
By AJ Blacklisted in forum vBulletinReplies: 2Last Post: 17th May 2011, 04:20 AM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...