Respondendo,
quinta-feira, 13 de março de 2003, 08:23:38, Mensagem Original:

JR> Hi,

JR> I try to use raw devices with innoDB and i have some problems.

JR> First, after modifying my.cnf file, and restarted mysql, i received an error
JR> 13. The solution was to start mysql with the root user (baaah !). I think it
JR> is a temporary solution.

JR> BUT, now, i have an error 5 with innodb.

JR> my.cnf part :

JR> innodb_data_home_dir=
JR> innodb_data_file_path=/dev/rdsk/c2t1d0s0:5Graw;/dev/rdsk/c2t2d0s0:5Graw

JR> What's wrong ?


It´s first start of innodb ?

To first start the word "raw" need change to "newraw" , in "newraw"
state the InnoDB creates a "filesystem" of InnoDB Tablespace in the
"device"

after this you need shutdown mysqlserver and change the work "newraw"
to "raw" , after this start mysqlserver and InnoDB start normally.



ps: To use MySQL/InnoDB on raw device you need the permission of
device to user mysql:

chown mysql /dev/rdsk/c2t1d0s0










-------------------------------------------------------------------------
  ++  Dyego Souza do Carmo   ++           Dep. Desenvolvimento   
-------------------------------------------------------------------------
                 E S C R I B A   I N F O R M A T I C A
-------------------------------------------------------------------------
The only stupid question is the unasked one (somewhere in Linux's HowTo)
Linux registred user : #230601
--                                        ICQ   : 221602060                            
$ look into "my eyes"                     Phone : +55 041 296-2311  r.112            
look: cannot open my eyes                 Fax   : +55 041 296-6640        
-------------------------------------------------------------------------
               Reply: [EMAIL PROTECTED]



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to