1

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?

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149
user3974637
  • 25
  • 1
  • 8
  • Have you looked at the MySQL error log, and also Windows Event Viewer. Mysql reports error to the Windows logging system if they happen before it can open its error log. – RiggsFolly Oct 29 '14 at 08:45

2 Answers2

6

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.

Amir
  • 433
  • 4
  • 10
0

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

Jaxx0rr
  • 507
  • 4
  • 7