Jump to content
The Uniform Server Community

possible bug and error in howto


Recommended Posts

Posted

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.

zeropcstart.png.2e6e7135af2006cdf70f4deb14084f70.png

Why does this happen?

Thanks in advanced

Posted

solved:

REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "UniServerRun" /t REG_SZ /F /D "%homedrive%\\UniServerZ\\UniController.exe pc_win_start"

thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...