I'm using two tables in mysql workbench 8 and run server mariadb in xaamp When I try create a Index in a table show this message:
Operation failed: There was an error while applying the SQL script to the database. Executing:
ALTER TABLE `bd_dev`.`telefonecliente`
ADD INDEX `idCliente` (`idCliente` ASC) VISIBLE;
;
ERROR 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 '' at line 2
SQL Statement:
ALTER TABLE `bd_dev`.`telefonecliente`
ADD INDEX `idCliente` (`idCliente` ASC) VISIBLE
someone know can I fix it? thank you