Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 3, 20213 yr 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:
August 17, 20213 yr Community Expert 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
August 17, 20213 yr 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.
August 17, 20213 yr Community Expert 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
August 17, 20213 yr Author 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?
August 17, 20213 yr 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?
August 17, 20213 yr Author 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
August 17, 20213 yr What does SHOW WARNINGS; tell you on the same MySQL connection after you get that error? Do this via shell and not phpMyAdmin.