• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

alternative for xampp on windows 11?

vexler222

Active Member
Joined
Apr 22, 2012
Messages
714
Solutions
15
Reaction score
46
Hi, one fast question, is there any alternative to xampp on windows 11?
I have many problems with xampp, on average every 2-3 months, my mysql breaks down, and when i try go to localhost/phpmyadmin, mysql going off
then I only have one option, reinstall xampp.

(Im tryed fix it, but nobody can't help me, change ports for mysql not work, tutorials on google not work)
 
Ok i downloaded uniform server, and mysql working good thanks :D
Btw do you know maybe how i can export my database scheme from xampp if i can't open phpmyadmin?
Now when im trying open localhost/phpmyadmin, mysql got crash and i can't export scheme :/
You should be able to log in to MySql via terminal.

cd c:\xampp\mysql\bin
mysql.exe -u root --password
Path c:\xampp... is just an example. You need to find where MySQL is installed. It is possible that it already been added to PATH and just mysql command will work, without changing the working directory.
 
Back
Top