Hai,
i am new to Mysql i installed Mysql-devel-5.5.29-1.rhel5, Mysql-shared-compat-5.5.29-1.rhel5, Mysql-client-5.5.29-1.rhel5, mysql-server-5.5.29-1.rhel5 RPMS in my RHEL 5 linux machine and i login using root #mysql -p .
and i try to create tablespace using the command mysql>create tablespace tablespace1 add datafile '/u01/mysqldb/abc' engine = InnoDB;
output 0 rows affected 1 warning
Warning 1478 Table storage enine 'InnoDB' does not support the create option 'TABLESPACE OR LOGFILE GROUP'.
HOW CAN I CREATE TABLESPACE ? DOES THE ABOVE VERSION DON'T SUPPORT TABLESPACE FEATURE?
please help me

Reply With Quote