25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Reset the MariaDB root password on EC2 – How to do it

by | Jul 11, 2021

Wondering how to reset the MariaDB root password on EC2? We can help you.

By default, MariaDB 5.5 on Amazon Linux 2 doesn’t have a root password.

While we create a root password for MariaDB and then lock yourself out of the database, we must reset the root password.

Here, at Bobcares, we assist our customers with several AWS queries as part of our AWS Support Services.

Today, let us see how we can reset the root password.

 

Reset the MariaDB root password on EC2

We need to make note that, while we reset the root password, we will not be able to query the database.

Moving ahead, let us see how our Support Techs go about the password reset.

  1. First and foremost, we need to verify that we have a recent snapshot of the volume on which the MariaDB data directory resides. If necessary, we can recreate the volume from this snapshot.
  2. Then we go ahead and stop the MariaDB service:
    sudo systemctl stop mariadb
  3. After that, we start MariaDB in safe mode:
    sudo mysqld_safe --skip-grant-tables --skip-networking &
  4. We then log in to the MariaDB monitor:
    mysql -u root
  5. Here, we update the MariaDB root password:
    UPDATE mysql.user SET Password = PASSWORD('new_password_here') WHERE User = 'root';
    
    The output looks like this:
    Query OK, 1 row affected (0.00 sec)
    Rows matched: 1 Changed: 1 Warnings: 0
  6. Then we flush the privileges to reload the grant tables. Once, it reloads, the new password takes effect.
    FLUSH PRIVILEGES;
  7. Now we exit the MariaDB monitor:
    exit
  8. Eventually, we stop the MariaDB process:
    sudo kill `sudo cat /var/run/mariadb/mariadb.pid`
  9. Then we start the MariaDB service:
    sudo systemctl start mariadb
  10. Finally, we test the new MariaDB root password:
    mysql -u root -p

[Need help with the reset? We are here for you]

 

Conclusion

In short, there is a high chance that we may lock ourselves out of the database while we reset the root password. Today, we saw how our Support Techs fix the root password for our customers.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF