2 mgsolipa Jun 23, 2015 23:19

I got the same error message after having set the query direktly in my PhpMyAdmin. (I asked for the values but have not got an answer yet by my host)
Should I generate a totally new DB and import the data to check whether this is a DB failure by updating?
(Although testing the DB and optimizing shows, that all should be fine).
Notice
When I updated from 5.2.2 to 6.4.4 I had to run an extra DB update getting a "ok" afterwards".
While updating there is a shift to innoDB annouced. But this is a normal MySQL DB. Why does this happen?
Thanks and Regards, Will
By putting this line before the Command in PhpMyAdmin the process rund without error
'SET SESSION SQL_BIG_SELECTS=1' und 'SET SESSION MAX_JOIN_SIZE=17000000'
When running the update process I get this message with a list of Alter Table lines and with "Update failed".
When continuing with DB actualization there is no further error message - but I am in doubt, whether the update really was done. Repeating the Update Process the same procedure starts at the beginning as if there had never been a db update before.
So you click on the button at the bottom of your screenshot and let it run, then if you try to upgrade again, you get the exact same screen again?
Also, have you tried running the "DB normalization" tool?
Yes, when I let it run again I get the same screen again.
I did run "DB normalization" tool
All this with b2evolution version 6.5.0?
The Screenshot shows, that while updating the system tries to alter tables into innoDB. But the DB is MyISAM
Why does this happen and may this be the reason why the update of the DB does not persist?
who is your web host ?
Ask them if they have disabled InnoDB.
Why disabled? Is InnoDB obligatory? I am using MySQL MyISAM DB but not InnoDB.
I have been on board of b2e since version 2.9 and have always used MyISAM DB and had never ever problems while updating in regard of InnoDB.
My web host offers InnoDB but no mixed servrices (InnoDB for some Tables and MyISAM for others).
Is this critical in 6.x?
Yes InnoDB is critical (and this is not new to 6.x). You can't have Transactions on MyISAM. b2evolution is NOT designed to function properly without Transactions. (Again, this is not new to 6.x) If you managed to do it without transactions so far, you're lucky but your DB is probably full of inconsistencies that may degrade performance and might create bugs from time to time.
I don't understand why you can't mix MyISAM & InnoDB. I have never seen that. Again I would be very interested in knowing who your webhost is.
Do you have to choose between MyISAM and InnoDB when creating your DB?? Does it end up on a different server depending on what you choose?
Any info about this hosting architecture will be very appreciated so we can document it for other users who may have the same issue.
Thank you.
Thanks Francoise, also for your patience.
My webhost is http://bit.ly/1LCaCyg with this specifications: http://bit.ly/1Hn6vU2. For InnoDB an additional fee of 1,80 EUR is accounted for each DB used.
It is a Austria based webhost. Years ago I transferred my web presence to a host with a local place of jurisdiction. I had some troubles before with an foreign webhost because of a lack of service uptimes.
Sry for using bit.ly but the name of my host is on your blacklist :(
Wow, I guess they do something weird in the background. After reading this post, I tried to install / upgrade b2evo disabling InnoDB support and it failed every time since version 3.3.3 :S
How does your site work so far?
Maybe they automatically ignore the section "ENGINE = innodb" of the sql sentences (if somehting like that is possible). So, if you didn't manually replace them before, the question is: Why is it failing now?
Thank you for the info.
We really cannot make b2evolution work on MyISAM. It's not powerful enough and will not keep your data safe. We would have to spend many hours to make our product less robust than it is with InnoDB. It would not make sense.
@mgsolipa @fplanque that's really strange. I have used b2e since years only by MyISAM tables. The performance was ok and there had no data been corrupted. But nevertheless I wouldn't ask for a b2e MyISAM Fork :-)
I will try to find out why my installation runs without any problems although it should not work. My host assures that there was no work around. It is a standard MySQL Database without InnoDB usage and with no specific compensations.
I tried to install a new instance of b2e and a new DB - no problems.
My be because of my adapted .htaccess. Using the standard .htaccess I get an error page. I added some lines to .htaccess to improve the performance, but without having InnoDB workarounds in mind.
Previous versions of b2evolution just assumed that when it created a table in InnoDB it was created in InnoDB. Newer versions actually check that when a table is created, everything is created as it should. And that is why it complains.
It doesn't mean that your b2evolution was working fine on MyISAM before. It only means that you did not see any major issue so far. It's easy to not run into problems if you are the only admin of your site and traffic is moderate. But your DB is probably full of junk.
Thanks for information and support. let us close that thread. I will shift to InnoDB or move to another host.
b2e is my favorite CMS. It is awesome and I thank you for your work.
Regards
Hello again,
I set up an InnoDB and tried to import my data. I get this error
/*!40101 SET NAMES utf8mb4 */; MySQL meldet: Dokumentation #1115 - Unknown character set: 'utf8mb4'
When searching for utf8mb4 in my old DB I get no hit. So is there an efficient way to to get the transfer done?
Thanks and regards
Conrad
@saunders what version of MySQL are you using?
Maybe you should just check your your SQL file and replace all the utf8mb4 appearances with utf8.
@mgsolipa all tables of the dump have utf8_general_ci. I could not find utf8mb4. The problem seems to be caused by the MySQL InnoDB. (I set up a test DB MyISAM and there was no problem Importing the dump". But in the MySQL InnoDB the command "SET NAMES utf8mb4" leads to that error message.
MySQL-Version: 5.1.73-log
PHP version: 5.4.42
Solved - in the dump I commented out /*!40101 SET NAMES utf8mb4 */ - than import was no problem. Than I reran the DB update.
No it works.
Thanks for your support.
@saunders: so, then this wasn't true:
I could not find utf8mb4
:D
Nice to now your issue is already solved.
@saunders I'm not able to reproduce this issue. Can you please check the value of these MySQL variables: SQL_BIG_SELECTS and
MAX_JOIN_SIZE.
Also, can you copy&paste this query directly in your phpMyAdmin (or similar) and tell us how is it going:
(you should get the same result)
Thanks.