MayanD Posted November 3, 2019 Share Posted November 3, 2019 hi all, i'm on Wamp with mariaDB and i have this error on Prestashop installation : mysql error specified key was too longmax : 1000 thank you for your help Link to comment Share on other sites More sharing options...
selectshop.at Posted November 3, 2019 Share Posted November 3, 2019 The problem is your database configuration. Changing the default engine from MyISAM to InnoDB should solve the problem. Run the SQL-Query: set GLOBAL storage_engine='InnoDb'; Furthermore database collation should be utf8. Link to comment Share on other sites More sharing options...
MayanD Posted November 3, 2019 Author Share Posted November 3, 2019 error message : Unknown storage engine 'InnoDb' i see on the my.ini but all look ok Link to comment Share on other sites More sharing options...
Wuschel Posted November 3, 2019 Share Posted November 3, 2019 It could solve the problem to add default-storage-engine=InnoDB to your my.ini. Link to comment Share on other sites More sharing options...
MayanD Posted November 3, 2019 Author Share Posted November 3, 2019 i'm not sur about the path . is C:/wamp64/bin/mariadb/mariadb10.3.14/data/mysql/ or C:/wamp64/bin/mysql/mysql5.7.26/data/ (nothing inside here) ?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now