Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
#6167
Here are the commands for your reference.

If you intend to backup the existing MySQL Database
mysqldump -u [user name] -p[password] [database name] > [dump file.sql]

If you have already backed up database and intend to restore into already existing database
mysql -u [user name] -p[password] [database name] < [dump file.sql]

ensure,
When you do the backup, use mysqldump and > symbol
When you do the restore, use mysql and < symbol

Thank you

Hi. New user but up and running OK so far. I'm b[…]

Bill - just do the mysqldump command to get a copy[…]

Integration

opencats can expose an ical feed that you can sub[…]

It's not imminent right now, am unfortunately dive[…]