Ares Liu <[EMAIL PROTECTED]> wrote:
> But is it available on AIX 4.3.x ?
Yes, DATA DIRECTORY and INDEX DIRECTORY work on AIX.
>
> -Ares
>
> On 02 Jun 2003 19:50 CST you wrote:
>
>> DATA DIRECTORY and INDEX DIRECTORY is ignored on Windows.
>>
--
For technical support contracts, goto https:
But is it available on AIX 4.3.x ?
-Ares
On 02 Jun 2003 19:50 CST you wrote:
> DATA DIRECTORY and INDEX DIRECTORY is ignored on Windows.
>
>
>
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
--
MyS
Ares Liu <[EMAIL PROTECTED]> wrote:
>
> Under windows XP, mysql-4.0.12, when I create a table with special data and index
> directories as follow:
>
> USE DATABASE test;
>
> CREAT TABLE IF NOT EXISTS test_table ( Vola INT NOT NULL, PRIMARY KEY (Vola))
> DATA DIRECTORY="D:/mySQLDBs/test/d
0, when you are not using
> the --skip-symlink option.
>
> Make sure that option is set correctly.
>
> Edward Dudlik
> Becoming Digital
> www.becomingdigital.com
>
>
> - Original Message -
> From: "Ares Liu" <[EMAIL PROTECTED]>
> To: <[EMA
, 02 June, 2003 16:03
Subject: QUESTION ABOUT DATA AND INDEX FILE DIRECTORIES
HI, ALL
Under windows XP, mysql-4.0.12, when I create a table with special data and
index directories as follow:
USE DATABASE test;
CREAT TABLE IF NOT EXISTS test_table ( Vola INT NOT NULL, PRIMARY KEY (V
HI, ALL
Under windows XP, mysql-4.0.12, when I create a table with special data and index
directories as follow:
USE DATABASE test;
CREAT TABLE IF NOT EXISTS test_table ( Vola INT NOT NULL, PRIMARY KEY (Vola))
DATA DIRECTORY="D:/mySQLDBs/test/data"
INDEX DIRECTORY="D:/mySQLDBs/t