Auf dieser Seite werden kleine Hilfen zu TYPO3 veröffentlicht.
Howto
Backing Up the Mambo DB
By ramiro - Posted on February 17th, 2005
Performing a Full Backup with mysqldump
When you perform a full backup of your Mambo or Joomla SQL database using mysqldump you may run into problems. Use the -Q switch to quote all identifiers. Otherwise the output of mysqldump can't be used to restore a database and results in a syntax error.
Your sample error output may look similar to the following: