#Fix Corrupted Tables on WP using DesktopServer
####Get full permissions
$ cd /Applications/XAMPP/xamppfiles/var/mysql/<<DATABASE NAME>>/
$ chmod -R 777 .
####Fix each reportedly broken table (do this once for each broken table):
$ sudo myisamchk -r -v -f --sort_buffer_size=128M --key_buffer_size=128M /Applications/XAMPP/xamppfiles/var/mysql/<<DATABASE NAME>>/<<BROKEN TABLE NAME>>.MYI
*Note: Don't copy paste in the dollar sign, silly.