Good day to all!
With the past pradznik VICTORY!
The question is:
Is it possible to convert / translate a database from MySQL to MySQLi, in particular for joomla, and so, for the future?
(just some plugins already don't get up, and they say that everything ... MySQL is dying ... support + development will not be done in this direction anymore)
|
1 answer
http://habrahabr.ru/post/141127/ - here is a description of the functions of working with Mysqli, the difference with Mysql is in the circulation from PHP scripts. Conversion of the database is not required. If you transfer the joomla, you will have to rewrite all the functions of accessing the database, most likely so. Or rewrite the plugin code.
|