Skip to content

Instantly share code, notes, and snippets.

@odan
Last active June 4, 2023 19:44
Show Gist options
  • Save odan/c799417460470c3776ffa8adce57eece to your computer and use it in GitHub Desktop.
Save odan/c799417460470c3776ffa8adce57eece to your computer and use it in GitHub Desktop.
XAMPP - Replacing MariaDB with MySQL

XAMPP - Replacing MariaDB with MySQL

This post has been deleted.

@cleitonoliveira
Copy link

Thank you for the tut, it helped me a lot. About the start/stop issue, @addylov89 solves it.

@projinitech
Copy link

Worked like charm. Replaced MariaDB 10.1.34 with MySQL 5.6.41.
Now MySQL Workbench works well with MySQL on XAMPP.
Thanks

@altrusl
Copy link

altrusl commented Sep 5, 2018

my.ini should be in the bin directory

@weratad
Copy link

weratad commented Sep 14, 2018

Yes move my.ini should be in the bin directory
Work now

@JustinDraude
Copy link

Worked like a charm. Cheers guys. my.ini does need to be in the bin directory, indeed.

@eyalroth
Copy link

eyalroth commented Mar 2, 2019

The MySQL server should be restarted after the mysql_upgrade.exe command, otherwise there might be errors.

See: https://stackoverflow.com/questions/6288103/native-table-performance-schema-has-the-wrong-structure

@Jakhongir91
Copy link

Is it possible to do the same for mac OS?

@Gegeenmedia
Copy link

Hello @odan, i faced mysqld.exe - System error.

The code execution cannot proceed because msvcr120.dll was not found. Reinstalling the program may fix this problem.
Please help me.

Thank you.

@bornemisza
Copy link

@akaki1991

Make sure you have installed the 32-bit version of MySQL. The 64-bit version is not compatible with the XAMPP Control Panel.

Worst news :(
Btw, would be great to see in the https://odan.github.io/2019/11/17/xampp-replacing-mariadb-with-mysql-8.html description
This answer sold my problem 👍

@loyison
Copy link

loyison commented Feb 27, 2020

I have followed all the steps its still not working,

The code execution cannot proceed because msvcr120.dll was not found. Reinstalling the program may fix this problem.

installed the 32 bit updated my.ini

@odan
Copy link
Author

odan commented Feb 27, 2020

@loyison The file MSVCR120.dll should be part of the Microsoft Visual C++ 2013 Redistributable Package

https://www.microsoft.com/en-us/download/details.aspx?id=40784

@michaelprankl99
Copy link

Links aren't working anymore

@enigmaelectronica
Copy link

Bad... The links are broken... maybe Takedown?

@odan
Copy link
Author

odan commented Oct 1, 2020

@enigmaelectronica Sorry, the page has been deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment