Hi , Is it possible to autoimport a csv automatically in mysql database at a certain time of day
Yes. cron (or phpCron) can handle the scheduling, and you have to write the script to do the import.
There is also a php function that will easily read CSV files:
www.php.net/fgetcsv