Home >Database >Mysql Tutorial >Can plsql connect to mysql?
plsql cannot be connected to mysql; "PL/SQL Developer" is an integrated development environment specifically designed for the development of Oracle database stored program units, so it cannot be connected to the mysql database.
The operating environment of this tutorial: windows10 system, mysql8.0.22 version, Dell G3 computer.
Can plsql connect to mysql
PL/SQL Developer integrated development environment is specially developed for the development of applications for Oracle databases
plsql cannot connect to mysql. The PL/SQL Developer integrated development environment is specially designed to develop applications for Oracle databases.
PL/SQL is also a programming language called procedural SQL language (Procedural Language/SQL). PL/SQL is an extension of Oracle database to SQL statements. The features of programming languages are added to the use of ordinary SQL statements, so PL/SQL organizes data operations and query statements into procedural units of PL/SQL code, and implements complex functions or calculations through logical judgments, loops and other operations.
Expansion:
Client tools that can connect to mysql:
1. Navicat
Navicat is a fast, reliable and reasonably priced set Inexpensive database management tool designed to simplify database management and reduce system management costs. It is designed to meet the needs of database administrators, developers and small and medium-sized businesses.
2. SQLyog
is a fast and concise graphical management tool for MYSQL database. It can effectively manage your database at any location. The database is produced by the industry-famous Webyog company.
3. DBeaver
This is a very famous general database management software, free, open source, cross-platform, developed based on Java, and supports almost all mainstream databases, including MySQL, PostgreSQL, Oracle, DB2, etc. (as long as they have a JDBC driver), you can easily view the database directory structure, import and export databases, and perform related script operations. It is a very good choice for managing MySQL databases.
Recommended learning: mysql video tutorial
The above is the detailed content of Can plsql connect to mysql?. For more information, please follow other related articles on the PHP Chinese website!