Hi all,

I was just testing if my utf8 table would restore properly.
When I execute 
mysqldump -umysqladmin -pmysqladmin test < C:\mysql\bin\test-bp.sql

No tables are created. Instead I what get in my DOS console (WinXpPro) is the 
beginning and end of the dump file (having skipped all the restoration bits!) which is 
what follows

I am new at this. Could anybody please offer any ideas on what goes wrong here? I need 
to resolve this in order backup my whole database.

Thank you for your time,
Theo


-- MySQL dump 10.4
--
-- Host: localhost    Database: test
-- ------------------------------------------------------
-- Server version       4.1.1a-alpha-nt

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT, CHARACTER_SET_CLI
ENT=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 */;

/*!40101 SET [EMAIL PROTECTED] */;
/*!40014 SET [EMAIL PROTECTED] */;
/*!40014 SET [EMAIL PROTECTED] */;
/*!40101 SET [EMAIL PROTECTED] */;

Reply via email to