Help - Search - Members - Calendar
Full Version: Remove MySQL
The Uniform Server BBoard > Support > Uniform Server - Windows > MySQL
andresiraizoz
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!!
Ric
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 smile.gif

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.