I am using Linux RedHat , MySql Ver 14.12 Distrib 5.0.18
not enough disk space left on /dev/sda7, which I am working on,
I insert BLOBs into database and the table is as big as 5.54468 GB
I want to change the database to another directory which is on /dev/sda8 .
I think I should use mysqldump to backup the table , after change the directory for mysql , and then use the backup file to recover it.
But now I do not know how to change the directory of database. Who knows Please Help . Thanks a million.
not enough disk space left on /dev/sda7, which I am working on,
I insert BLOBs into database and the table is as big as 5.54468 GB
I want to change the database to another directory which is on /dev/sda8 .
I think I should use mysqldump to backup the table , after change the directory for mysql , and then use the backup file to recover it.
But now I do not know how to change the directory of database. Who knows Please Help . Thanks a million.
Comment