Tag Archives: Xampp

PhpllyAdminSqlParser\Exceptions\LoaderException:Specifed context xampp phpadmin & MySQL Error

1、PhpllyAdminSqlParser\Exceptions\LoaderException:Specifed context (“PhpMyAdminlSqlParserContextslContextMariaDb100422”) does not exist. i
Click mysql–>Admin Error:
PhpllyAdminSqlParser\Exceptions\LoaderException:Specifed context (“PhpMyAdminlSqlParserContextslContextMariaDb100422”) does not exist. in

Solution:

2. Error: Error: MySQL shutdown unexpectedly
20:49:25 [mysql] This may be due to a blocked port, missing dependencies,
20:49:25 [mysql] improper privileges, a crash, or a shutdown by another method.
20:49:25 [mysql] Press the Logs button to view error logs and check
20:49:25 [mysql] the Windows Event Viewer for more clues
20:49:25 [mysql] If you need more help, copy and post this
2. Error:
Error: MySQL shutdown unexpectedly.
20:49:25 [mysql] This may be due to a blocked port, missing dependencies,
20:49:25 [mysql] improper privileges, a crash, or a shutdown by another method.
20:49:25 [mysql] Press the Logs button to view error logs and check
20:49:25 [mysql] the Windows Event Viewer for more clues
20:49:25 [mysql] If you need more help, copy and post this

Solution:

These two are the database I built before, just in case, the above files will be replaced after the two also deleted, and later put back to try, just need to back in the file to overwrite the data in the file can

Apache service can’t be started under xampp, reporting port occupancy class error [error] Apache will not start without the configured ports free!

When xampp is opened for the first time under Windows environment to start Apache service, there may be an error

12:19:49  [Apache] 	Problem detected!
12:19:49  [Apache] 	Port 443 in use by ""D:\Program Files (x86)\VMware\VMware Workstation\vmware-hostd.exe" -u "C:\ProgramData\VMware\hostd\config.xml"" with PID 6084!
12:19:49  [Apache] 	Apache WILL NOT start without the configured ports free!
12:19:49  [Apache] 	You need to uninstall/disable/reconfigure the blocking application
12:19:49  [Apache] 	or reconfigure Apache and the Control Panel to listen on a different port

It is easy to see from the error prompt that port 443 is occupied by VMware related services. The solutions are as follows:

1. Open the xampp control panel and click netStart

 

2. Find the service using port 443 in netStart and remember its PID

 

3. Open Task Manager and enter resource monitor

 

4. Find the service corresponding to the PID remembered before and shut it down

5. Restart the Apache service in xampp

Note: this method can also be used to solve other similar problems that the related services cannot be started because the port is occupied

 

 

[xampp] error: Apache shutdown unexpected. 11:00:50 [Apache] solution details

XAMPP Apache does not work, and has been reporting errors:
Error: Apache shutdown unexpectedly. 11:00:50 [Apache] This may be due to a blocked port, missing dependencies, 11:00:50 (Apache) improper privileges, a crash, Or a shutdown by another method. 11:00:50 [Apache] Press the Logs button to view error
 
That means the port problem, just change the port.
 

    click on this Config and select the Service and Port Settings

 

 
2. Change the original port Numbers 80 and 443 to 8080 and 4433, respectively (more commonly used, can also be changed to other unused ports, such as 81,801)

 
3. Then click Config in the main interface, select httpd.conf and httpd-sSL. conf to find the corresponding positions respectively and change them to 8080 and 4433 set previously (if other port Numbers are set, change the corresponding Settings).

 
This position is very easy to find, and when you see the number of Listen, you only need to change the Listen below. If this doesn’t work, change the Listen above


 
5. The next detail is that you have to go to the status bar to turn Xampp off completely! Reopen it. If it still doesn’t work, try again with a different port number.
 

 
Leave a comment.

Error: MySQL shutdown unexpectedly

Reproduced in: https://blog.csdn.net/yuer_xiao/article/details/79236719
XAMPP, which was just installed yesterday, has been tested and MYSQL can be started. Then today when I was running XAMPP, I suddenly realized that MYSQL couldn’t start.

Use the administrator to start the command line, enter net Start mysql, also did not succeed, the prompt message is
The service name is not valid. Please type NET HELPING 2185 for more help
 
 
1. Add one in mysql/bin/my.ini file:
[mysqld]
innodb_force_recovery = 4

2. Delete the IBDATa1 file under xAMPP \mysql\ Data
 
3. Start the command line with the administrator, enter the bin directory of mysql, and input
Mysqld –install, enter,
1. Service Successfully Installed,
Indicates successful installation of MySQL service.
Command line window input: Net Start mysql, can start normally.
The procedure is this procedure but I have already succeeded in this screenshot, so it is a little different from what I said.

The mysql service should start without any problems.
4. Or restart the command line with the administrator and reinstall XAMPP
Enter SC DELETE mysql
Remove mysql service
Reinstall XAMPP
You can use it normally
 
 

Connection for controluser as defined in your configuration failed phpmyadmin xampp

Use XMAPP to configure mysql on Mac!!
Maybe I had installed mysql before, and started the installation of XAMPP5.6.12. But after the installation, I found that I could not start mysql. I was so surprised.
Connection for Controluser as defined in your Configuration Failed phpmyadmin Xampp, followed by a long what check Hostname, User, Password do not pull ~~
Various online search answers, stackflow, CSDN turned over, what config. Inc. PHP setting is wrong, set permissions ah,
Sudo rm/Applications/XAMPP/xamppfiles/bin/mysql server
Wait, I’ve tried them all, but it hasn’t worked…
Later, I realized that it was not phpmyAdmin configuration, but mysql that used the same port, so I uninstalled and deleted all the files of XMApp, and just reinstalled the magic one.
Hopefully this will be helpful for new installers, don’t tinker with configuration files!