TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:16701] mysqldump < ...



A little more info,

[parker@momma parker]$ mysqldump -uroot -p mplsesc < mplsesc.sql
Enter password: 
# MySQL dump 7.1
#
# Host: localhost    Database: databasename
#--------------------------------------------------------
# Server version        3.22.32

It would appear to have succeded, no error message. 

Ron Parker
Mi-Recordz
www.mi-recordz.com
parker@mi-recordz.com

On Tue, 25 Apr 2000, Ron Parker wrote:

> Date: Tue, 25 Apr 2000 20:07:06 -0500 (CDT)
> From: Ron Parker <parker@mi-recordz.com>
> Reply-To: tclug-list@mn-linux.org
> To: tclug-list@mn-linux.org
> Subject: [TCLUG:16701] mysqldump < ...
> 
> Hey,
> 
> I've gotta a bit of a dump problem going on. :)
> 
> 1. mysqldump -uroot -p databasename > dump.sql
> No problems here.
> 
> 2. created the database on the new server.
> 
> 3. mysqldump -uroot -p databasename < dump.sql
> I imagine this is where I'm failing, although I guess that's just an
> assumption.
> 
> 4. mysql> show tables; results in "Empty set (0.00 sec)
> 
> I'm using the root account on the new server so permissions shouldn't be
> the problem. Well, my assumptions are entirely irrelevant.
> 
> TIA
> 
> Ron Parker
> Mi-Recordz
> www.mi-recordz.com
> parker@mi-recordz.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
> 
>