Traditional Culture Encyclopedia - Hotel franchise - Is the microengine mysql or mssql?

Is the microengine mysql or mssql?

MS SQL refers to Microsoft's SQLServer database server, which is a database platform and provides a complete solution from server to terminal. The database server is a database management system for establishing, using and maintaining databases. SQL Server was not originally developed by Microsoft itself, but was produced in cooperation with Sybase to compete with IBM. Its earliest developer was Sybase, and Microsoft also cooperated with Sybase to develop the version of SQL Server. Microsoft also transplanted SQL Server 6.0 to Windows NT (version 3. 1 at that time), and independently developed version 6.0 of SQL Server after terminating its cooperation with Sybase, and all the subsequent SQL Servers were developed by Microsoft itself.

MySQL is a relational database, developed by MySQL AB Company in Sweden, and currently belongs to Oracle. MySQL is the most popular relational database management system, and MySQL is one of the best RDBMS (Relational Database Management System) applications in WEB applications. MySQL is a relational database management system, which saves data in different tables instead of all data in a big warehouse, thus improving the speed and flexibility. SQL language used by MySQL is the most commonly used standardized language for accessing databases. MySQL software adopts dual authorization strategy (this entry "authorization strategy"), which is divided into community version and commercial version. Because of its small size, high speed and low total cost of ownership, especially open source, MySQL is generally chosen as the website database for the development of small and medium-sized websites. Because of its excellent performance, Community Edition can form a good development environment with PHP, Linux and Apache. After years of web technology development, it is one of the widely used web server solutions in the industry, named LAMP.