user3974637
user3974637

Reputation: 25

Unable to start uwAmpp Mysql server

I have Xampp in my computer and all thing works well; but when I uninstall it and install uwAmp instead, I can not start MySQL server.(uwApm is a portable version of wamp). I have search the web for my problem and found out that I must delete any my.ini file in other places in my computer except for uWamp folder; But I have not any my.ini file in my computer except for uwAmp. Can anybody help me?

Upvotes: 1

Views: 1897

Answers (2)

Jaxx0rr
Jaxx0rr

Reputation: 597

i'm guessing you use windows 10/11

look for file my_uwamp.ini (or just use the small icon in cpanel to edit mysql config file) and add this:

innodb_flush_method=normal

now it should work

Upvotes: 0

Amir
Amir

Reputation: 433

In the uwAmp control panel, click on XDebug client and select "Remove MySql log".Then try to start MySQL in the top of control panel. It must works fine.

Upvotes: 6

Related Questions