Backup Error

Hi:

Firstly, sorry for my bad english.

Actually I'm try this program for manage my MySQL databases on my local test server, and when I try make a backup, I get the next error:

Warning: mysql_tablename() [function.mysql-tablename]: Unable to jump to row 23 on MySQL result index 11 in Q:\www\php\tablemgr\backup.php on line 60

The Debug info:

Get:
Post: token: 162e87d8acd50e2f2d36bb54274fba12, dbname: munde105_8bits, tablename: , cmd: Backup,
Clean Post: token: 162e87d8acd50e2f2d36bb54274fba12, dbname: munde105_8bits, tablename: , cmd: Backup,
Session: token: 162e87d8acd50e2f2d36bb54274fba12, user: root, password: XXXXXXXX, host: localhost, defaltuser: 1, dbname: munde105_8bits,
Files: Privileges

Array
(
[0] => ALTER
[1] => ALTER ROUTINE
[2] => CREATE
[3] => CREATE ROUTINE
[4] => CREATE TEMPORARY TABLES
[5] => CREATE USER
[6] => CREATE VIEW
[7] => DELETE
[8] => DROP
[9] => EXECUTE
[10] => FILE
[11] => INDEX
[12] => INSERT
[13] => LOCK TABLES
[14] => PROCESS
[15] => REFERENCES
[16] => RELOAD
[17] => REPLICATION CLIENT
[18] => REPLICATION SLAVE
[19] => SELECT
[20] => SHOW DATABASES
[21] => SHOW VIEW
[22] => SHUTDOWN
[23] => SUPER
[24] => UPDATE
[25] => USAGE
)

Thanks

backup

Hi aquinoes,
Thanks for posting all the info.
I have tracked down the error and attached a replacement backup.php file. Could you replace your backup.php file with the one in the zip file and let me know if the error still shows up.

Also please check that the backup file gets created. By default in should be in a directory named backup within your tablemgr directory.

Thanks

All OK

Hi:

Thanks for your fast reply. I have replaced the backup.php file for the one attached, and ... voila... It Works!!! The backup are in the backup dir...

Thanks. This is a great utility.

Best regards