Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

MySQLi or MariaDB

Engaged ,
Mar 21, 2017 Mar 21, 2017

I just noticed that the latest version of XAMPP has replaced MySQL with MariaDB, which I have never heard of. To my knowledge, both Joomla and Wordpress continue to use MySQLi. I supposed I could just continue to use older versions of XAMPP but I find this disappointing.

681
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guru , Mar 21, 2017 Mar 21, 2017

MariaDB was made by the same programmer who wrote MySQL. It is extremely similar to MySQL and you can use MySQLi or PDO to interact with it. You won't notice a difference.

Translate
Guru ,
Mar 21, 2017 Mar 21, 2017

MariaDB was made by the same programmer who wrote MySQL. It is extremely similar to MySQL and you can use MySQLi or PDO to interact with it. You won't notice a difference.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 21, 2017 Mar 21, 2017
LATEST

Thanks, Rob!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines