> I wish to move my log devspace to a different drive for performance > reasons. (currently log and data are on the same drive.) > How do I this??
If you are on UNIX/Linux and you are using soft links that point to your devspaces, then you are lucky: Just shut down the DB, move the devspaces to the target location (mv, dd) and adjust the links appropriately. If you have used file names, then you might have a chance to mount the new disk on the log devspace directory -- depends on your current layout. If you are on Windows, then you need to go through the whole "backup - drop - create with new file layout - restore" cycle. HTH Christian -- #include <std_disclaimer.h> /* The opinions stated above are my own and not necessarily those of my employer. */ -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
