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 2
General
Database
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="Lehmden" data-source="post: 1069862" data-attributes="member: 109222"><p>Hi.</p><p>At the moment there are 3 DB plugins (SQLCE, SQLite3 and MySQL) from which the user can choose one (only one). As per default MP2 uses SQLite3 Database. It's faster (a lot!) than MySQL and don't need a full blown DB server running just to serve one Database. SQLCE was there from the very first beginning but isn't developed any longer as it's slow (compared to MySQL and SQLite) and has size limits for DB... </p><p></p><p>If you want, you can access SQLite by PHP as easy as MySQL.</p><p><a href="http://www.php.net/manual/en/book.sqlite3.php" target="_blank">http://www.php.net/manual/en/book.sqlite3.php</a></p><p></p><p>But, that's not what is wanted, a direct DB access. As Users can change DB you never know which DB is used at all. All changes made on DB should be delivered by MP2 Server, not by direct access... Nevertheless if you write direct Web Access you need to be sure, the user didn't change type, path or name of the DB....</p></blockquote><p></p>
[QUOTE="Lehmden, post: 1069862, member: 109222"] Hi. At the moment there are 3 DB plugins (SQLCE, SQLite3 and MySQL) from which the user can choose one (only one). As per default MP2 uses SQLite3 Database. It's faster (a lot!) than MySQL and don't need a full blown DB server running just to serve one Database. SQLCE was there from the very first beginning but isn't developed any longer as it's slow (compared to MySQL and SQLite) and has size limits for DB... If you want, you can access SQLite by PHP as easy as MySQL. [url]http://www.php.net/manual/en/book.sqlite3.php[/url] But, that's not what is wanted, a direct DB access. As Users can change DB you never know which DB is used at all. All changes made on DB should be delivered by MP2 Server, not by direct access... Nevertheless if you write direct Web Access you need to be sure, the user didn't change type, path or name of the DB.... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
General
Database
Contact us
RSS
Top
Bottom