Recent content by cldev01x

  1. cldev01x

    Error 503 Backend fetch failed

    I'm getting the same error on x01 Sorted now -thanks
  2. cldev01x

    PHP mySQL Update not working

    leafypiggy: thanks for the link, your help is very much appreciated (again)
  3. cldev01x

    PHP mySQL Update not working

    Thanks both, looks like I've got this script mangled instead of simplified. I will try again using PDO.
  4. cldev01x

    PHP mySQL Update not working

    I'm scratching my head on this a little, I would be very grateful for some help. I am attempting to make a very simple UPDATE to a specific row on a MySQL table from PHP. I have tried using PDO but cannot get this to work so I have simplified it to try and find the problem. I do not get any...
  5. cldev01x

    Reset MySQL admin password

    Ah-ha... leafypiggy, you are the man Thanks for your help.
  6. cldev01x

    ;-\

    ;-\
  7. cldev01x

    Reset MySQL admin password

    Hey descalzo Thanks for your response, you are correct: <<SQLLogin>> is not my cPanel username. I have attempted to follow these simple steps but I am not getting anywhere, maybe I am experiencing a problem with cPanel? I have clicked the cPanel Databases tab, then clicked the "cog" icon to...
  8. cldev01x

    Reset MySQL admin password

    Hi Dead-i Thanks for the quick response. I have re-tried that password but with no luck. What I'm trying to do is pretty simple, I have a PHP file which includes: $link = mysql_connect('localhost','<<SQLLogin>>','<<password>>') or die('Cannot connect to the DB Server')...
  9. cldev01x

    Reset MySQL admin password

    Now then, I am having trouble resetting the MySQL admin password - any suggestions please? I am a new free hosting user. I have tried using the "Manage Users" option on the Databases tab of the cPanel - but it is not responding - and I have also tried using SQL in myPHPAdmin but do not have...
Top