From: Hank F. <ha...@pr...> - 2002-07-05 15:38:47
|
Hi all, I'm using a hosted configuration, a pretty standard RH ISP install. I've created a MySQL database, phpwiki, and a user to access that database, wikiuser. According to my ISP, they are to be referenced as prosys_phpwiki and prosys_wikiuser, respectively. In addition, the ISP says the database is at localhost. So, my dns line in index.php is: 'dsn' => 'mysql://prosys_wikiuser:<password>@localhost/prosys_phpwiki' This is the error I'm getting from running the wiki: ( [nativecode=Access denied for user: 'prosys_wikiuser@localhost' to database 'prosys_phpwiki'] ** mysql://prosys_wikiuser:XXXXXXXX@localhost/prosys_phpwiki) I've deleted and remade the user, in order to check whether a password misspelling was at fault. TIA for any hints on where to look, Hank Fay |