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
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
> *
: 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
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
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
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 ?
: 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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo