FlySpeed dB Migrate to MySQL allows you to transfer databases quickly and without data loss from some engines of MySQL Server. The transfer mode allows to perform simple database synchronization as many times as you wish. The application allows update and regular maintenance of your database. Moreover, the product can reach your data source via ADO or ODBC and if you migrate of databases like MySQL, PostgreSQL or Firebird, an ODBC access is strongly recommended because of speed increase and transfer quality. The shareware version only performs 10% of the recordings.
[Installation/Migration] Mysql 5.1 with the official binaries Show[Installation/Migration] Mysql 5.1 with the official binaries
Many persons prefer to install MySQL from the binaries compiled with Mysql, rather than using packages (rpm, apt, ...):
As
Installing the packages in directories of your...
Installing MySQL on Gentoo Linux ShowInstalling MySQL on Gentoo Linux
Installing MySQL on Gentoo distribution is made up of very easy and simple steps:
Run the command
emerge dev-db/mysql
This command allows the downloading of packades required to install mysql and...
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...
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...
MySQL - SELECT ... YESTERDAY ShowMySQL - SELECT ... YESTERDAY
Make use of the following syntax:
SELECT * FROM myTable WHERE field_date = DATE_SUB(CONCAT(CURDATE(), ' 00:00:00'), INTERVAL 1 DAY)
In order to select previous records:
SELECT * FROM myTable WHERE field_date =...
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...
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...
DB9 connector ShowDB9 connector
The DB9 (originally DE-9) connector is an analog 9-pin plug of the D-Subminiature connector family (D-Sub or Sub-D). The DB9 connector is mainly used for serial connections, allowing for the asynchronous transmission of data as...
Mini-DIN connector Show4-pin Mini-DIN connector
The 4-pin Mini-DIN connector is used for transmitting analog video in S-Video format:
More and more graphics cards these days have an S-Video socket built in, so that the computer's output can be viewed on a television...
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...