RU RU

All Posts

How to Restore Access to WordPress Administrator: Resetting Password via Database

July 14, 2025

Losing access to the WordPress administrator account can be a real headache. Sometimes, standard password recovery methods (via email) don’t work, especially if:

  • You forgot both your login and password.
  • The site’s mail sending function (wp_mail) is broken.
  • The WordPress admin panel is broken or unavailable.
  • The only access left is to the database (via MySQL client, phpMyAdmin, WP-CLI, etc.).

In this article, we’ll walk through a reliable and secure way to find the WordPress administrator directly in the database and reset their password using SQL. We’ll follow DevSecOps best practices to avoid breaking serialized data and minimize risks.

045 | FastPanel: A Powerful and User-Friendly Control Panel for Efficient Server Management

July 7, 2025


Introduction to FastPanel

In the market of free server control panels, FastPanel stands out as a powerful and modern solution offering a wide range of features without compromising on performance. Unlike lightweight options aimed at minimal setups, FastPanel seeks to deliver full functionality comparable to paid alternatives, while remaining free for personal use and small projects. If you’re looking for a panel that combines rich features, high performance, and an intuitive interface to manage your VPS or dedicated server, FastPanel is an excellent choice.

034 | Databases in Detail: MySQL — The Versatile Relational Leader

June 26, 2025

Following our overview of database types, it’s time to take a closer look at one of the most well-known and widely used players in the relational world — MySQL. Over the years, MySQL has become the de facto standard for web applications and is an integral part of the famous LAMP stack (Linux, Apache, MySQL, PHP/Python/Perl).


What is MySQL?

MySQL is a free and open-source (with a commercial version available from Oracle) relational database management system (RDBMS). It was created in the mid-1990s and quickly gained popularity due to its simplicity, speed, and reliability — especially for web applications. MySQL stores data in structured tables and uses SQL (Structured Query Language) to perform operations such as creating, reading, updating, and deleting data.

033 | Database Servers: Your Digital Archive and Application Brain — Overview of Types and Use Cases

June 25, 2025

In today’s digital world, where every click, purchase, or message generates data, there’s a pressing need for efficient storage, management, and fast access. That’s exactly what database servers are for. They are the invisible but essential foundation of any dynamic application — from simple blogs and e-commerce platforms to complex enterprise systems, financial tools, and AI solutions.


What is a Database (DB) and Why Do You Need One?

A database (DB) is an organized collection of information, structured in a way that makes it easy to access, manage, and update. A database server is a software system that provides access and management services for one or more databases.