Author Topic: Installation problem  (Read 365 times)

0 Members and 1 Guest are viewing this topic.

Offline SHANKS

  • Pre-Newbie
  • Posts: 2
    • View Profile
Installation problem
« on: February 17, 2024, 02:22:59 PM »
Good evening, how are you?
I am trying to install the program, but I encounter a problem at the beginning of the installation

What's the solution

Offline php8

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Installation problem
« Reply #1 on: February 19, 2024, 11:16:30 PM »
Hello,

you can fix this by opening the files under "data/database/default"
Search:

Code: [Select]
ENGINE=MyISAM;
Replace with

Code: [Select]
ENGINE=InnoDB;
Ref.:
1) https://www.4homepages.de/forum/index.php?topic=33114.msg168413#new
2) Microsoft Copilot:
Quote
Change the table engine: Some MySQL engines have different limits for the index length. You could change the table engine from MyISAM to InnoDB to work around the problem

Best regards.