+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Aug 2009
- Posts
- 63
To load a file into the Mysql database table
Guys,
If you need to load data into a MySQL table, you can use the following steps
mysql -e "LOAD DATA INFILE '/var/lib/mysql/<database>/<filename eg:: .csv, txt, etc>' INTO TABLE <Tablename>" <database_name>


LinkBack URL
About LinkBacks



Reply With Quote