Download DB Designer ShowAllows you to handle your databases the most efficient way.
DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.
It combines a simple and clear...
Backup/Restore Mysql database ShowBackup/Restore Mysql database
Backup
Restore your database
Note
A simple approach on how to backup and restore MySQL databases.
Backup
To save an existing database it is recommended that you create a dump.
To dump all...
Reinitializing the root password of MySQL ShowReinitializing the root password of MySQL
The root password is lost!
Reinitializing the password:
It's important that you are able to access and modify the admin (root) password of MYSQL, either when installing MySQL for the first...
Automatic backup of a Database in SQL EXPRESS 2005 ShowAutomatic backup of a Database in SQL EXPRESS 2005
If you want to automate a backup of a database in SQL Server Express, there is a simple solution using a .bat. file.
Create a new text file. This file should contain the following...
Download MySQL Essential ShowMySQL 5.4 Essential which is recommended for most users is one of the world’s most popular open source database. Includes a configuration wizard for optimal use. It is the most trustworthy, secure and up to date version of most database.
To know...
Download MySQL Snap ShowMySQL Snap is meant to allow you to make a backup of all your databases of MySQL.
Features:
It will allow you to dump databases and even create a backup for them.
You will be able to connect them at the same time
Itr will also save the...
Introduction - Databases ShowWhat is a database?
A database (abbreviated DB) is an entity in which data can be stored in a structured manner, with as little redundancy as possible. Different programs and different users must be able to use this data. Therefore, the concept of...
ODBC ShowWhat is ODBC?
ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Database Replication ShowIntroduction to Replication
Replication consists in ensuring data availability by synchronising copies of a data source on different servers.
Replication is mainly used for database management systems that manage thousands or even millions of...