PDA

View Full Version : cannot connect to mysql


jaikanak
12-30-04, 08:13 AM
hi
can some one help me. when i try to connect to mysql, i get the error message
Warning: mysql_connect(): Can't connect to MySQL server on 'ns3.powweb.com' (60) in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

how do i connect to my database :confused: :confused: :confused:

thankz for the consideration
jai

IanS
12-30-04, 08:27 AM
hi
can some one help me. when i try to connect to mysql, i get the error message
Warning: mysql_connect(): Can't connect to MySQL server on 'ns3.powweb.com' (60) in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

how do i connect to my database :confused: :confused: :confused:

thankz for the consideration
jaiYour database isn't located on ns3.powweb.com - check in OPS to find the correct location.

jaikanak
12-30-04, 09:00 AM
hi i am still getting the same message

Warning: mysql_connect(): Unknown MySQL server host 'mysql09.powweb.com ' (1) in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 331
phpBB : Critical Error

Could not connect to the database

please help

Arun
12-31-04, 09:30 AM
You first need to create a MySQL DB in the OPS.
When you create a database the OPS will give the message on which mysql server your database is made.
Then you need to Add a user to the Database you made.
You can now declare all these info ie mysqlhost, your databasename your database user and the password for the user in the phpBB config file.....

tbonekkt
12-31-04, 11:09 AM
Warning: mysql_connect(): Unknown MySQL server host 'mysql09.powweb.com ' (1) in /www/j/jaikanak1/htdocs/phpBB2/db/mysql4.php on line 48You have a space after 'mysql09.powweb.com' on your config. Take out that space and you'll be set.