Answer the question
In order to leave comments, you need to log in
Why does it say Mysql is MariaDB?
I need to use Mysql specifically in the project because MariaDB gives errors:
Migration 20160704155442 failed during Execution. Error An exception occurred while executing 'ALTER TABLE user RENAME INDEX fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734':
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDEX fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734' at line 1
In AbstractMySQLDriver.php line 98:
An exception occurred while executing 'ALTER TABLE user RENAME INDEX fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734':
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDE
X fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734' at line 1
In PDOConnection.php line 109:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDE
X fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734' at line 1
In PDOConnection.php line 107:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INDE
X fk_8d93d6492b19a734 TO IDX_8D93D6492B19A734' at line 1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question