mysqldump and mysqlimport

2003-09-15 Thread Peter Koutsoulias
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 each table in the database. When I try to recreate

RE: Compling on RedHat 9

2003-09-12 Thread Peter Koutsoulias
, and it didn't work on my system. However, after installing libstdc++devel and gcc-c++, it worked like a charm. Thanks again. Peter. -Original Message- From: Lenz Grimmer [mailto:[EMAIL PROTECTED] Sent: September 12, 2003 4:03 AM To: Peter Koutsoulias Cc: [EMAIL PROTECTED] Subj

RE: Compling on RedHat 9

2003-09-11 Thread Peter Koutsoulias
iple...I can't stand being beaten :) At 10:22 AM -0400 9/11/03, Peter Koutsoulias wrote: >I couldn't find an appropriate mailing list for compiling MySQL, so I >thought I'd try here. > >anyone successfully compile MySQL 4 on RedHat 9? I keep getting errors on >libmysql.c

Compling on RedHat 9

2003-09-11 Thread Peter Koutsoulias
I couldn't find an appropriate mailing list for compiling MySQL, so I thought I'd try here. anyone successfully compile MySQL 4 on RedHat 9? I keep getting errors on libmysql.c during the make step. Google doesn't reveal a whole lot about compiling MySQL on RedHat which leaves me to believe most