Jump to content
The Uniform Server Community

Remove MySQL


andresiraizoz
 Share

Recommended Posts

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 :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...