Demuri Celidze
Demuri Celidze

Reputation: 615

Which version of mysql client should I use?

I have VPS running Debian 8.6, PHP 7.0, MySQL 5.7. PhpMyAdmin shows me I have client version libmysql - mysqlnd 5.0.12-dev. I'm a bit confused about version - when I had MySQL 5.5, client was 5.5 too. Is my client correct? Do I need to upgarde to some other version?

Upvotes: 0

Views: 462

Answers (1)

Przemysław Jagielski
Przemysław Jagielski

Reputation: 223

In dotdeb.org I can't see php7-mysqlnd. If you installed php7.0-mysql, should be good. Did you installed mysql-client for 5.7?

Upvotes: 1

Related Questions