You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/system_components/mysql/Database-Troubleshooting.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,4 @@ The commands for recreating the database are in the ibex [install script in the
87
87
88
88
1. Stop mysqld processes
89
89
1. Move the database `../instrument/var/mysql` to `old`
90
-
1. create an empty `c:/instrument/var/mysql` directory
91
-
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`
92
-
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 IDENTIFIED WITH caching_sha2_password BY '<password>';FLUSH privileges;"`
94
-
1. Run the schema setup in an epics terminal: `c:\instrument\Apps\EPICS\systemsetup\config_mysql.bat`
95
-
1. Restart the epics server
90
+
1. Run `upgrade_mysql.bat` in `<public share>\ibex_utils\installation_and_upgrade`
0 commit comments