Hello,
I have a sql file on my server.
I want to import it daily into a mysql database... (and erase the old data)
It seems quite easy... but I just can't do it!
I tried using this cron job :
/usr/bin/mysql -hlocalhost -uusername -ppassword /home/user/public_html/test.sql
But it just won't work.
Thanks in advance if you can help me a bit.
Alex