MariaDB Password

生成适合 MariaDB 用户的随机密码。符号集避开 shell / SQL 易冲突字符。

What Is MariaDB Password Generator?

The MariaDB password generator creates strong random passwords for MariaDB database users, with five character sets — alphanumeric, alphanumeric plus symbols, letters only, digits only and hexadecimal — and lengths from 8 to 32 characters. The symbol set uses shell- and SQL-friendly characters such as !@#%^*_+-=, and in symbol mode it guarantees at least one uppercase, lowercase, digit and symbol, so the password works safely in shell commands and SQL statements.

Main Features

  • Five character sets: alphanumeric, alphanumeric + symbols, letters, digits, hex
  • Password lengths of 8 / 12 / 16 / 24 / 32 characters
  • Symbol set avoids shell- and SQL-conflicting characters
  • Symbol mode guarantees at least one uppercase, lowercase, digit and symbol
  • Uses cryptographically secure randomness; up to 50 at once

Use Cases / Notes

Ideal for application accounts, backup accounts or temporary passwords for test environments. Store the generated passwords carefully, rotate database passwords regularly and avoid keeping them in plain text in public places.

How to Use

  1. Pick the password length and character set
  2. Set the number to generate (1–50, default 5)
  3. Click “Generate”, copy a password and use it to create a MariaDB user