Installing PHP Link Directory and getting SQL Syntax error

Discussion in 'MySQL' started by hakkimone, Dec 7, 2012.

  1. #1
    The Error message given below...

    An error occured while creating/updating the database structure. Please check if you have appropriate database rights.
    If you require help with your database server settings, please consult your hosting company.
    The database server returned the following message:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Stores all the links with informations'' at line 46


    Maybe somebody has ever had this error installing other similar scripts and knows how to solve it. Thanks in advance.
    I am searching similar thread throw this SQL forum. I can't see anything. So any similar post in this post add the link as a reply post. thanks to all.
     
    Solved! View solution.
    hakkimone, Dec 7, 2012 IP
  2. #2
    Check to be sure that the script wasn't written for an earlier or later version of MySQL that you're installing to. A good script will tell you what the minimum version number of PHP and MySQL you need to be running. (If the script is written for a much earlier version than the one you're running that also can cause problems.)
     
    Rukbat, Dec 7, 2012 IP