home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Area 51 - Testing Area
Update MySQL 5.1 to latest 5.6 version
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="catavolt" data-source="post: 1034155" data-attributes="member: 54906"><p>In your folder MySQL Server 5.6 you´ll find the file <em>my.ini</em> - there you can verofy whether innodb is used or not:</p><p>[spoiler]</p><p>[client]</p><p>port=3306</p><p>[mysql]</p><p>default-character-set=utf8</p><p>[mysqld]</p><p>port=3306</p><p>basedir="C:/Program Files/MySQL/MySQL Server 5.6/"</p><p>datadir="C:/ProgramData/MySQL/MySQL Server 5.6/Data"</p><p><strong>default-storage-engine=INNODB</strong></p><p>sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"</p><p>max_connections=100</p><p>query_cache_size=32M</p><p>tmp_table_size=18M</p><p>thread_cache_size=4</p><p>thread_concurrency=4</p><p>myisam_max_sort_file_size=100M</p><p>myisam_sort_buffer_size=64M</p><p>key_buffer_size=16M</p><p>read_buffer_size=2M</p><p>read_rnd_buffer_size=16M</p><p>sort_buffer_size=2M</p><p>innodb_additional_mem_pool_size=2M</p><p>innodb_flush_log_at_trx_commit=1</p><p>innodb_log_buffer_size=1M</p><p>innodb_buffer_pool_size=96M</p><p>innodb_log_file_size=50M</p><p>innodb_thread_concurrency=8[/spoiler]</p></blockquote><p></p>
[QUOTE="catavolt, post: 1034155, member: 54906"] In your folder MySQL Server 5.6 you´ll find the file [I]my.ini[/I] - there you can verofy whether innodb is used or not: [spoiler] [client] port=3306 [mysql] default-character-set=utf8 [mysqld] port=3306 basedir="C:/Program Files/MySQL/MySQL Server 5.6/" datadir="C:/ProgramData/MySQL/MySQL Server 5.6/Data" [B]default-storage-engine=INNODB[/B] sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" max_connections=100 query_cache_size=32M tmp_table_size=18M thread_cache_size=4 thread_concurrency=4 myisam_max_sort_file_size=100M myisam_sort_buffer_size=64M key_buffer_size=16M read_buffer_size=2M read_rnd_buffer_size=16M sort_buffer_size=2M innodb_additional_mem_pool_size=2M innodb_flush_log_at_trx_commit=1 innodb_log_buffer_size=1M innodb_buffer_pool_size=96M innodb_log_file_size=50M innodb_thread_concurrency=8[/spoiler] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Area 51 - Testing Area
Update MySQL 5.1 to latest 5.6 version
Contact us
RSS
Top
Bottom