I'm trying to change the logsize for my innoDB tablespace, and follows this instruction I found here:
http://dev.mysql.com/doc/refman/5.0/en/innodb-data-log-reconfiguration.html
(the last part, about log size).
I have seen the same description elsewhere, but when I restart my server, I get the error
[ERROR] Cannot find table dbname/tablename from the internal data dictionary
For every table in my dataspace.
Anyone has any suggestion on how I can successfully change the logsize without dumping and restoring all data? We're talking around 20gb of data which I don't really wanna do this procedure for...