> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.gbnetwork.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to optimize MySQL database?

| Repair & optimize all databases using the following command when SSH using root:
```
mysqlcheck --check --auto-repair --all-databases
mysqlcheck --optimize --all-databases 
/etc/init.d/mysql restart
```
**Note : If you experience any trouble with this process, please don’t hesitate to contact our technical team.**