After deleting a few clients my client DB goes 2,3,4,5,11.
Is it possible to get client DB #'s to run concurrently?
i.e
to make client #11 into client #6 ?
After deleting a few clients my client DB goes 2,3,4,5,11.
Is it possible to get client DB #'s to run concurrently?
i.e
to make client #11 into client #6 ?
Hello
No it isn't. The DBID is based on auto-incremential system.
You can restructure your database, setting new ids and such and then set the auto_increment value to next higher id for this.
Then restart the server process.
Note: This is much work and you have to do it carefully, else you have to restart from scratch.
If you try this Alcazar solution,
PLEASE PLEASE make a backup of your database before any actions![]()
@sTimulated
Is there a specific reason you need this?
@ sTimulated: If possible, never do changes in the TS3 database directly. Try to do anything with the TS3 telnet interface.
I only use MySQL to read informations faster without using telnet (like the client database), but change requests go all to the TS3 telnet interface.
There are currently 1 users browsing this thread. (0 members and 1 guests)