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.
Related
So, the question is simple - how to make a query from Oracle to MySQL and the other way around. ODBC is out of the question due to slow performance.
Disclaimer: I am the creator of the MySQL DataController plugin.
As far for Oracle to MSSQL, you may create DBLinks for such queries. There are plenty of documentation on how to create a database link on Oracle using the MSSQL Driver.Just google "Database link from Oracle to SQL Server"
If you want to do the inverse, you may use the plugin that we wrote for mysql. The plugin uses Free-TDS which is an opensource project used to communicate to MSSQL. We have updated a blog about that MySQL Plugin, if you need help compiling it we could help you out.
See the following link for a short video and blog about the plugin
http://www.acentera.com/mysql-datacontroller/
There is a mysql client library driver for oracle:
https://docs.oracle.com/database/121/DRDAA/mysql_driver.htm
With regards to MySQL you may be able to use the FEDERATED MySQL storage engine
This may also be useful:
"The DataController project is being designed in order to facilitate and provide an easy database integration between MS SQL, Oracle and MySQL databases. It is being designed to provide real-time performant replication between mysql and other databases.. The code is originally derived from MySQL."
https://launchpad.net/datacontroller
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
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
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.
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.