Is Oracle MySQL the same as MySQL?

2012-05-01T06:01:22

I have MySQL on a system, and I am trying to determine if it is Oracle MySQL, or MySQL. Is there a difference between Oracle MySQL:

http://www.oracle.com/us/products/mysql/index.html

and "regular" MySQL:

http://www.mysql.com/

or are they the same thing?

Copyright License:
Author:「Jonathan」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/10391163/is-oracle-mysql-the-same-as-mysql

About “Is Oracle MySQL the same as MySQL?” questions

I have MySQL on a system, and I am trying to determine if it is Oracle MySQL, or MySQL. Is there a difference between Oracle MySQL: http://www.oracle.com/us/products/mysql/index.html and "regular"
I have a website running with php and mysql on Centos(Amazon instance). The newly brought ERP(to be integrated with existing system) uses Oracle as db(located on a separate Windows server). The ord...
We are using ERP application that stores data to ORACLE database and also we have web applications that uses the same ERP database. We are getting the performance issues when ERP and another applic...
Is it possible to configure Symfony/Doctrine in a way to write data into two different databases (mysql AND oracle) at the same time while reading data only from mysql ? The intention is to have an...
I am retrieving some password values from MySQL table in Hibernate and replace that with other strings in MySQL. I understand that there is translate() in Oracle to do the replacement but I haven't...
Requirements: Before, I used instr() in Oracle to achieve the requirements, but now I want to use MySQL to achieve the same effect, and try to use the functions in MySQL to achieve it. INSTR(A.SOME...
I want to know what I can do to find the same results as in Oracle with MySql DBMS. For example I use this statement in Oracle: Select * FROM PEP INNER JOIN ZUSAMMEN ON PEP.ID = ZUSAMMEN.PEPID ...
I would like to migrate from Oracle to MySQL, and one of the important steps is to replace the actual job built on an Oracle environment. Basically, every day I receive some 'oracle' dump files from
I have re-written a query from Mysql to oracle whereas Mysql is giving me one row and oracle gives multiples just wondering why ? Mysql Query select me.col1, me.col2, me.col3, ...
right now am working on database migration from MYSQL TO ORACLE. I have experience in MySQL but not in Oracle, So help me to convert the following MYSQL query to ORACLE Mysql query: SELECT MIN(i...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.