|
For Vista , it has more serious UAC means access control. If it enable it will prevent our application to connect local service due to we start database through batch file, we post the manually way to active the database service as short term solution. You have to use the method under administrator mode.
Please follow the instruction below to active the service:
1. Open Services Setting from Startup -> Settings -> Control Panel -> System & Maintenance -> Administrative Tools -> Services
2. Find out service name “MySQL1”.
3. Select MySQL1 and click “Start” to connect it.
4. Please try to open Training Gym again.
|