Gossamer Forum
Home : General : Perl Programming :

Changing data partition on MySQL ?

Quote Reply
Changing data partition on MySQL ?
Hi,

I was wondering if it is possible to store data from a particular database in another partition than the one mysql is installed on ?

My MySQL is installed in /usr but this partition is almost full, so I want to move some databases and store them on /disk.

Thanks for your help,
Emilio

Quote Reply
Re: Changing data partition on MySQL ? In reply to
mv mysql /usr
ln -s /usr/mysql /var/lib/mysql

http://www.ASciFi.com/ - The Science Fiction Portal
Quote Reply
Re: Changing data partition on MySQL ? In reply to
and see
http://vbulletin.com/forum/showthread.php?s=&threadid=8948&highlight=space+mysql+partition

http://www.ASciFi.com/ - The Science Fiction Portal