einem buch habe ich dieses script entnommen
http://nopaste.debianforum.de/4933
um dateien in mysql datenbanken automatisiert zu optimieren.
wenn ich das teil nun ausführe erhalte ich diese meldung:
Code: Alles auswählen
# perl OptimizeSQL.pl
Optimiere Datenbank: information_schema
-----------------------------------------
optimize table CHARACTER_SETS
DBD::mysql::db do failed: Access denied for user 'root'@'localhost' to database 'information_schema' at OptimizeSQL.pl line 16.
DBD::mysql::db do failed: Access denied for user 'root'@'localhost' to database 'information_schema' at OptimizeSQL.pl line 16.
Code: Alles auswählen
mysql> show grants for 'root'@'localhost';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*xxxx' WITH GRANT OPTION
das entsprechende buch, sowie die bisher gefundenen infos im netz, geben dazu erstmal nicht mehr her. vielleicht kann mir ja hier jemand weiterhelfen.
atropin