Upgrade of 1.5 with 1.6 does not upgrade MySQL 5.1 to 5.6 (1 Viewer)

Iwen

Portal Pro
August 14, 2007
464
32
Home Country
Germany Germany
I'm curious. Are your database tables now in InnoDB format? I would bet they are still all MyISAM.
Following the steps at http://wiki.team-mediaportal.com/1_..._Tool)/Update_to_MySQL_5.6#Useful_information, I do have InnoDB.
Default will be set as InnoDB for MySQL 5.6. AFAIK the same was true for MySQL 5.1. However, that doesn't mean that the tables themselves will be in InnoDB format. Before MP 1.6, we explicitly set the table format to MyISAM.

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';
 

mrspock

Portal Pro
September 14, 2008
124
32
Madrid
Home Country
Spain Spain
Thanks a lot to both, @mm1352000 and @Iwen, for your great help. :D

I checked the format, with the sql command, and you both were right (I was not aware when the db is created and that it was in the old format). I did as Iwen told, and now is InnoDB format. (y)

I will edit my original post to modify step 1 and to remove the idea of installing MP 1.6 after that. This will help other users, as well.

I suggest you read the MySQL documentation if you want to customise.
The screenshots shows that there should be information about the choice on the right hand side.
That documentation does not provide further information to me, as the main things are explained in the screenshots. Reading that screenshots is why I decided my installation options, as I was not able to find recommendations for MP.
It is completely personal choice. There is no "best for MP"; it is "best for you".
The "best for me" is what is "best for MP" and the performance of my HTPC (99% dedicated to MP). I do not have an especial interest of customising it as far as MP works ok, but just wanted to use the same options used in the MP 1.6 installer when doing a fresh install (I trust on the dev team knowledge).
 
Last edited:

Sigpi007

Portal Pro
November 14, 2012
104
38
Chicago, IL
Home Country
United States of America United States of America
Hope this could be useful to somebody. (y)

Thanks Mrspock for the detailed walk through. It was very helpful this evening. Much appreciated.

One thing I noticed... Specific to functionality related to Cablecards... Is the the "CAM enabled" flags and "simultaneous streams" values were not backed up in the TV server settings export. As it's newer functionality, I can understand why this would be the case. Anyone using Cablecards following this upgrade process will need to re-enable those settings or they'll get an "all cards busy" error message when they test channels after upgrading.
 

Users who are viewing this thread

Similar threads

I would have to know more details, and ultimately, I'll have to test it when I get my new display, but an AI answer I got (I don't trust AI and this may not be correct) was that HDR is encoded with the HEVC codec and I know MePo uses the HEVC codec to play 4K UHD Blue-ray discs. So, there is at least the possibility that it will work...
I would have to know more details, and ultimately, I'll have to test it when I get my new display, but an AI answer I got (I don't...
Does MePo 1 pass the HDR metadata, Dolby Vision, HDR10, etc., along to the display when playing 4K UHD Blu-ray discs? If not, are...
Replies
2
Views
1K
YES, Thanks
YES, Thanks
Help please. Error could have started happening after upgrade to 1.38 on 2025-08-04. Thank you EDIT: I have installed 1.38.0...
Replies
18
Views
6K
It helped me too. Thanks
It helped me too. Thanks
After updating to MP1.37 (x86), I get a MySQL error when I access the TVServer configuration. The error message and log are attached.
Replies
6
Views
2K
https://forum.team-mediaportal.com/threads/5154-mediaportal-1-x64-sharpdx.140955/post-1302377
https://forum.team-mediaportal.com/threads/5154-mediaportal-1-x64-sharpdx.140955/post-1302377
Hi, Is it straight forward to upgrade to x64 version from x86? Also, is there a list of plugins supporting x64? Thanks, Colin
Replies
9
Views
5K
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this. Last time when I installed the...
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
Hi all, I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
Replies
4
Views
320
Top Bottom