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

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 -hhost of Linux Machine -uusername -ppassword --all-databases --routines --triggers | mysql -hhost of Windows Machine

A Strange Configure Problem

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

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

Re: Confused with GCC

2001-03-02 Thread Terry Babbey
ons. 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 Pentchev wrote: On Fri, Mar 02

Re: Confused with GCC

2001-03-02 Thread Terry Babbey
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't manage to compile the sql_yacc.cc Good luck!! Terry Babbey wrote: Here is my config

Help Installing MySQL

2001-02-26 Thread Terry Babbey
149: checking for unistd.h configure:8188: checking for getpagesize configure:8216: gcc -o conftest -O6 -DDBUG_OFF conftest.c -lm -lpthread -lmach -lexc 15 configure:8241: checking for working mmap configure:8389: gcc -o conftest -O6 -DDBUG_OFF conftest.c -lm -l