[Automysqlbackup-users] NOT ABLE TO BACKUP THE TABLES
Automatic MySQL Backup
Brought to you by:
wipe_out
From: michelle_day_99 <mic...@ya...> - 2007-08-03 22:17:35
|
NOT ABLE TO BACKUP THE TABLES Private: (?)=20 No =20 Hi All, I am new to Linx and MYSQL I have managed to get the Auto backup = working but when I unzip it I get the below dump and when I restore I get = the Database but no Tables what am I doing wrong -- MySQL dump 10.11 -- -- Host: localhost Database: World -- ------------------------------------------------------ -- Server version 5.0.32-Debian_7etch1-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=3D@@CHARACTER_SET_CLIENT = */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=3D@@CHARACTER_SET_RESULTS = */; /*!40101 SET @OLD_COLLATION_CONNECTION=3D@@COLLATION_CONNECTION = */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=3D@@TIME_ZONE */; /*!40103 SET TIME_ZONE=3D'+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=3D@@UNIQUE_CHECKS, = UNIQUE_CHECKS=3D0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=3D@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=3D0 */; /*!40101 SET @OLD_SQL_MODE=3D@@SQL_MODE, = SQL_MODE=3D'NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=3D@@SQL_NOTES, SQL_NOTES=3D0 */; Can you also tell me how I get it to keep a log file it has the = option to email it but I don't have email on the test server and wanted to = get a log file in my directory to look at. Regards, Michelle Day=20 |