Re: Create table statement gives 'ERROR 1030 (HY000): Got error 168' for MySQL 8
Posted by: shu William
Date: February 28, 2024 01:22AM

1. do not use link, please use innodb_directories parameter.
2. Check the permissions of the path
3.create table
CREATE TABLE t1 (c1 INT PRIMARY KEY) DATA DIRECTORY = '/mydata';

Options: ReplyQuote


Subject
Written By
Posted
Re: Create table statement gives 'ERROR 1030 (HY000): Got error 168' for MySQL 8
February 28, 2024 01:22AM


Sorry, only registered users may post in this forum.

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.