vesta
vesta copied to clipboard
Update mysqlnd in installer process
Operating System (OS/VERSION):
Debian 10
VestaCP Version:
myVesta 0.9.8-26-49
Other Notes:
When will you guys update - Database client version: libmysql -
mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
MyVestacp shouldn't be installing dev version but the stable version.
Problem this causes - Chinese and Japanese characters not working with mysql when inputting data into database
it's not related to Vesta / myVesta. is it php module? did you installed php from sury.org repo? (using multi-php?)
this is from a regular install which I'm guessing is using the repo. Is there by any chance instruction to update or a fix that I can follow?
https://github.com/myvesta/vesta/blob/master/install/vst-install-debian.sh i can't find -dev version in installer.
by the way, 'dev' not means 'dev version' but 'version that contains source code that is needed for compiling other stuff'.
what are you typing in order to get:
mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
?
I just followed the installer. i tried it in both ubuntu and debain the same outcome causes.
again, what command are you typing in SSH in order to get this console output:
mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
?
i dont touch the console after the installation. i visited phpmyadmin and look in web server in the homepage
Brand new install https://imgur.com/6hwW5c1
The version number 5.0.12-dev refers to the mysqlnd driver version, not the mysql server or libmysql.
5.0.12 is the latest version of mysqlnd driver. See https://github.com/php/php-src/blob/PHP-7.3.31/ext/mysqlnd/mysqlnd.h#L24