Search results

  1. R

    Cannot connect to the database

    I create a database and a user from cpanel DB name : "nickname_dbname" DB user : "nickname_dbuser" DB pwd : "a password" on the config file of my application i set $DBhost = "localhost"; $DBuser = "nickname_dbuser"; $DBpass = "a password"; $DBName = "nickname_dbname"; then i...
Top