alejc Posted May 24, 2021 Report Posted May 24, 2021 Hi 1. this command has an error Button C: C:\UniServerZ\core\mysql\bin\bin\mysqld_z.exe --install "us_mysql_1" --defaults-file=C:/UniServerZ/core/mysql/my.ini Button C: C:\UniServerZ\core\mysql\bin\bin\mysqld_z.exe --remove "us_mysql_1" Duplicate bin folder. should be: Button C: C:\UniServerZ\core\mysql\bin\mysqld_z.exe --install "us_mysql_1" --defaults-file=C:/UniServerZ/core/mysql/my.ini Button C: C:\UniServerZ\core\mysql\bin\mysqld_z.exe --remove "us_mysql_1" 2. If I manually edit the us_config.ini file, to change the following: RunAtPcStartUpEnabled=true RunApacheAtStartUp=true RunMysqlAtStartUp=true when i reboot the pc, apache + mysql doesn't start. However, when I select them in Extra \ PC-Win Start-Up then on restarting the PC, apache + mysql starts correctly. Why does this happen? Thanks in advanced Quote
alejc Posted May 24, 2021 Author Report Posted May 24, 2021 solved: REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "UniServerRun" /t REG_SZ /F /D "%homedrive%\\UniServerZ\\UniController.exe pc_win_start" thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.