From the command line What is the syntax syntax to import some data into mysql table
Hello
From the command line [linux], What is the command syntax to import some data into a mysql table ?
Using linux.
# which mysql
/usr/bin/mysql
The table has 20 columns in it.
The data file has about 900 rows in it
The data file a CSV file comma ',' seperated fields.
Thank you.
--Glenn
|