Hi,
I'm trying to initialize my database using the jdbc:initialize-database bean (in an effort to try out cloudfoundry). Problem is my data comes from a venerable mysql 5.0 database.
I export using
but it keeps giving me com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorEx ceptionCode:mysqldump --ignore-table=cjd.image --no-create-db --no-create-info --skip-extended-insert [..]
My syntax is just fine using mysql command line tool, sadly not available on cloudfoundry..
Cheers


Reply With Quote
