RE: Migrate HUGE Database

2008-03-10 Thread Terry Babbey
PROTECTED] Sent: March 10, 2008 2:52 PM To: Daniel Brown; Terry Babbey Cc: mysql@lists.mysql.com Subject: RE: Migrate HUGE Database You can take this a step further nohup mysqldump -h -u -p --all-databases --routines --triggers | mysql -h -A This will pipe all the data directly to Windows machine

Migrate HUGE Database

2008-03-10 Thread Terry Babbey
this? Thanks, Terry Terry Babbey Infrastructure Specialist Information Technology, Lambton College of Applied Arts & Technology [EMAIL PROTECTED], 519.542.7751 x3293

A Strange Configure Problem

2001-03-05 Thread Terry Babbey
ed as always. But at least now I am confused on a higher level! Terry -- __ Terry Babbey Technical Support Specialist Lambton College, Sarnia, Ontario, C

Build Directory

2001-03-05 Thread Terry Babbey
With gcc it is required that you build the software in a different driectory then you untar it. Is this possible with mysql as well? Thanks, Terry -- __ Terry Babbey Technical Support Specialist Lambton College, Sarnia, Ontario

Re: Confused with GCC

2001-03-02 Thread Terry Babbey
port PATH > > Now; "echo $PATH" to make sure it worked. That should help. > > !! I strongly suggest you use gnu "make" and use the "--with-low-memory" > option. I have a sun UltraSparcII with dual CPU's and 512MB RAM that still > couldn'

Re: Confused with GCC

2001-03-02 Thread Terry Babbey
ort> for instructions. gnumake[3]: *** [sql_acl.o] Error 1 gnumake[3]: Leaving directory `/usr/local/mysql/mysql-3.23.33/sql' gnumake[2]: *** [all-recursive] Error 1 gnumake[2]: Leaving directory `/usr/local/mysql/mysql-3.23.33/sql' gnumake[1]: *** [all-recursive] Error 1 Peter Pent

Re: Confused with GCC

2001-03-02 Thread Terry Babbey
piler cannot cre ate executables. "Matthew P. Marino" wrote: > We really need to know what the error message text is. Could be anything from > a.) you don't actualy have gcc loaded" to z.) sql_yacc.cc which hardly ever > compiles right and has nothing to do with gcc. > > T

Confused with GCC

2001-03-02 Thread Terry Babbey
I notice some of you compile with gcc as you C-compiler (CC) and C++-compiler (CXX). Configure generates an error message for me when I try to do this. Can anyone help me with this? Thanks, Terry -- __ Terry Babbey Technical Support

Help Installing MySQL

2001-02-26 Thread Terry Babbey
> #line 8010 "configure" > #include "confdefs.h" > /* Override any gcc2 internal prototype to avoid an error. */ > /* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ > char tgetent(); > > int main() { &g