MySQL Forums
Forum List  »  Oracle

Re: Tablespace in MySQL
Posted by: styphinson toms
Date: March 18, 2008 04:25AM

when I am trying to create table space am getting like this
mysql> CREATE TABLESPACE simfonespace
-> ADD DATAFILE 'simfdata'
-> ENGINE = innodb;
Query OK, 0 rows affected, 1 warning (0.00 sec)

i dont know whether the tablespace is created if so how to use it can any one help

My requirement is same as youvrajsinh's

I need to put the tables in a tablespace created in my windows D: drive and all the index in another tablespace created in windos E: drive

How can i achieve this please help me
thanks in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
6951
August 18, 2007 05:55AM
3909
August 23, 2007 09:02AM
Re: Tablespace in MySQL
3418
March 18, 2008 04:25AM
3116
June 07, 2008 07:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.