Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all articles
Browse latest Browse all 7244

Problems with Configuration of MySQL 5.5.20 on Windows 2008 R2 (2 replies)

$
0
0
Service will not start after setting the "Innodb_file_per_table".
System error 1067 has occurred
bin\mysqld: unknown variable 'Innodb_file_per_table=1'



Troubleshooting my.ini Configuration settings

Wednesday, February 01, 2012
10:25 AM

Server: Windows 2008 R2; x64 bit;
MySQL: Community Server (GPL) 5.5.20 from ORACLE

From Command Line on PTWMyS01

O:\>net start MySQLTest
The MySQLTest service is starting....
The MySQLTest service could not be started.

A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.

O:\>

From PTWMYS01.err file

120201 10:25:04 [Note] Plugin 'FEDERATED' is disabled.
120201 10:25:04 InnoDB: The InnoDB memory heap is disabled
120201 10:25:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120201 10:25:04 InnoDB: Compressed tables use zlib 1.2.3
120201 10:25:05 InnoDB: Initializing buffer pool, size = 2.0G
120201 10:25:05 InnoDB: Completed initialization of buffer pool
120201 10:25:05 InnoDB: highest supported file format is Barracuda.
120201 10:25:06 InnoDB: Waiting for the background threads to start
120201 10:25:07 InnoDB: 1.1.8 started; log sequence number 1595675
120201 10:25:07 [ERROR] D:\MySQL\MySQLaux\MySQL Server 5.5\bin\mysqld: unknown variable 'Innodb_file_per_table=1'

120201 10:25:07 [ERROR] Aborting

120201 10:25:07 InnoDB: Starting shutdown...
120201 10:25:07 InnoDB: Shutdown completed; log sequence number 1595675
120201 10:25:07 [Note] D:\MySQL\MySQLaux\MySQL Server 5.5\bin\mysqld: Shutdown complete
120201 10:34:01 [Note] Plugin 'FEDERATED' is disabled.
120201 10:34:01 InnoDB: The InnoDB memory heap is disabled
120201 10:34:01 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120201 10:34:01 InnoDB: Compressed tables use zlib 1.2.3
120201 10:34:01 InnoDB: Initializing buffer pool, size = 2.0G
120201 10:34:01 InnoDB: Completed initialization of buffer pool
120201 10:34:01 InnoDB: highest supported file format is Barracuda.
120201 10:34:02 InnoDB: Waiting for the background threads to start
120201 10:34:03 InnoDB: 1.1.8 started; log sequence number 1595675
120201 10:34:03 [ERROR] D:\MySQL\MySQLaux\MySQL Server 5.5\bin\mysqld: unknown variable 'slave_load_tempdir=T:\MySQL\TEMP'

120201 10:34:03 [ERROR] Aborting

120201 10:34:03 InnoDB: Starting shutdown...
120201 10:34:03 InnoDB: Shutdown completed; log sequence number 1595675
120201 10:34:03 [Note] D:\MySQL\MySQLaux\MySQL Server 5.5\bin\mysqld: Shutdown complete



Parameter as set in My.INI file

# Parameters specific to Seattle Children's Standard
Innodb_file_per_table=1
tmpdir=T:\\MySQL\\Temp
slave_load_tempdir=T:\\MySQL\\TEMP
log-bin=F:\\MySQL\\TRNx\\trnx_bin_log.txt



From Command Line after commenting out "Innodb_file_per_table" and "Slave_load_tempdir" parameters.

O:\>net start MySQLTest
The MySQLTest service is starting..
The MySQLTest service was started successfully.


O:\>mysql -uroot -p***********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.20-log MySQL Community Server (GPL)

Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

Viewing all articles
Browse latest Browse all 7244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>