Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-29, 00:30:12

Author Topic: Your PHP MySQL library version 5.3.12-MariaDB differs from your MySQL server  (Read 9199 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Can we fix this inside phpMyAdmin:

Your PHP MySQL library version 5.3.12-MariaDB differs from your MySQL server version 10.0.10. This may cause unpredictable behavior.

You need to update libmysqlclient18 for php53s

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Didn't test for MariaDB. Maybe related to mysqlclient*.rpm
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Didn't test for MariaDB. Maybe related to mysqlclient*.rpm

Can you upgrade it to 10.0.10 ?

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
This needs a fix, that error is very unprofessional.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
This needs a fix, that error is very unprofessional.

Mustafa - just extract MariaDB-libs or MariaDB-shared and it's there !

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Read mysql-to-mariadb.php and you will what's I am doing. No MariaDB-libs.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
so what is the fix?
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
If you found no issue for Kloxo-MR (except phpmyadmin for their warning) and websites, that mean it's phpmyadmin problem rather than Kloxo-MR.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
@spacedust, did you successfully extract what was needed?  Please inform.

Thank you.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
I found an issue for using mariadb in Kloxo-MR 6.5.1.b. Insert row always 'NULL' value. Better use mysql55 at this moment.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
I found an issue for using mariadb in Kloxo-MR 6.5.1.b. Insert row always 'NULL' value. Better use mysql55 at this moment.

Please fix it. Mysql55 is not an option ;)

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Or, as alternative, use php52s instead php53s with steps:

1. Install php52s with 'sh /script/php52s-installer' (don't use old method like 'yum install php52s')
2. Run 'sh /script/fixlxphpexe php52s'
3. Run 'sh /script/restart'

« Last Edit: 2014-04-23, 03:34:05 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Using 5.2 is not an option either, and is moving backwards!  I am using mariadb from centalt (simply removing the exclude) and have found no issues on my websites.  If KloxoMR is not working properly with Maria what is the problem?

It appears not all the libraries are installed properly?  I don't know, just guessing.  But there should be a fix for this.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
I found an issue with MariaDB 10.0.x where missing/wrong connect to mysqli (Kloxo-MR using mysqli extension instead mysql extension).

When install mariadb 10.0.x with php52s, running 'lxphp.exe -m' (listing php extensions) not including mysqli and panel not able to accessed. But, when using mariadb 5.5 with php52s is otherwise.

So, I still thinking to convert mysqli code to pdo-mysql in Kloxo-MR and don't back to mysql code.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.067 seconds with 19 queries.

web stats analysis