Skip to content

Commit 91f099f

Browse files
Update Database-Troubleshooting.md
1 parent 8450db4 commit 91f099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/system_components/mysql/Database-Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ The commands for recreating the database are in the ibex [install script in the
9090
1. create an empty `c:/instrument/var/mysql` directory
9191
1. Recreate the database files: `c:\Instrument\Apps\MySQL\bin\mysqld.exe --datadir="c:/instrument/var/mysql/data" --initialize-insecure --console --log-error-verbosity=3`
9292
1. Start the mysql service.
93-
1. Set the database password with: `c:\Instrument\Apps\MySQL\bin\mysql.exe -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<password>';FLUSH privileges;"`
93+
1. Set the database password with: `c:\Instrument\Apps\MySQL\bin\mysql.exe -u root -e "ALTER USER 'root'@'localhost' IDENTIFIED WITH IDENTIFIED WITH caching_sha2_password BY '<password>';FLUSH privileges;"`
9494
1. Run the schema setup in an epics terminal: `c:\instrument\Apps\EPICS\systemsetup\config_mysql.bat`
9595
1. Restart the epics server

0 commit comments

Comments
 (0)