Jump to content

Thomas Farvour

Members
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Thomas Farvour

  1. Actually the real issue is because MySQL 8 added a new reserved word called `GROUPS` which conflicts with the name of the table and the alter statements aren't properly qualified. Simply add the backticks (`) around `groups` and the ALTER will succeed. https://dev.mysql.com/doc/refman/8.0/en/keywords.html (R); added in 8.0.2 (reserved)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use