• Hi there
    I am getting following error messages:

    Warning: mysqli_real_connect(): (28000/1045): Access denied for user ‘userx’@’localhost’ (using password: YES) in /var/www/mydomain_com/public_html/wp-includes/wp-db.php on line 1452

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/mydomain_com/public_html/wp-includes/wp-db.php on line 1482

    Warning: mysql_connect(): Access denied for user ‘userx’@’localhost’ (using password: YES) in /var/www/mydomain_com/public_html/wp-includes/wp-db.php on line 1482

    using PHP Version 5.6.13-0 with mySQL 5.5.44-0

    Seems something to be with PDO. Is there a step by step instruction how to fix that?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter agoe312

    (@agoe312)

    For your information:

    phpinfo shows:
    PDO support enabled
    PDO drivers mysql

    Hi Agoe312,

    Looks like you run Linux, and with latest versions of PHP and MySQL.

    Looks like something is wrong on the user trying to access MySQL. Sure about password and access?

    I doubt it’s the issue, but for PDO Apache extension, can you run
    an automated update like we do on Debian (I use Ubuntu), or something like that:

    sudo apt-get update

    It’s also possible you use too latest versions of php or mysql, a “more” stable version is in general preferable to what you run.

    Good luck,

    This is my site: https://easyboi.com/

    please help expert someone…..thanks advanced.

    Also having issues.

    can you access the mysql for the user described in wp-config.php, and what is the permissions for wp-content folder

    Moderator t-p

    (@t-p)

    @kawsarg,

    @uacepoxyflooring,

    if both of you need assistance, then, as per the Forum Welcome, please post your own topic. That way you stand a good chance of getting full attention to your specific issue. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. Thus one problem, on one setup is not indicative of the functionality and reliability of an application as a whole.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Installation fails’ is closed to new replies.