Is it possible to create a database in a lower-level subdirectory of
MySQL's data directory? We have almost 100,000 sites, and we would like
to have a separate database for each site. However, it's very
impractical from a filesystem maintenance standpoint to have 100,000
subdirectories of MySQL's data directory. What we would like to do is
break up the directories into something like this:
for site #12345:
[mysql datadir]/01/23/45/[databasename]
This would greatly improve the manageability of the table space.
Is this possible?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]