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 (maybe your home directory?) and issue the statement. You can also use an absolute path, ie:

mysql employees < /home/<userid>/employee.dat


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to