Reset the MariaDB root password · For versions lower than 10.4: UPDATE mysql.user SET Password=PASSWORD('NEW_PASSWORD') WHERE User='root'; FLUSH ...
確定! 回上一頁