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
this?
Thanks,
Terry
Terry Babbey
Infrastructure Specialist
Information Technology, Lambton College of Applied Arts & Technology
[EMAIL PROTECTED], 519.542.7751 x3293
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
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
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'
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
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
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
> #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