生成适合 MariaDB 用户的随机密码。符号集避开 shell / SQL 易冲突字符。
MariaDB 密码
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.
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.