gt;
> > > > I'm assuming that you are using some form of unix in this. From the system
> > > > prompt type "mysql -u root -ppassword < import_test1". If this works just
> > > > put it into a script (bash, perl, whatever) and run it either from
rm of unix in this. From the system
> > > prompt type "mysql -u root -ppassword < import_test1". If this works just
> > > put it into a script (bash, perl, whatever) and run it either from the
> > > command line or via cron if you want it automated.
> >
nd run it either from the
> > > command line or via cron if you want it automated.
> > >
> > > Carl McNamee
> > > Systems Administrator
> > > Billing Concepts
> > > (210) 949-7282
> > >
> > > -Original Message-
> >
put it into a script (bash, perl, whatever) and run it either from the
> > command line or via cron if you want it automated.
> >
> > Carl McNamee
> > Systems Administrator
> > Billing Concepts
> > (210) 949-7282
> >
> > -Original Message-
> > F
gt; -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, August 03, 2002 11:58 PM
> To: [EMAIL PROTECTED]
> Subject: automating import process
>
>
> Hi,
>
> I want to try to automate a phonebook list import process into MySQL
Hi,
I want to try to automate a phonebook list import process into MySQL
database. The phonebook was originally created with MS Access and
exported into a text file. I upload that text file onto my server and I
proceed with the following import process.
Using Telnet I type:
# ./mysql -u 'root'