RE: automating import process

2002-09-29 Thread Iikka Meriläinen
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

RE: automating import process

2002-09-28 Thread sql_newbie
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. > >

RE: automating import process

2002-09-27 Thread sql_newbie
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- > >

RE: automating import process

2002-09-27 Thread Iikka Meriläinen
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

RE: automating import process

2002-09-27 Thread sql_newbie
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

automating import process

2002-08-04 Thread sql_newbie
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'