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
I use MySQL AB released win32 binary package. i don't know if it used --skip-symlink
option. And after I added an entry skip-symlink=false in my.cnf, I can't start mysqld
unfortunately.
-Ares
On 02 Jun 2003 14:15 CST you wrote:
> >From the Manual:
> By using DATA DIRECTORY="directory" or INDEX
>From the Manual:
By using DATA DIRECTORY="directory" or INDEX DIRECTORY="directory" you can
specify where the storage engine should put it's table and index files. Note
that the directory should be a full path to the directory (not relative path).
This only works for MyISAM tables in MySQL 4.0, wh