On Wed, 01 Aug 2007 13:42:15 -0500 Jason King <[EMAIL PROTECTED]> wrote:

> Does anyone else know where I can find the MediaID increment at?

if you are talking about the MySQL auto increment, then this is how you re-set 
it:

ALTER TABLE my_table AUTO_INCREMENT = 1;

if you want, you may start from the middle, like:

ALTER TABLE my_table AUTO_INCREMENT = 41;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to