From: Zeljko B. <zb...@mi...> - 2002-03-23 00:03:03
|
Am I doing something wrong ? Can anyone help? THIS is What I get from running the script: zblace@usw-pr-shell2:/home/groups/m/mm/mm-void/sfWiki$ ./gen-table.php3 <br> <b>Warning</b>: MySQL Connection Failed: Access denied for user: 'zb...@us...' (Using password: YES) in <b>./gen-table.php3</b> on line <b>20</b><br> <br> <b>Warning</b>: Supplied argument is not a valid MySQL-Link resource in <b>./gen-table.php3</b> on line <b>21</b><br> <br> <b>Warning</b>: Supplied argument is not a valid MySQL-Link resource in <b>./gen-table.php3</b> on line <b>5</b><br> Topic table created successfully. <br> <b>Warning</b>: Supplied argument is not a valid MySQL-Link resource in <b>./gen-table.php3</b> on line <b>5</b><br> Session table created successfully. <br> <b>Warning</b>: Supplied argument is not a valid MySQL-Link resource in <b>./gen-table.php3</b> on line <b>5</b><br> User table created successfully. <br> <b>Warning</b>: Supplied argument is not a valid MySQL-Link resource in <b>./gen-table.php3</b> on line <b>5</b><br> Statistics table created successfully. ------------ THIS IS MY site.inc <?php /* filesystem characteristics */ $_SITE["portaldir"] = "/home/m/mm/mm-void/sfWiki/portal/"; $_SITE["mirrordir"] = $_SITE["portaldir"] . "htdocs/wiki/"; $_SITE["backupdir"] = $_SITE["portaldir"] . "BACKUP/"; /* website characteristics */ $_SITE["docrootdir"] = "/sfWiki/"; $_SITE["darkbgcolor"] = "#737B9C"; $_SITE["lightbgcolor"] = "#EEEEF8"; $_SITE["textcolor"] = "#FFFFFF"; $_SITE["linkcolor"] = "#0000FF"; /* Who do I mail with problems, if anyone? */ $_SITE["mailto"] = "zb...@us..."; /* database characteristics */ $_SITE["dbhost"] = "mysql.sourceforge.net"; $_SITE["dbuser"] = "zblace"; $_SITE["dbpass"] = "mattasf"; $_SITE["database"] = "mmvoid"; $_SITE["dbtable"] = "sfwiki"; $_SITE["dbsessiontable"] = "sfwikisessiontable"; $_SITE["dbusertable"] = "sfwikiusertable"; $_SITE["dbstattable"] = "sfwikistattable"; /* CVS characteristics */ $_SITE["cvs_link"] = "cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/"; $_SITE["cvs_ctype_default"] = "text/plain"; $_SITE["cvs_ctype_html"] = "text/html"; ?> |