Archive

Posts Tagged ‘database’

Synchronization between XML Schema and Database

November 7th, 2009

SysDB is a tool for synchronizing XML Files (based on XML Schema) and a Relational Database. XML files are stored and managed in a database. – Data are managed in configuration : when you change a XML file, only this file will be added into the base. Old versions can be easily retrieved from the [...]

Read More >>



Creating a Backup of Your Database

November 5th, 2009

The problem. While the tips in the rest of this post have been tested, you should definitely not try any of them without first having a proper backup of your MySQL database.
The solution. To create a manual backup of your WordPress database, follow these simple steps:

Log in to phpMyAdmin and select your WordPress database.
Once done, [...]

Read More >>