1

To compile AzerothCore, I need to install default-libmysqlclient-dev (it's libmysqlclient-dev for debian 9).

But since I use Percona instead of MySQL, I'm wondering if I should install default-libmysqlclient-dev or libperconaserverclient20-dev.

I couldn't find anything about a link/correlation between both. The only thing I've found is this quote:

After installing default-libmysqlclient-dev (which conflicts with/replaces libperconaserverclient20-dev) indexer works fine.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Barbz_YHOOL
  • 589
  • 4
  • 15

1 Answers1

1

According to this source, unless you're using some specific feature to Percona, either default-libmysqlclient-dev (libmysqlclient-dev) or libperconaserverclient20-dev will work.

J.D.
  • 51
  • 4