Can someone tell me what is means

Discussion in 'Databases' started by TerryOttawa, Oct 20, 2013.

  1. #1
    Fatal error: Call to undefined function mysql_connect() in /home/levelpla/public_html/core/vb/database.php on line 309
    Thanks
     
    TerryOttawa, Oct 20, 2013 IP
  2. lvpshosting

    lvpshosting Member

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Can you try to use phpinfo() for determining if mysql is running correctly. In genernal you should not use mysql anymore more but rather the new improved version of mysql, called mysqlihttp://php.net/manual/de/book.mysqli.php
    You can in addition programmatically check if a function exists with method_exists method

    Also, please tell us which OS do you run?
    Do you have any control panel?
    Is this happening on all your web sites or just on this one?
     
    lvpshosting, Oct 21, 2013 IP
  3. jscg

    jscg Well-Known Member

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    3
    Trophy Points:
    108
    Digital Goods:
    2
    #3
    Check if your mysql server is working, or even if its installed :)

    The script cannot connect to your mysql server.
     
    jscg, Oct 23, 2013 IP