Search results

  1. C

    Access denied - MySQL

    i just posted the relevant bits. i've managed to resolve the issue now. thanks for the help and advice anyway.
  2. C

    Access denied - MySQL

    <?php // Database configuration. $config['hostname'] = 'localhost'; $config['username'] = 'mrchad_username'; $config['password'] = 'password'; $config['database'] = 'mrchad_database'; then to connect public function __construct($host, $username...
  3. C

    Access denied - MySQL

    that's the thing. i'm not using my default cPanel username/password to connect to the database. i am using different names to my cPanel name. all permissions are set correctly and i am setting up the configuration details correctly (it works fine on my localhost). i have edited the username...
  4. C

    Access denied - MySQL

    i thought that but it's not. nothing in my configuration file includes mrchad (apart from referencing to my account before the username) plus it would say access denied to localhost if it was a problem on my end whereas it says access denied to (i'm guessing) the MySQL server for x10hosting...
  5. C

    Access denied - MySQL

    I am unable to connect to the MySQL server. I get the error: Access denied for user 'mrchad'@'int.vital.web7.x10hosting.com' (using password: NO)
Top