er
ersen
@ersen
0topics
2posts
joined
last seen
Recent replies
Cron jobI solved the problem as follows, mysqldump -u root -pPASSWORD dbname | gzip -9> /home/sitename.com/public_html/storage/dbackup_$(date +% d-% m-% Y) .sql.gzCron jobHi, I need to write a script on how to use mysqldump on cron job. I want to backup my database, but somehow failed. I tried a command like this; / usr / bin / m