Re: Importing at command line from text file

2004-05-10 Thread Michael Kruckenberg
Robert Ameeti wrote: I'm a newbie trying to follow a tutorial. The tutorial says to type: mysql employees employee.dat The employee.dat file doesn't have to be in any specific location, as long as you can read it. To run the command above, cd into the directory with the employee.dat file

Importing at command line from text file

2004-05-09 Thread Robert Ameeti
I'm a newbie trying to follow a tutorial. The tutorial says to type: mysql employees employee.dat I already am at my mysql prompt in Terminal. I have employees as the open database. I have employee_data as an existing table with 1 manually entered record. I have employee.dat as a text file