Hello,
I am using mysql 5.1 on linux; most tables are innodb with a few myisam tables. I would like to configure mysql in such a way that data files for each database are stored on a separate disk or directory. For example, db01 data file will be stored in the dir1 direcotry, db02 -in dir2 directory, and so on.
How can I do that?
thanks
I am using mysql 5.1 on linux; most tables are innodb with a few myisam tables. I would like to configure mysql in such a way that data files for each database are stored on a separate disk or directory. For example, db01 data file will be stored in the dir1 direcotry, db02 -in dir2 directory, and so on.
How can I do that?
thanks