Re: Mysql Data files

2005-05-03 Thread Gleb Paharenko
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

Re: MySQL data files

2004-09-22 Thread Mir Islam
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 <[

Re: MySQL data files

2004-09-22 Thread DreamWerx
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