Gianni Del Pin - 2008-10-01

Hi Sirs,
I'm not properly skilled in php/mysql but I tried to run GEnus 1.0 beta2a 'cause I want to set up a simple DMS in my office and this program seems a good choice.

I first downloaded and installed Easyphp 2.0.0.0.
Apache and Mysql run automatically and show no errors
Then I set 'all privileges' and no password to all mysql users

I unzipped and copied the folder 'GEnus 1.0 beta2a ' into the \www sub-directory of the easyphp installation folder

I opened the browser and pointed to http://127.0.0.1, then I clicked on the folder "genus1.0-beta2/" and  the 'setup of the system-step 1' page started telling that
php==> ok
mysql ==> ok
servername ==>127.0.0.1
serverport ==> 80
subfolders==>/genus1.0-beta2/install/

continue...step2

database server ==>192.1.1.39 (my pc ip address)
database port==> 3306
database to use==> test1
create database now==> yes
database user ==>root
password==>[none]
applicationuser==> delpin
password==> [none]

test...
and I get this error
"Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '192.1.1.39' (10061) in C:\Programmi\EasyPHP 2.0b1\www\genus1.0-beta2\install\step2.php on line 39
hostname.' failed.'; return false; } else { $sel_db=mysql_select_db($database); // SELECT THE DATABASE if (!$sel_db) die("unable to select db, does the database ".$database." exist?"........

I noticed that an empty database named test1 is anyways  created.
I installed mysql_ODBC_5.1_connector drivers and tried to create a temporary user DSN on windows ODBC management: the mysql drivers do connect with the database test1.

Please, could you tell me what's wrong in my procedure?
Best regards,
Gianni Del Pin