While trying to shorten my files, I tried optimize table - later I
found that I need:
mysqlcheck -u root -p[password[ --all-databases --analyze --optimize
(thanks to Markus Popp).
But it gives this error:
mysqlcheck: Got error: 1044: Access denied for user 'root'@'localho st'
to database 'information_sc hema' when executing 'OPTIMIZE TABLE ... '
How can I stop this?
The optimise command seem to be in the way (and since I started it, my
computer has got pretty slow)
S
found that I need:
mysqlcheck -u root -p[password[ --all-databases --analyze --optimize
(thanks to Markus Popp).
But it gives this error:
mysqlcheck: Got error: 1044: Access denied for user 'root'@'localho st'
to database 'information_sc hema' when executing 'OPTIMIZE TABLE ... '
How can I stop this?
The optimise command seem to be in the way (and since I started it, my
computer has got pretty slow)
S
Comment