MySQL Forums
Forum List  »  Spanish

Usar particion de disco exclusiva (raw disk) en Windows
Posted by: Joaquin Alcañiz
Date: May 15, 2008 12:00PM

1.Formatear una partición primaria con FAT32 (nunca con NTFS, no funciona correctamente). Asignarle una letra de acceso y calcular su tamaño (en este ejemplo tomaremos letra M: y 30 Gb).

2.Con el servicio mysqld detenido, editar "my.ini" y añadirle:
innodb_data_home_dir=
innodb_data_file_path=//./M::30Gnewraw

3.Arrancar el servicio mysqld y ESPERAR hasta que el disco deje de trabajar. (compruebe la luz roja del propio PC)
4.Parar el servicio mysqld.

5.Editar de nuevo el fichero "my.ini" y cambiar "newraw" por "raw":
innodb_data_file_path=//./M::30Graw

6.Arrancar de nuevo el servicio mysqld. Se pueden empezar a agregar las bases de datos.
7. El disco M:\ quedará automáticamente BLOQUEADO para Windows.

Options: ReplyQuote


Subject
Views
Written By
Posted
Usar particion de disco exclusiva (raw disk) en Windows
3325
May 15, 2008 12:00PM


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.