Skip to content

Commit 8450db4

Browse files
Update Database-Troubleshooting.md
1 parent 87be7ab commit 8450db4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/system_components/mysql/Database-Troubleshooting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The commands for recreating the database are in the ibex [install script in the
8787
8888
1. Stop mysqld processes
8989
1. Move the database `../instrument/var/mysql` to `old`
90+
1. create an empty `c:/instrument/var/mysql` directory
9091
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`
9192
1. Start the mysql service.
9293
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;"`

0 commit comments

Comments
 (0)