MariaDBMySQLMySQL-Articles97 comments How to Load Delimited Data CSV Excel to MySQLKedarJanuary 11, 2010 Loading CSV to MySQL or any delimited data files to MySQL database is a very common task frequently questioned about and almost every-time LOAD DATA INFILE come into rescue. I’ll… View Post