Posts

Showing posts from April, 2008

How to load data file to mysql

copy xx.sql file to your mysql\bin forlder than login to mysql mysql> source xx.sql;