Hello.
See:
http://dev.mysql.com/doc/mysql/en/myisam-storage-engine.html
http://dev.mysql.com/doc/mysql/en/using-innodb-tables.html
"V. Agarwal" <[EMAIL PROTECTED]> wrote:
> Hi,
> On PC, I see *.frm files for each table while I see
> 3 files on Unix/Linux (*.MYD,*,MYI,*.frm
Sure you can. Just move your current data to the location you like to
use and then do either of the followings:
1) supply parameter --datadir during startup (or equivalent in my.cnf file)
2) Create a symlink from old location to new location
- Original Message -
From: VijayKumar Dogra <[
Shutdown mysql, move data files, create symlink to datafile(s) on
other partition/disk/whatever..
- Original Message -
From: VijayKumar Dogra <[EMAIL PROTECTED]>
Date: Wed, 22 Sep 2004 11:22:55 +0530
Subject: MySQL data files
To: [EMAIL PROTECTED]
Hello All,
Is there any way