andresiraizoz Posted January 16, 2008 Report Share Posted January 16, 2008 Hi! I'd like to remove MySQL from Uniform Server package. I won't really use it and I prefer remove it from the server. How can I remove it? Is it any version without MySQL? Thank You!! Quote Link to comment Share on other sites More sharing options...
Ric Posted January 16, 2008 Report Share Posted January 16, 2008 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.cnfAlternatively 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 bestRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.