How do you connect to a MySQL database using Oracle SQL Developer?

后端 未结 6 517
暗喜
暗喜 2021-01-31 07:34

I have Oracle SQL Developer already installed and am able to connect to and query Oracle databases.

Using Help -> Check for Updates I was able to install the Oracle MySQ

6条回答
  •  青春惊慌失措
    2021-01-31 07:42

    Although @BrianHart 's answer is correct, if you are connecting from a remote host, you'll also need to allow remote hosts to connect to the MySQL/MariaDB database.

    My article describes the full instructions to connect to a MySQL/MariaDB database in Oracle SQL Developer:

    https://alvinbunk.wordpress.com/2017/06/29/using-oracle-sql-developer-to-connect-to-mysqlmariadb-databases/

提交回复
热议问题