MySQL Forums
Forum List  »  General

Create table failed if assign data directory in linux
Posted by: wolf wolf
Date: October 21, 2013 07:32PM

create table tb1(
id int auto_increment,
adddate datetime,
title varchar(200),
primary key(id)
)
data directory = '/home/mysqldata'

In linux mysql server, create table failed and shown an error message: [Err] 1030 - Got error -1 from storage engine.
If I remove the "data directory ......" section, it runs OK!

Why?
I can not config the data directory for my table?

Options: ReplyQuote


Subject
Written By
Posted
Create table failed if assign data directory in linux
October 21, 2013 07:32PM


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.