In addition, it is very convenient for php to connect mysql, and they are all functions. For example, mysql_connect is to connect to the database server, mysql_select_db is to select the database, and mysql_query is to execute the query command. But making a system is not too simple, and it still needs to be based on php and mysql.