Free Tool for Validating 2 Databases - mysql

I want a free tool for verification all table data between 2 mysql databases ?
is there any free tool available on Linux

Try mysqldiff which uses PHP to compare two MySQL databases. It's freeware too.
My mistake; that tool only does database structure differences and not data differences.

In Toad for MySQL : you can compare 2 database and it is free.
DataBase Workbench made this too but it is not free
Available on Linux with Wine.

Related

MySQL Workbench scheduled backup utility

[I posted the query below to the Database Admin StackExchange site but was put on hold due to being off-topic, which came as a wee surprise. I hope that it's not OT for StackOverflow. ]
My (medium-sized) organisation uses the excellent MySQL Workbench 6.1 Community for DB management. Workbench used to have a scheduled backup tool built in, IIRC, but no longer - you have to buy the Enterprise Edition for this.
So I've a quick question: what cheap/Open Source utilities are available to plugin in Workbench to configure and run scheduled backups of selected or all DB? By 'backup', I mean a nightly SQL dump of N DBs. There is a thread at Automatic backup MySQL Workbench but that references fairly heavy-duty tools. Another thread on here refers to an outdated Workbench version.
We can use a batch file (it's a Windoze server) to schedule backups, but for futureproofing and for the sake of my successor(s) it would be nice to have an easy-to-use GUI tool. Any recommendations?
There's no free tool or plugin for MySQL Workbench to schedule backups. However with MySQL Enterprise Backup (in short MEB) you can do that, including management from within MySQL Workbench. MEB is however a commercial solution for MySQL.

Tool to connect to mysql database

I have sql developer that I can use to connect to oracle database. But I want to connect to mysql databse. Any free good tool avaialble?
You can try SQLyog which has 30-day trial and also community version. Difference between many free tools and SQLyog are actually SQLyog has many advanced features like Database sync, Schema sync, Import external data, data search etc..
Note that these are available only in Ultimate and Enterprise versions.
I think that you can use http://www.mysql.com/products/workbench/ or http://www.heidisql.com/. Both of them are very good, Workbench is especially good for database schema design.
Download SQLYog. I am using it for years.
There are several tools for this, for example:
mySQL Workbench
mySQL Administrator
or, if you want one that can work with other databases too, you could try:
Heidi SQL
SquirrelSQL

MySQL Query Painter

I have a client who is very used to the MS Access query tool. I am migrating all of his data into MySQL.
Any recommendations for a User Friendly query painter I could provide him to be able to paint up his queries rather than type up SQL code?
Why can't he just use Access with ODBC linked tables?
The usual answer for MySQL is phpMyAdmin, though. I use it for a number of websites I manage and I think it's quite nice as a management tool (though the querying tools are not nearly as well-developed as Access's).
MySQL has an official MySQL Workbench:
http://dev.mysql.com/downloads/tools/workbench/
From the docs:
MySQL Workbench provides DBAs and developers an integrated tools environment for:
Database Design & Modeling
SQL Development (replacing MySQL Query Browser)
Database Administration (replacing MySQL Administrator)
Database Migration

What is the MySQL equivalent of Oracle's Enterprise Manager

I understand that Oracle will at some point add support for MySQL to its Enterprise Manager software. However I'd like to know perhaps from other Oracle to MySQL migrants what tools are available for monitoring the queries, activity and resource usage happening on a MySQL database instance.
Take a look at MySQL Enterprise Monitor
One option would be MySQL Workbench 5.2. It's still in Beta but development is moving rapidly. They are replacing the old MySQL administrator with this all in one tool.

Problem with DBDesigner

The DBDesigner can synchronize only with MySQL?
I tried with SQL Server but don't works.
DBDesigner Ver: 4.0.5.6
Tks.
http://fabforce.net/dbdesigner4/ :
DBDesigner 4 is developed and optimized for the open source MySQL-Database to support MySQL users with a powerful and free available design tool.