Posts: 115
Threads: 17
Joined: Dec 2009
Reputation:
0
Hello,
Is it possible to create a whole new mysql database, after one database reaches a certain amount of tables?
For example, if one database reaches over 200 tables, automatically create a new table.
Thanks
Posts: 1,778
Threads: 163
Joined: Jun 2007
Reputation:
218
Why would you want to do this? Curious because I don't see how this is a benefit.
However it should be possible as long as the DB user has the proper permissions with MySQL.
I am here to rescue you.
This is Support Forums not Support PMs. Do not PM me for support unless it's private and site related.
Posts: 1,778
Threads: 163
Joined: Jun 2007
Reputation:
218
Why not just create a new database for every site?
I am here to rescue you.
This is Support Forums not Support PMs. Do not PM me for support unless it's private and site related.
Posts: 41
Threads: 2
Joined: Feb 2010
Reputation:
0
I agree with Omni, Creating a new database for every site would be a wiser idea.
Posts: 115
Threads: 17
Joined: Dec 2009
Reputation:
0
I can't do that, because I only have a limit of 170 databases.