HELP ! What did I do ?

Discussion in 'MySQL' started by Merk13, Jun 18, 2008.

  1. #1
    I am getting this ...


    I was messin around in the mysql cpanel last night and must have done something bad:eek:, please help:confused:
     
    Merk13, Jun 18, 2008 IP
  2. Merk13

    Merk13 Peon

    Messages:
    814
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    NICE, never mind all I got it worked out my own self.
     
    Merk13, Jun 18, 2008 IP
  3. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #3
    On a side note, you can't avoid MySql errors disclosing your website's path (/home/merk13/public_html/ etc etc) because this information can be used to exploit, inject or perform other security threats on your db.

    Just add the following code just below the php tag on your index.php this way

    
    <?php
    error_reporting(0);
    
    
    PHP:
     
    Trusted Writer, Jun 18, 2008 IP
  4. Merk13

    Merk13 Peon

    Messages:
    814
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks, I appreciate the advice.
     
    Merk13, Jun 18, 2008 IP