Answers for "mysqli::real_connect(): (HY000/1698): Access denied for user 'root'@'localhost"

1

mysqli_real_connect(): (HY000/1698): Access denied for user 'root'@'localhost'

ALTER USER 'root'@'localhost' IDENTIFIED BY 'mysql';
Posted by: Guest on January-03-2021
0

mysqli::real_connect(): (HY000/1045): Access denied for user 'pma'@'localhost' (using password: NO)

$cfg['Servers'][$i]['port'] = '3307';
Posted by: Guest on March-19-2020

Code answers related to "mysqli::real_connect(): (HY000/1698): Access denied for user 'root'@'localhost"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language