Create your innodb table after setting the innodb_file_per_table setting (read the mysql manual if you don't know how).
After the table is created, shut the database down, then move the file to the disk you want it to live on. Then use "ls -s /new/path/to/file /path/where/mysql/expects/to/find/it" to create the symlink. Then restart the database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.