Jump to content

Admin error: You may not name a column "index" because it is a reserved word after moving to MariaDB


maddmac
 Share

Recommended Posts

Getting this error on several admin pages after migrating site to MariaDB. Everything else seems to be ok. Any suggestions on finding where this error is occurring and what to do about it? 

 

Thanks in advance 

Link to comment
Share on other sites

Do you have the old site still running somewhere? If yes, this query should give you the schema and table with the offending column (if it's in fact a column with that name and not some other issue with SQL syntax):

select * from INFORMATION_SCHEMA.columns WHERE column_name = 'index';

 

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...