xeoncross / forumfive

A < 10kB forum system in PHP - Code Golf
164 stars 18 forks source link

DB Error - PDOException' with message 'SQLSTATE[HY000] #12

Open Thomas89 opened 8 years ago

Thomas89 commented 8 years ago

Hey!

I can not connect to the database ... I usually use PHP & MySQLi , and I can not connect at all with the PDO connection, not even Google has managed to help me with this :(

Can someone please help me , how should the database.sq3 file be? Is very grateful for the help!

DB Config (localhost): db-host: - localhost db-user: - root db-pass: - (no password) db-name: - forumfive url: - http://forumfive-test.localhost

xeoncross commented 8 years ago

Do you have the PDO extension installed? What version of PHP do you have installed? What error is shown?