I'm not sure if this is the right place for this question, so please move it to it's respective section if it's not in the right one.
I'm currently using IPB 1.3 and am planning to upgrade to the newer version, IPB 2.0.4
I've read the tutorials provided by IPB and they suggest that I backup my SQL database before attempting the upgrade.
I was just wondering how to do that. Can anyone help?
I'm currently using IPB 1.3 and am planning to upgrade to the newer version, IPB 2.0.4
I've read the tutorials provided by IPB and they suggest that I backup my SQL database before attempting the upgrade.
| Quote: |
| We recommend that you back up your database by using the mysqldump command line tool:
mysqldump --opt -uusername -p databasename > databasename.sql |
I was just wondering how to do that. Can anyone help?
