← All Default Passwords
MySQL

Server Default Password

Database Critical Risk TCP :3306
🔑 Default Credentials
Username rootCopied!
Password (blank)Copied!
Protocol TCP
Port 3306
⚠️ Security Warning: Default credentials are the #1 cause of device compromise. Change these immediately after deployment. Attackers actively scan for devices using factory defaults.

📖 Device Notes

MySQL root default password is blank on many installations. Run mysql_secure_installation.

🔧 How to Change Default Password

  1. Connect to the device via TCP on port 3306
  2. Login with the default credentials shown above
  3. Navigate to Administration, Security, or User Management settings
  4. Change both the username and password to strong, unique values
  5. Use a password manager to store the new credentials
  6. Disable remote management if not needed
  7. Enable firmware auto-update if available