MySQL Forums
Forum List  »  MySQL Workbench

Is Aria engine still working in mySQL Workbench?
Posted by: Stefano Remigio
Date: September 20, 2019 02:56AM

Hello everyone,
I'm using mySQL Workbench, versione 8.0.17 , on Windows10;
it allowed me to select the Aria Engine,
but, when I ran the script, I got the following error :

ERROR: Error 1286: Unknown storage engine 'Aria'
SQL Code:
-- -----------------------------------------------------
-- Table `mydb`.`table1`
-- -----------------------------------------------------
CREATE TABLE IF NOT EXISTS `mydb`.`table1` (
`iD` INT NOT NULL,
`name` VARCHAR(45) NULL,
PRIMARY KEY (`iD`))
ENGINE = Aria


Did I something wrong ?
Or is the engine no longer supported ?

Options: ReplyQuote


Subject
Views
Written By
Posted
Is Aria engine still working in mySQL Workbench?
1654
September 20, 2019 02:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.