Hi people,

Well, I managed to set apache (1.3.31) + php (5.0.1) + mysql (5.0.1) on my laptop and it works find :-)

I am tried the same set up on my desktop and I could not get it to work.

I can get Apache(1.3.31) + PHP (4.3.8) to work together and mysql (5.0.1) and php can see mysql but everytime I tried to access mysql via php it fails.
I did a netstat on my Win2K:
TCP G177276:2407 G177276.dist_domain1.guhsd.net:3306 ESTABLISHED
TCP G177276:2469 G177276.dist_domain1.guhsd.net:3306 CLOSE_WAIT
TCP G177276:3306 G177276.dist_domain1.guhsd.net:2407 ESTABLISHED


the error I get is:
*Warning*: mysql_select_db(): A link to the server could not be established in
Also:
*Fatal Error:* Could not connect to database.
Access denied for user 'ODBC'@'localhost' (using password: NO)


I do not have a user named 'ODBC'

Everyone of my phpcode is not connecting.  This is the message from moodle:

Error: Moodle could not connect to the database.

It's possible the database itself is just not working at the moment.

The admin should also check that the database details have been correctly specified in config.php

Database host: localhost
Database name: moodle
Database user: root

What should I check in Mysql?
All of this stuff work with mysql 3.?? and php 4.3.1

Thanks ,

Nestor :-)



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to