The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Bring on InnoDB FTS!!! Yea!
Offline
To bad MySQL will be replaced soon on Fedora (and probably all other Linux distributions will follow).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yea, I read about that. Many people aren't too happy with the way Oracle is running MySQL. It will be interesting to see what happens.
Offline
Well i've read about MariaDB and it has more features, its faster and its open source, so at first look its way better than mysql. And its 100% compatible with mysql. I dont like the name though :-)
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
BTW...i just read mysql is considered outdated in PHP as of PHP 5.5 We have to move to mysqli which is faster anyway. PDO would be better, but thats one more dependency
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
BTW...i just read mysql is considered outdated in PHP as of PHP 5.5 We have to move to mysqli which is faster anyway. PDO would be better, but thats one more dependency
Yea, I've been using PDO for quite some time now in all the script I've written. You can still use mysql in PHP the only thing the PHP team did was add an depreciated error when you use mysql.
As far as the new MySQL they've changed it a lot. The performance is over the top. They've moved a bunch of stuff around... my.cnf is located in the /usr/shared vs. /etc now. They've also streamlined the options for InnoDB. I think it's kind of childish for Fedora not use MySQL anymore just because some of their tests aren't public anymore - truly 'Open Source'. There are plenty of great pieces of software out there which aren't 100% Open Source.
I'm not sold on MariaDB 100% (I don't really like the name either) though everything I've been reading has been good. I honestly think that any change will come from Cpanel. If Cpanel moves to use MariaDB as there choice then everyone will change. So, many novice users use Cpanel to manage their sites.
Honestly, I thought about moving to PostgreSQL for all my projects. There isn't a whole lot of code I would have to change and PostgreSQL is SOLID.
Last edited by Mitomind (2013-01-27 00:41:16)
Offline
MySQL 5.6.10 has been released.
Offline
I'm considering a full change in 1.2 (i have yet to do this, i've implemented parts of 1.2, but not finished, might take longer if i change this), php 5.3 as dependency (i love phar, i hate namespaces...) and some tables will be moved to innodb (probably some small database changes). The option to select mysql, mysqli and pdo (still thinking how to implement this with the current system...).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Honestly, I would follow cpanel. I wouldn't release anything related to an upgrade until they do. So many people use cpanel in the world to manage their sites. I haven't even seen a post on the cpanel forum about an upgrade to 5.6 besides the couple of posts asking about testing 5.6. All those posts were about the rc version of 5.6.
Everyone else who is managing their site without a control panel probably will update MySQL themselves.
As far as mysql, mysqli, or pdo - I would totally go pdo. It's really nice to work with pdo. I use it over mysqli.
Offline
but we can upgrate to MySQL 5.6? and use Adult Script Pro 1.0.6 with it ?
Offline
but we can upgrate to MySQL 5.6? and use Adult Script Pro 1.0.6 with it ?
Yea, you can upgrade to 5.6 if you want. There isn't any changes in 5.6 which is going to prevent you from using ASP. 5.6 is actually faster.
I would HIGHLY advise you export your database and re-import it after doing the upgrade.
If you are using a custom my.cnf file you will need to change the new my.cnf file to match your settings.
REMEMBER once you upgrade to 5.6 - YOU CAN'T DOWNGRADE. The way 5.6 stores the files isn't compatible with older versions of MYSQL.
Offline
mysql 5.6 has been released but in future would it be replaced by maria-db
Offline
mysql 5.6 has been released but in future would it be replaced by maria-db
I believe it's only going to be replaced in Fedora. You can run any database you want. You just have to install the database you choose.
Offline
We had to develop a custom script for a client. The site is currently serving > 5 million videos and with InnoDB it works perfectly :-) and fast. We will switch to InnoDB soon.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1