Database Archives - Techie Buzz https://techie-buzz.com/tag/database/ The Ultimate Tech Guide Tue, 18 Oct 2022 12:44:49 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://techie-buzz.com/wp-content/uploads/2022/08/cropped-techie-buzz-32x32.png Database Archives - Techie Buzz https://techie-buzz.com/tag/database/ 32 32 MySQL.com Database Compromised By Blind SQL Injection https://techie-buzz.com/mysql-com-database/ Tue, 18 Oct 2022 12:44:49 +0000 https://techie-buzz.com/?p=2946 An email was sent out earlier today on the Full-Disclosure mailing list, detailing the compromise of numerous MySQL websites along with portions of their ... Read more

The post MySQL.com Database Compromised By Blind SQL Injection appeared first on Techie Buzz.

]]>
An email was sent out earlier today on the Full-Disclosure mailing list, detailing the compromise of numerous MySQL websites along with portions of their database containing usernames and passwords.

MySQL offers database software and services for businesses at an enterprise level as well as services for online retailers, web forums and even governments. The vulnerability for the attack, completed using blind SQL injection and targeted servers including MySQL.com, MySQL.fr, MySQL.de and MySQL.it, was initially found by “TinKode” and “Ne0h” of Slacker.Ro (according to their pastebin.com/BayvYdcP dump of the stolen credentials) but published by “Jackh4x0r”.

The stolen database contain both member and employee email addresses and credentials, as well as tables with customer and partner information and internal network details. Hashes from the database have been posted, with some having been already cracked.

Source: youtube.com

A submission to XSSed.com also details an XSS (Cross Site Scripting) vulnerability affecting MySQL.com that may have provided a secondary entry point for compromising visitors or employees with the organization since early January of 2011.

This is definitely a shame for the folks behind MySQL since they were bought by Sun and later on by Oracle (through the Sun acquisition). MySQL is used by millions of users for small and medium sized databases, including by the popular blogging software WordPress.

The email sent to Full Disclosure lists out all the databases, tables and even some password hashes for the users at MySQL.com. There has been no response from MySQL on this issue yet. We have contacted them for a comment and will update this post once more information becomes available.

The post MySQL.com Database Compromised By Blind SQL Injection appeared first on Techie Buzz.

]]>
Use PostgreSQL for WordPress Instead Of MySQL https://techie-buzz.com/use-postgresql-for-wordpress-instead-of-mysql/ Thu, 13 Oct 2022 10:05:17 +0000 https://techie-buzz.com/?p=2503 MySQL is the preferred database for WordPress, however not everyone likes MySQL and there is no easy alternative to make WordPress ... Read more

The post Use PostgreSQL for WordPress Instead Of MySQL appeared first on Techie Buzz.

]]>
MySQL is the preferred database for WordPress, however not everyone likes MySQL and there is no easy alternative to make WordPress use another database.

If you want to use PostgreSQL with WordPress there is a WordPress plugin that will allow you to do it without making any changes to the internal WordPress codebase.

Source: mysql.com

PostgreSQL for WordPress (PG4WP) gives you the possibility to install and use WordPress with a PostgreSQL database as a backend. It works by replacing calls to MySQL specific functions with generic calls that maps them to another database functions.

When needed, the original SQL queries are rewritten on the fly so that MySQL specific queries work fine with the backend database.

Support for other database can also be added if the appropriate drivers are written for them.

Source: dev.to

We tested this out on a local installation and were able to use PostgreSQL with WordPress without any issues.

The only problem we see with the plugin is that you need to perform a fresh install for this to work, however it might work on older installations if you are able to import the MySQL database to PostgreSQL.

The post Use PostgreSQL for WordPress Instead Of MySQL appeared first on Techie Buzz.

]]>