Nextcloud is a powerful open source software product that individuals, small businesses and large public organizations use, for instance, for sharing data and documents, for collaborating on projects, and for attending online meetings. If you have never used anything like it, the concept may seem somewhat complex. In addition, installing … Read >
Tag: database
How to reclaim disk space occupied by removed Mysql databases
It may sound like a risky proposal to reclaim disk space from the Mysql database system, but it can be done. The procedure that Mysql documentation (and numerous Mysql experts) recommend is to remove all databases (yes, destroy it all) and rebuild it.
The reason for this method – that … Read >