Forums

PHP

This topic is locked

Error no: 1044 Access denied for user

Posted 05 Aug 2002 01:44:51
1
has voted
05 Aug 2002 01:44:51 ruben hoogervorst posted:
I'am having problems with the connectiong file phakt made. Here's the code:
<?php
/* FileName="Connection_php_direct.htm" "driver=org.gjt.mm.mysql.Driver|url=jdbc:mysql://localhost/Meerstaddb|uid=administrator|pword=admin"
Type="JDBC"
Catalog=""
Schema=""
HTTP="false"
*/
if(!isset($PHP_SELF)){
$PHP_SELF=getenv("SCRIPT_NAME";
}
if (!isset($QUERY_STRING)){
$QUERY_STRING="";
}
if (!isset($REQUEST_URI)){
$REQUEST_URI=$PHP_SELF;
}
$MM_connMeerstaddb_HOSTNAME = "localhost";
$MM_connMeerstaddb_DBTYPE = "mysql";
$MM_connMeerstaddb_DATABASE = "meerstaddb";
$MM_connMeerstaddb_USERNAME = "administrator";
$MM_connMeerstaddb_PASSWORD = "admin";
$MM_connMeerstaddb_LOCALE = "Us";
$MM_connMeerstaddb_MSGLOCALE = "En";
$MM_connMeerstaddb_CTYPE = "P";
$KT_locale = $MM_connMeerstaddb_MSGLOCALE;
$KT_dlocale = $MM_connMeerstaddb_LOCALE;
$KT_serverFormat = "%Y-%m-%d %H:%M:%S";
$QUB_Caching = false;


I tried everything to make it work I'am sure that the pasword and the username are correct. Please help me to solve this problem
<img src=../images/dmxzone/forum/icon_smile_dead.gif border=0 align=middle>

Replies

Replied 07 Aug 2002 15:44:39
07 Aug 2002 15:44:39 Aurel Sorin Cirstoiu replied:
Please send me your files and a database dump.


-----------------------
Cirstoiu Aurel Sorin
InterAKT Support
www.interakt.ro
-----------------------

Reply to this topic