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
Support
Installation, configuration support
Upgrade of 1.5 with 1.6 does not upgrade MySQL 5.1 to 5.6
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="Iwen" data-source="post: 1052596" data-attributes="member: 54972"><p>That is exactly what I was thinking.</p><p></p><p>You installed MySQL 5.6 but configured the database connection with MP1.5. So, in this case MP creates 'mptvdb' with MyISAM format.</p><p>After that you updated MP to 1.6. The installer found an existing database and left it unchanged. That means, that your tables remain in the same format as before.</p><p>To overcome this situation you have to delete the 'mptvdb' database (use the Workbench) and configure the TV-Server database connection again. In your tutorial these are the steps 6-9. After that MP1.6 will create a new database with the new InnoDB format.</p><p></p><p>To check the format you can use this sql command (also in the Workbench, when you have connected to your database):</p><p>[CODE]SELECT `TABLE_NAME`, `ENGINE` FROM `information_schema`.`TABLES` WHERE `TABLE_SCHEMA` = 'mptvdb';[/CODE]</p></blockquote><p></p>
[QUOTE="Iwen, post: 1052596, member: 54972"] That is exactly what I was thinking. You installed MySQL 5.6 but configured the database connection with MP1.5. So, in this case MP creates 'mptvdb' with MyISAM format. After that you updated MP to 1.6. The installer found an existing database and left it unchanged. That means, that your tables remain in the same format as before. To overcome this situation you have to delete the 'mptvdb' database (use the Workbench) and configure the TV-Server database connection again. In your tutorial these are the steps 6-9. After that MP1.6 will create a new database with the new InnoDB format. To check the format you can use this sql command (also in the Workbench, when you have connected to your database): [CODE]SELECT `TABLE_NAME`, `ENGINE` FROM `information_schema`.`TABLES` WHERE `TABLE_SCHEMA` = 'mptvdb';[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Upgrade of 1.5 with 1.6 does not upgrade MySQL 5.1 to 5.6
Contact us
RSS
Top
Bottom