![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to increase the size of the allotment | wrapster | SUN Solaris | 2 | 02-18-2008 08:20 PM |
| increase size | jyoti | HP-UX | 1 | 04-14-2006 08:08 AM |
| increase size of /tmp | pkappaz | UNIX for Dummies Questions & Answers | 2 | 07-02-2003 08:49 AM |
| how do I increase the character size in the Unix Box | subir23 | UNIX Desktop for Dummies Questions & Answers | 1 | 11-20-2002 12:46 AM |
| How to increase the size of the stack | jyotipg | High Level Programming | 7 | 01-28-2002 07:02 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
how to change \tmpdir directory or increase size of var\tmp?
Hi,
We're stuck after the Unix admin left without prior notice. We have a web application running on mySQL. it seems that the \tmpdir for mySQL is mount to var\tmp directory which has only 60 MB of available disk space running any big query fails due to the size limitation I don't have enough information about what applications are running to clean the tmp directory.. I need a quick help until we hire another admin. Question: How can i increase the size of the tmp Directory to allow more swapping ? How can i reconfigure mySQL to another tmp directory? Any other solution for my problem is highly appreciated. Thanks Last edited by ray; 06-07-2006 at 02:38 AM. |
| Forum Sponsor | ||
|
|
|
||||
|
Try symbolic link
Check this thread Symbolic Link and try to search these forums with the keyword symbolic link.
|
|
|||
|
From my understanding after i read about symbolic links that it is used to link a file to another file in a directory
the issue that mySQL doesn't have a specific file, it just uses var\tmp to create temporarily file when it executes queries then deletes them... So my problem mainly is in the size of the var\tmp directory itself..not in a specific file. Can it be solved with softlinks ? |