1433, 3306 - SQL

MariaDB / MySQL

lexi@moderators:/opt/site.new$ mysql -u wordpressuser -p
Enter password: wordpresspassword123!!
MariaDB [(none)]> show databases;
MariaDB [(none)]> use wordpress;
MariaDB [wordpress]> show tables;
MariaDB [wordpress]> select * from wp_users;

Change password

The site useotools.comarrow-up-right can be used to encode passwords and will return both the hash and also the SQL Query needed to update the table.


MSSQL


PostgreSQL

Last updated