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
opencats Installation

Hello, What is the best web host to use for ope[…]

Best Install Platform

I was trying docker setup, initially tried getting[…]

Install questions

https://gbwhata.net/ is a modified version of th[…]

Information of devellopement

Hi Russ , are there any updates on the development[…]