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
, 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
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
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