This is a question I have heard (too) many time. How does one reset the root MySQL password on Ubuntu. In order to make this as simple as possible I created a shell script (you can see it below) that does just that.
What does it do?
I’m glad you ask, because just trusting someone on the internet probably isn’t such a great idea. I have added a couple of comments to the script in order to make it more readable, so please look over it before you use it.
Here is exactly what the script does:
- Asks for confirmation
- Stops MySQL
- Starts MySQL without grant tables
- Waits a couple of seconds for MySQL to start
- Generates new password of random length
- Changes root password in MySQL
- Stops insecure MySQL
- Starts the MySQL service again
- Exits and prints your new password
How to:
- Save the script locally on the MySQL host
- Run the script as root or using sudo
$ sudo bash mysql_pwd_reset.sh
- Save the new password
- Delete the script, just in case
The Script
Here are some other posts you may like
As a web developer, I'm constantly surrounded by technology, code, and designs. In the past, I've experimented with various monitor setups, ranging from dual 27-inch screens to as many as four monitors. While these configurations may have served a purpose at the time, I've come to realize that less is…
Electric power companies, in general, are pretty much the same. Tibber however, is unlike any electricity company I had seen before. They try to utilise the data we get from smart devices, which they also sell, to save electricity, money and the environment, as well as improving comfort. It’s a…
This summer we decided to do a little experiment. Drive through Europe with our Model X while towing a caravan. This journey took us through Norway, Sweden, Denmark, Germany, Austria and back again for a total distance of more than 6.000 km (3700+ miles). https://www.youtube.com/watch?v=88nsPpSoxqU On this trip we got…