Re: export flat file db into mysql?
Log into mysql via the command prompt (shell, or whatever the mac has).
You want to use the LOAD DATA statement
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
.
Relevant Pages
- Re: Running an application more than once
... The Mac was introduced in 1984 and was able to run multiple applications ... The shell process just creates a child process, ... It will complicate programming and have no impact on capabilities. ... (comp.sys.mac.system) - Re: problems w/ my MAC OS 10.5.7 unix?
... The unix described there ... differs from that on my Mac. ... Mac OS X no longer makes the tcsh shell default (I think it did up ... case, after freshly launching Terminal and typing the "ps" command, the ... (comp.sys.mac.programmer.help) - Re: on Mac with Leopard need to set the .cshrc path to use GNU UNIX dev tools
... mysql command line to work and it doesn't. ... I'm using on my Mac) using a syntax like: ... file which is run... ... flag your shell as a login shell. ... (comp.unix.shell) - Re: Quit menu notification with SWT on Mac OS X ?
... I have a GUI java application built with SWT that has a single shell. ... Mac OS X, it is packaged as an application bundle, using the Eclipse ... if he use the Quit menu in the ... home dot woh dot rr dot com slash jbmatthews ... (comp.lang.java.programmer) - Re: Unix without shell
... >>considering either going to Linux or the Apple. ... >>viable only if it included a shell. ... The Mac has always been violently anti-CLI. ... Mach is a unix, but Apple's ideas ain't very unix-like. ... (comp.unix.shell) |
|