MySQL MySQL Community Server — Default Password
Default username and password for the MySQL MySQL Community Server: root / (blank). Learn how to log in and how to change the default credentials.
When initialized with --initialize-insecure, or installed via certain Linux distribution packages, the root account has an empty password. Many LAMP stacks default to this. Use mysql_secure_installation to secure.
| Usuario | Contraseña | Acceso | Versión / firmware | Notas |
|---|---|---|---|---|
root | (vacío / ninguno) | Database | Insecure init / older Linux packages | Secure init (--initialize) generates a temporary random password written to the error log. Run mysql_secure_installation post-install. |
- Fuente
- vendor documentation
Uso responsable
Esta base de datos enumera credenciales predeterminadas documentadas públicamente para que los administradores puedan encontrarlas y cambiarlas. Úsalas solo en sistemas que poseas o que estés autorizado a probar.