Re: innodb_data_file_path

2010-01-03 Thread Jeetendra Ranjan
This is the second step and before that we have to stop the server and set the parameter in my.cnf innodb_data_home_dir = innodb_data_file_path = /dev/sda3:10Gnewraw;/dev/sda1:5Gnewraw and when i restart the server it is giving error Starting MySQL.Manager of pid-file quit without updating

Re: innodb_data_file_path

2010-01-03 Thread Suresh Kuna
already have but it has no information right from > creating the raw disk partition. > > Jeetendra Ranjan > > - Original Message - > *From:* Suresh Kuna > *To:* Jeetendra Ranjan > *Cc:* mysql@lists.mysql.com > *Sent:* Monday, January 04, 2010 12:12 PM > *

Re: innodb_data_file_path

2010-01-03 Thread Jeetendra Ranjan
: innodb_data_file_path Hi Jeetendra, Check the below url for details with the raw partition. http://dev.mysql.com/doc/refman/5.4/en/innodb-raw-devices.html Thanks Suresh Kuna MySQL DBA On Mon, Jan 4, 2010 at 11:06 AM, Suresh Kuna wrote: Jeetendra, Give the MySQLD user

Re: innodb_data_file_path

2010-01-03 Thread Suresh Kuna
directory. >> >> >> Thanks >> Jeetendra Ranjan >> >> >> >> - Original Message - >> *From:* Suresh Kuna >> *To:* Jeetendra Ranjan >> *Cc:* mysql@lists.mysql.com >> *Sent:* Monday, January 04, 2010 10:28 AM >> *S

Re: innodb_data_file_path

2010-01-03 Thread Suresh Kuna
hanks > Jeetendra Ranjan > > > > - Original Message - > *From:* Suresh Kuna > *To:* Jeetendra Ranjan > *Cc:* mysql@lists.mysql.com > *Sent:* Monday, January 04, 2010 10:28 AM > *Subject:* Re: innodb_data_file_path > > Hi Jeetendra, > What is the error

Re: innodb_data_file_path

2010-01-03 Thread Jeetendra Ranjan
nnoDB: the directory. Thanks Jeetendra Ranjan - Original Message - From: Suresh Kuna To: Jeetendra Ranjan Cc: mysql@lists.mysql.com Sent: Monday, January 04, 2010 10:28 AM Subject: Re: innodb_data_file_path Hi Jeetendra, What is the error it it saying in error log ?

Re: innodb_data_file_path

2010-01-03 Thread Jeetendra Ranjan
: innodb_data_file_path Hi Jeetendra, What is the error it it saying in error log ? Is this the fresh installation or already installed MySQL ? Thanks Suresh Kuna MySQL DBA On Mon, Jan 4, 2010 at 10:16 AM, Jeetendra Ranjan wrote: Hi, I am using MySQL 5.0.85-community on

Re: innodb_data_file_path

2010-01-03 Thread Suresh Kuna
ity on Fedora 8. > > When i set > innodb_data_home_dir = > innodb_data_file_path = /dev/sda3:10Gnewraw;/dev/sda1:5Gnewraw > and restart the server it gives an error > > "Starting MySQL.Manager of pid-file quit without updating file.[FAILED]" > > Please suggest

innodb_data_file_path

2010-01-03 Thread Jeetendra Ranjan
Hi, I am using MySQL 5.0.85-community on Fedora 8. When i set innodb_data_home_dir = innodb_data_file_path = /dev/sda3:10Gnewraw;/dev/sda1:5Gnewraw and restart the server it gives an error "Starting MySQL.Manager of pid-file quit without updating file.[FAILED]" Please sugg

innodb_data_file_path

2010-01-02 Thread Jeetendra Ranjan
Hi, I am using MySQL 5.0.85-community on Fedora 8. When i set innodb_data_home_dir = innodb_data_file_path = /dev/sda3:10Gnewraw;/dev/sda1:5Gnewraw and restart the server it gives an error "Starting MySQL.Manager of pid-file quit without updating file.[FAILED]" Please sugg

MYSQl : innodb_data_file_path error

2007-12-18 Thread ashok ragavendran
hi everyone, I tried setting my Innodb_data_file_path as innodb_data_home_dir= innodb_data_file_path=/var/lib/mysql/ibdata1:10M; /home/username/myfolder/ibdata2:50M:autoextend However I ma getting errors with this approach. any hints would be appreciated. cheers

innodb_data_file_path tuning

2007-11-08 Thread Russell Uman
what are the performance implications of different settings for innodb_data_file_path? if i only have one partition or filesystem, does it ever make sense to define more than one table file? iirc, there's some way to have a single file per table - when is this advisable? i&#

Max length for innodb_data_file_path var?

2004-03-26 Thread jdisher
in a concat fashion? This would enable us to use bigger tablespaces, and would pretty much invalidate the second question. Secondly, what is the max length of innodb_data_file_path? Currently, we've gone to the below to get a reasonable number of tablespaces small enough to have good p

Re: Can't initialize InnoDB as 'innodb_data_file_path'

2001-08-23 Thread Heikki Tuuri
innodb_data_file_path = ibdata1:2000M;ibdata2:2000M innodb_data_home_dir = c:/mysql/dataset-variable = innodb_mirrored_log_groups=1 innodb_log_group_home_dir = c:/mysql/logs set-variable = innodb_log_files_in_group=3 set-variable = innodb_log_file_size=30Mset-variable = innodb_log_buffer_size=8M

Re: Can't initialize InnoDB as 'innodb_data_file_path' Problem

2001-08-22 Thread vitthal
set-variable = table_cache=64 set-variable = sort_buffer=4M set-variable = record_buffer=1M set-variable = net_buffer_length=8K set-variable = myisam_sort_buffer_size=8M # Uncomment the following if you are using Innobase tables innodb_data_file_path = ibdata1:2000M;ibdata2:2000M

Re: Can't initialize InnoDB as 'innodb_data_file_path' Problem

2001-07-18 Thread Sunento Wu
Thanks Ken ! - Original Message - From: "Ken Sommers" <[EMAIL PROTECTED]> To: "Sunento Wu" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 1:45 PM Subject: Re: Can't initialize InnoDB as &#

Re: Can't initialize InnoDB as 'innodb_data_file_path' Problem

2001-07-18 Thread Ken Sommers
Better read the manual: http://www.innodb.com/ibman.html#InnoDB_start Enjoy, Ken - Original Message - From: "Sunento Wu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 10:34 PM Subject: Can't initialize

Can't initialize InnoDB as 'innodb_data_file_path' Problem

2001-07-18 Thread Sunento Wu
Hi, I am still new in mysql. I just install mysql to my win 98. When I try to run the server, mysqld, I got this error : === C:\mysql\bin>mysqld Can't initialize InnoDB as 'innodb_data_file_path' is not set