Re: mysqldump and mysqlimport

2003-09-15 Thread Paul DuBois
At 4:47 PM -0400 9/15/03, Peter Koutsoulias wrote: I've been trying this for a few hours now and I'm not sure what's going on. mysqldump --host=localhost --user=root --password=mypass dbname > dbname.dump This works fine, it creates a text file with CREATE TABLE blocks and INSERT statements for ea

Re: mysqldump and mysqlimport

2002-08-21 Thread Jesse Sheidlower
On Wed, Aug 21, 2002 at 11:37:57AM -0700, abw wrote: > Hello, > > Having a problem here. I'm trying to get a Mysql 3.23 database from a Red > Hat 7 machine over to a Mysql 3.23 on a Solaris Sparcstation. > > I was able to dump the database using the mysqldump command. The database > has 3 tabl