I'm using MySQLadmin to export my database. The filename template instructions say
So, I'm trying to set the template as this:Use __DB__ for database name, __TABLE__ for table name and any strftime options for time specification, extension will be automagically added. Any other text will be preserved.
So that the filename is made up of the database name_table name_date.__DB____TABLE__strftime(%d%m%Y)
However, all I get if I include the __TABLE__ option is
Any idea what I am doing wrong with the TABLE bit?"db23423432_TABLE_strftime(07062004).sql"
Cheers




Bookmarks