MySQL Forums
Forum List  »  MyISAM

DATA DIRECTORY and INDEX DIRECTORY
Posted by: Евгений Б
Date: December 19, 2020 05:11PM

I've tried to execute:

CREATE TABLE `sprading`.`myisam_test` (
`idmyisam_test` INT NOT NULL)
ENGINE = MyISAM
DATA DIRECTORY = 'G:\1'
INDEX DIRECTORY = 'G:\1';

Mysql Community Server 8.0, OS Windows.
My DATA DIRECTORY and INDEX DIRECTORY options are ignored by server and the table created in default server data directory.
Why? How to resolve this problem?

Options: ReplyQuote


Subject
Views
Written By
Posted
DATA DIRECTORY and INDEX DIRECTORY
753
December 19, 2020 05:11PM


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.