Search results

  1. A

    mysql connection

    Hi Vishal Checked that the account has full privilleges : It has... If it helps, I tried instaling some CMS from Softaculous (Joomla ) and the installation process of those software failed with DB error ( the install process create the DB and user..) Below is the error I got from my short...
  2. A

    mysql connection

    HI cannot connect to my sql db vith the following php script ( I have no problem connecting to PHP myAdmin...) ================================================== <?php $host = "localhost"; //database location $user = "ambilly_aymon"; //database username $pass = "*******"; //database password...
Top