Not Solved Installation failed! SQL error during table creation
#1
Not Solved
Hey dear MyBB community.

So I recently tried to install the MyBB forums, but quickly run into a very annoying problem.

I followed the instruction provided on this post from MyBB: https://docs.mybb.com/1.8/install/


I did everything, edited the file permissions, the requirements check when I began the install worked perfectly and it said congratulations and I could go on.

Then I came to the database configuration. I then gave everything in correctly, the host, name, password etc. and selected improved SQL. PostgreSQL was also an option but that didn't work.

I went on with improved SQL option that worked and then the table creation page showed up with the following text:

Connection to the database server and database you specified was successful.

Database Engine: MySQLi 5.7.19
The MyBB database tables will now be created.
Creating table mybb_adminlog...

And directly after that a blue box that has the title: MyBB SQL Error. Inside the box was the following text: 



MyBB has experienced an internal SQL error and cannot continue.

SQL Error:1286 - Unknown storage engine 'MyISAM'Query:CREATE TABLE mybb_adminlog ( uid int unsigned NOT NULL default '0', ipaddress varbinary(16) NOT NULL default '', dateline int unsigned NOT NULL default '0', module varchar(50) NOT NULL default '', action varchar(50) NOT NULL default '', data text NOT NULL, KEY module (module, action), KEY uid (uid) ) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;




I have tried everything and several times and nothing seems to work...would really appreciate your help!

Thanks in advance Smile
Reply
#2
Not Solved
Quote:Unknown storage engine 'MyISAM'
please contact your web host for its fix.
Reply
#3
Not Solved
(2018-05-10, 05:44 PM).m. Wrote:
Quote:Unknown storage engine 'MyISAM'
please contact your web host for its fix.

What should I say to them? Because if it's something MyBB specific I am sure they will say that's none of our business and we can't help you Big Grin

EDIT: I actually took a look into the SQL settings and it says that I only have 5.7 SQL databases and the only engine available for 5.7 is innoDB. myISAM was for the older Sql 5 databases.


Can I install myBB with my innoDB engine with SQL5.7?


EDIT2: Okay I contacted my host, myISAM is no longer supported in the SQL 5.7 servers of my host. So unless myBB can be installed with innoDB I won't be able to install it Sad
Reply
#4
Not Solved
(2018-05-10, 06:08 PM)SinusVonAlpha Wrote:
(2018-05-10, 05:44 PM).m. Wrote:
Quote:Unknown storage engine 'MyISAM'
please contact your web host for its fix.

What should I say to them? Because if it's something MyBB specific I am sure they will say that's none of our business and we can't help you Big Grin

EDIT: I actually took a look into the SQL settings and it says that I only have 5.7 SQL databases and the only engine available for 5.7 is innoDB. myISAM was for the older Sql 5 databases.


Can I install myBB with my innoDB engine with SQL5.7?


EDIT2: Okay I contacted my host, myISAM is no longer supported in the SQL 5.7 servers of my host. So unless myBB can be installed with innoDB I won't be able to install it Sad

Yes, MyBB will work with InnoDB. I am running my website this way.
I'm Serpius and You're Not    ¯\_(ツ)_/¯
Reply
#5
Not Solved
Okay so it's possible.

Can someone tell me how to install my MyBB board on my innoDB SQL 5.7 database? (Default it myISAM in the installation, but my host does provide only innoDB)!
Reply
#6
Not Solved
(2018-07-30, 02:44 PM)SinusVonAlpha Wrote: Okay so it's possible.

Can someone tell me how to install my MyBB board on my innoDB SQL 5.7 database? (Default it myISAM in the installation, but my host does provide only innoDB)!

Does your web hosting company offer installation of MyBB on their servers? Like Softaculous installer?
I'm Serpius and You're Not    ¯\_(ツ)_/¯
Reply
#7
Not Solved
Nope, sadly not, they do not :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)