Skip to navigation
Reset froxlor database auto-sequence counter
08.07.26
In Froxlor's own database, run: USE froxlor; ALTER TABLE panel_databases AUTO_INCREMENT = 1; Or more precisely, find the sequence table: SELECT * FROM panel_sequences WHERE name LIKE '%mysql%'; If that doesn't exist, check the customer's counter: UPDATE panel_customers SET mysqls_used = 0 WHERE loginname = 'your_customer_login'; Alternatively, in Froxlor's database, look for a sequence value: SELECT * FROM panel_sequences; Then reset it with: UPDATE panel_sequences SET value = 0 WHERE name = 'mysql_id';
Reply
Anonymous
Information Epoch 1784069918
Programmer time is expensive, conserve it in preference to machine time.
Home
Notebook
Contact us