If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Need to move ibd file to different drive.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-28-09, 13:24
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,732
Need to move ibd file to different drive.

We've run out of space on our drive, and need to move a ibd file to a different drive.
This file is for a single table.
Looking in the documentation, it is unclear to me whether I should use RENAME, or ALTER TABLE, and exactly what the syntax should be to specify the new drive and directory.
The documentation also referred to the path being specified in a my.cnf file, but I can find no such file on our drives.
Any assistance in the best method of moving this file would be appreciated.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #2 (permalink)  
Old 09-01-09, 15:06
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,732
Apparently there was no way to do this, so we ended up moving the entire database. On Windows:
1) Stop the MySQL service
2) Move the data folder from
X:\OriginalLocation\data\
to
Y:\NewLocation\data\
3) Add this line to my.ini
datadir=Y:\NewLocation\data\
4) Restart the MySQL service
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On