Recently I created my development server using php7.0.1, mysql5.7 and apache 2.4.20.
After I successfully got it running, I checked the file size of my server and found that it is almost 2 GB.
So I digged further and found that mysqlserver.lib file inside mysql/lib folder is around 976 MB.
So my problem is how can I make my server file size smaller?
Is this mysqlserver.lib
safe to delete?
I don't see mysqlserver.lib in the wamp2.5
version of mysql.
Any suggestion for making file size in mysql community edition smaller is welcome.