Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Sheffielder Posted July 3, 2021 Posted July 3, 2021 I can change all other tables from MyISAM to InnoDB but when I try to do it with the Ibf_core_sessions table it gives me the following error:
Marc Posted August 17, 2021 Posted August 17, 2021 9 minutes ago, High-End said: Did you solve this? You would need to contact your hosting company regarding this issue, as its generally an issue with the mysql configuration
High-End Posted August 17, 2021 Posted August 17, 2021 34 minutes ago, Marc Stridgen said: You would need to contact your hosting company regarding this issue, as its generally an issue with the mysql configuration I know, but you can change it manually in you database, per table, like I did.
Marc Posted August 17, 2021 Posted August 17, 2021 Just now, High-End said: I know, but you can change it manually in you database, per table, like I did. Thats correct, yes. If however you are having issues as shown above, its your hosting company you would need to contact there
Sheffielder Posted August 17, 2021 Author Posted August 17, 2021 33 minutes ago, High-End said: I know, but you can change it manually in you database, per table, like I did. Yeah I tried but having real issues How did you do it?
High-End Posted August 17, 2021 Posted August 17, 2021 24 minutes ago, Sheffielder said: Yeah I tried but having real issues How did you do it? I did ran into these issues in the past, but with a different error and thus a different solution. Did you try to do it manually like this?
Sheffielder Posted August 17, 2021 Author Posted August 17, 2021 4 hours ago, High-End said: I did ran into these issues in the past, but with a different error and thus a different solution. Did you try to do it manually like this? Yeah that's how I did it All the other rows would change easily but this one just won't have it
CoffeeCake Posted August 17, 2021 Posted August 17, 2021 What does SHOW WARNINGS; tell you on the same MySQL connection after you get that error? Do this via shell and not phpMyAdmin.
Recommended Posts