4
I would like to initialize Apache and Mysql from Xampp as soon as the system is initialized, I did some research and found this:
Service installation: In C:/xampp/apache double-click "apache_installservice.bat". Service uninstallation: No C:/xampp/apache double-click on "apache_uninstallservice.bat"
Service installation: In C:/xampp/mysql double-click on "mysql_installservice.bat". Service uninstallation: No C:/xampp/mysql double-click on "mysql_uninstallservice.bat"
But I came across the following problem, when I run both appear the following messages, respectively:
Installing Apache2.4 as an Service Installing the 'Apache2.4' service (OS 5)Access denied. : AH00369: Failed to open the Windows service manager, per haps you forgot to log in as Adminstrator? Now we Start Apache2.4 :) The service name is invalid.
For more help, type NET HELPMSG 2185.
Press any key to continue. . .
Installing Mysql as an Service The system cannot find the specified file. Install/Remove of the Service Denied! Try to start the Mysql service name is invalid.
For more help, type NET HELPMSG 2185.
Press any key to continue. . .
Someone could help, thank you!
Perform the
apache_installservice.bat
andmysql_installservice.bat
as Administrator by right-clicking the mouse button.– Laércio Lopes
You qr boot apache and mysql along with windows, that’s it?
– gato
Yes @gato, when the system starts it already starts, apache and mysql.
– Carlos Henrique
@Laérciolopes, Running as Administrator... Installing Mysql as an Service The system cannot find the specified file. Install/Remove of the Service Denied! Try to start the Mysql Reset service ... Invalid service name. For more help, type NET HELPMSG 2185. Press any key to continue. . .
– Carlos Henrique
Goes in the Control Panel, User Accounts, Change User Account Control settings and lower the whole button, restart the computer and try again.
– Laércio Lopes
Okay, it worked out! Thank you!
– Carlos Henrique
I will put as an answer and you accept ok?
– Laércio Lopes