Home  >  Article  >  Database  >  What is the default password for mysql

What is the default password for mysql

藏色散人
藏色散人Original
2019-06-01 11:14:3916896browse

MySQL is a relational database management system. A relational database stores data in different tables instead of putting all data in one large warehouse, which increases speed and flexibility.

What is the default password for mysql

#The SQL language used by MySQL is the most commonly used standardized language for accessing databases. MySQL software adopts a dual licensing policy and is divided into community version and commercial version. Due to its small size, fast speed, low total cost of ownership, and especially the characteristics of open source, MySQL is generally chosen as the website database for the development of small and medium-sized websites.

What are the default username and password for MySQL?

Answer:

The default username is root, and the default password is empty.

user = “root”;passwor=“”;

The above is the detailed content of What is the default password for mysql. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn