PDA

View Full Version : I get this error:


cben
6-14-03, 12:23 PM
" Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'mysql03.powweb.com ' (0) in removed real path on line 19
Unable to connect to database server! "

any ideas?

alphadesk
6-14-03, 12:30 PM
'mysql03.powweb.com '

Did you add a space at the end during config?

cben
6-14-03, 12:58 PM
where are the configuration instructions?

mjp
6-14-03, 02:05 PM
You can get back to the part of the install script where the db info is entered by going to:

http://YOURDOMAIN.COM/YOURDIR/catalog/install/install.php

re-enter the database connection information there, and see if you can connect.

mjp

I removed your real path from the error message above to prevent someone else from accessing your install script.

the-rc-zone.com
6-29-03, 06:15 AM
Incase you did not get the issue resolved, did you run oscommerce.sql in phpmyadmin? It is found on your server after the install inside the /install/ directory.

Just a iidea....you may have done that though.

felixpjr47
6-19-04, 04:08 AM
I had the same problem, but it is a quick fix. You have a space at the end of: 'mysql03.powweb.com '
Delete this space ^ and you will be set.
It took care of my promblem right away.