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
HTPC Projects
Software
Tools and other software
[How To] [User Exp] Update MySQL
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="megahorst" data-source="post: 966196" data-attributes="member: 22213"><p>I had a deeper look to the database.</p><p> </p><p>All the tables where stored as MyISAM tables.</p><p> </p><p>I have converted them with the SQL-workbench.</p><p>[code]alter table `mptvdb`.`<tablename>` engine=innodb;[/code]</p><p> </p><p>That worked at most tables.But recording and schedule</p><p>gave me the following error:</p><p>[code]0 2 19:48:42 alter table `mptvdb`.`recording` engine=innodb Error Code: 1071. Specified key was too long; max key length is 767 bytes 0.031 sec[/code]</p><p> </p><p>All the others gave my the following warning:</p><p>[code]1 4 19:58:37 alter table `mptvdb`.`card` engine=innodb 3 row(s) affected, 2 warning(s):</p><p>1478 InnoDB: ROW_FORMAT=DYNAMIC requires innodb_file_format > Antelope.</p><p>1478 InnoDB: assuming ROW_FORMAT=COMPACT.</p><p>Records: 3 Duplicates: 0 Warnings: 2 0.109 sec[/code]</p><p> </p><p>Does anybody have an idea what has to modified within the db?</p></blockquote><p></p>
[QUOTE="megahorst, post: 966196, member: 22213"] I had a deeper look to the database. All the tables where stored as MyISAM tables. I have converted them with the SQL-workbench. [code]alter table `mptvdb`.`<tablename>` engine=innodb;[/code] That worked at most tables.But recording and schedule gave me the following error: [code]0 2 19:48:42 alter table `mptvdb`.`recording` engine=innodb Error Code: 1071. Specified key was too long; max key length is 767 bytes 0.031 sec[/code] All the others gave my the following warning: [code]1 4 19:58:37 alter table `mptvdb`.`card` engine=innodb 3 row(s) affected, 2 warning(s): 1478 InnoDB: ROW_FORMAT=DYNAMIC requires innodb_file_format > Antelope. 1478 InnoDB: assuming ROW_FORMAT=COMPACT. Records: 3 Duplicates: 0 Warnings: 2 0.109 sec[/code] Does anybody have an idea what has to modified within the db? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Software
Tools and other software
[How To] [User Exp] Update MySQL
Contact us
RSS
Top
Bottom