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
Development
General Development (no feature request here!)
MySQL option
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="dunkstar" data-source="post: 108602" data-attributes="member: 28804"><p>The biggest problem is actually:</p><p></p><p>CREATE INDEX _dta_index_TuningDetail_7_709577566__K2_1_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26 ON TuningDetail </p><p>(</p><p> idChannel ASC</p><p>)</p><p>INCLUDE ( idTuning,</p><p>name,</p><p>provider,</p><p>channelType,</p><p>channelNumber,</p><p>frequency,</p><p>countryId,</p><p>isRadio,</p><p>isTv,</p><p>networkId,</p><p>transportId,</p><p>serviceId,</p><p>pmtPid,</p><p>freeToAir,</p><p>modulation,</p><p>polarisation,</p><p>symbolrate,</p><p>diseqc,</p><p>switchingFrequency,</p><p>bandwidth,</p><p>majorChannel,</p><p>minorChannel,</p><p>pcrPid,</p><p>videoSource,</p><p>tuningSource)</p><p></p><p>And MySQL doesn't support INCLUDE among others.</p><p>I've tried to make an universal setupdatabaseform which converts the database.sql into MySQL friendly SQL.</p><p>But if people are satisfied with changing the database.sql themselves you can just make the changes samposoft proposes.</p></blockquote><p></p>
[QUOTE="dunkstar, post: 108602, member: 28804"] The biggest problem is actually: CREATE INDEX _dta_index_TuningDetail_7_709577566__K2_1_3_4_5_6_7_8_9_10_11_12_13_14_15_16_17_18_19_20_21_22_23_24_25_26 ON TuningDetail ( idChannel ASC ) INCLUDE ( idTuning, name, provider, channelType, channelNumber, frequency, countryId, isRadio, isTv, networkId, transportId, serviceId, pmtPid, freeToAir, modulation, polarisation, symbolrate, diseqc, switchingFrequency, bandwidth, majorChannel, minorChannel, pcrPid, videoSource, tuningSource) And MySQL doesn't support INCLUDE among others. I've tried to make an universal setupdatabaseform which converts the database.sql into MySQL friendly SQL. But if people are satisfied with changing the database.sql themselves you can just make the changes samposoft proposes. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
MySQL option
Contact us
RSS
Top
Bottom