How to modify the registry for mysql service: first run and enter "regedit" to open the registry; then find the [HKEY_LOCAL_MACHINE....\Services\MySQL] directory and modify the ImagePath to the local installation mysql bin address. .
Mysql service method to modify the registry:
Run and enter "regedit" to open the registry,
After entering, find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MySQL and modify ImagePath to the local installation mysql bin address.
##More related free learning recommendations:mysql Tutorial(Video)
The above is the detailed content of How to modify the registry in mysql service. For more information, please follow other related articles on the PHP Chinese website!