Search results

  1. C

    mySQL connection issue after upgrading Chopin on 01-18-2010

    So I had the same problem and ran thru the same resolution attempts. Finally found that adding my account panel username to my sql user worked. Something like this ... Was: $con = mysql_connect("localhost","myuser","XXXXXXXX"); Now: $con =...
  2. C

    MySql Error

    So I had the same problem and ran thru the same resolution attempts. Finally found that adding my account panel username to my sql user worked. Something like this ... Was: $con = mysql_connect("localhost","myuser","XXXXXXXX"); Now: $con =...
Top