MySQL Enum
MYSQL
- an open-source relational database management system, used to add, access and process data stored in a server database using the SQL
(Structured Query Language) syntax. It's also included in the LAMP
technology stack (Linux, Apache, MySQL, PHP) to store and retrieve data in well-known applications, websites and services.
Default MYSQL
port is 3306
.
Last updated