Re: mysql < vs source

2011-03-10 Thread Dan Nelson
In the last episode (Mar 10), Brent Clark said: > Hiya > > I just found that I can run > mysql db -e 'source exporteddbdata.sql' > > The question I would like to ask is. Is there a speed difference between > > mysql db < exporteddbdata.sql > and > mysql db -e 'source exporteddbdata.sql' > (usi

mysql < vs source

2011-03-10 Thread Brent Clark
Hiya I just found that I can run mysql db -e 'source exporteddbdata.sql' The question I would like to ask is. Is there a speed difference between mysql db < exporteddbdata.sql and mysql db -e 'source exporteddbdata.sql' (using source) Reason im asking is, I got a exported 5.4GB database file,