Re: Mysql et php5.6 => 7.4

2021-04-17 Par sujet Jean-Michel OLTRA
Bonjour, Le samedi 17 avril 2021, ajh-valmer a écrit... > $mysqli = new mysqli($servername, $username, $password, "association"); > if ($mysqli->connect_errno) { > echo "Echec lors connexion MySQL : (" . $mysqli->connect_errno . ") " . > $mysqli->connect_error; > } >

Re: Mysql et php5.6 => 7.4

2021-04-17 Par sujet ajh-valmer
On Wednesday 14 April 2021 22:09:38 Jean-Michel OLTRA wrote: > Tiens, une doc en français : > https://www.php.net/manual/fr/mysqli.quickstart.connections.php > MariaDB [mysql]> select user, plugin, host from user; > (chez moi, c'est MariaDB, pas mysql). >