Skip to content

Commit 3acea44

Browse files
committed
Update the MySQL ReadMe
1 parent 308b89f commit 3acea44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help_docs/mysql_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql
4545
sudo service mysql restart
4646
```
4747

48-
To change the password:
48+
To change the password from `root` to `test`:
4949

5050
```bash
51-
mysqladmin -u root -p'OLD_PASSWORD' password NEW_PASSWORD
51+
mysqladmin -u root -p'root' password 'test'
5252
sudo service mysql restart
5353
```
5454

0 commit comments

Comments
 (0)