FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Solved - Installation succesfull (?) no tables created

Feed 0 posts, 1 voices

Avatar
0 posts

I’ve seen a lot of topics about this problem I’ve read them but I can’t fix this one.
A pitty cause Froq CMS realy looks like a tool I’ll be using very often on various jobs.

The problem: I want to install the latest Frog CMS. I created a database “pht” with PHPMyAdmin, unzipped the download file into my apache webdir and surfed to the installation page. I fill out everything: using MySQL on localhost on the default port. Username and password are correct and I have privileges on the database.
I can login to MySQL and my other PHP projects (e.g. my self made cms) can still connect to their database soo I don’t think the should be anything wrong on my MySQL install.

The installation gives me those PHP warnings:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:\WWW\cms\frog\libraries\do_lite_drivers\DoMysql.php on line 66
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\WWW\cms\frog\libraries\do_lite_drivers\DoMysql.php on line 86

Can anyone please help me out here please.

Grtz
Vertongen

——- Solution ——-

Seems like all I needed was a little rest and the courage to re-check everything step by step.
I found out that I have PHP extension: mysqli which uses a default port 3309 that is different from the default port (3306) on the mysql PHP extension (no i at the end).

I suggest adding MySQLi to the choises of database and setting the default database port accordingly.

Grtz
Vertongen