MySQL Forums
Forum List  »  MySQL Administrator

Problem with backup.
Posted by: Wojtek Zuk
Date: February 29, 2012 05:05AM

Hi,
my Mysql Administrator installed on linux create very small sql backup files. Buckup file should be approx 1,5GB and my backup have only 580b, here is content of this file:


-- MySQL Administrator dump 1.4
--
-- ------------------------------------------------------
-- Server version ���


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;

could you help me?

Options: ReplyQuote


Subject
Written By
Posted
Problem with backup.
February 29, 2012 05:05AM
March 18, 2012 09:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.