Quick and dirty I have also included the disk space you would save:
1) Delete folder mysql located in *\Uniform Server\udrive\usr\local --35.9M
2) Edit Server_Start.bat comment out the line as shown:
::start \usr\local\mysql\bin\mysqld-opt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf
Alternatively just delete the line.
3) Edit Disk Start.vbs delete the following lines:
s=mid(s,1,1)
t=MsgBox("Start the MySQL Database Server?", vbYesNo + vbQuestion, "Database Support")
If intDoIt = vbNo Then
m=""
Else
m=" mysql"
End If
Note: UniController.exe may not work! (Use the above to start the server)
That’s basically it, do not use any links in apanel that relate to mysql.
These two folders are no longer required delete them both if you wish to save more disk space.
Delete folder phpMyAdmin located in *\Uniform Server\udrive\home\admin\www -- 5.07 MB
Delete foolder phpMyBackupPro located in *\Uniform Server\udrive\home\admin\www --560 KB
I say the above is dirty because if you want to remove all traces of mysql you need to edit the files related to apanel.
All the best
Ric