>I was trying to install "astGUIclient" following the "SCRATCH INSTALLATION" document. >After I finished Step (6.1) -- creating the MySQL "asterisk" database and try to >do http://10.10.10.15/astguiclient/admin.php, it failed. The following are the >warning or error messages: >Any idea where is the problem?
You might just need to run this statement in mysql: GRANT SELECT,INSERT,UPDATE,DELETE on asterisk.* to [EMAIL PROTECTED] IDENTIFIED BY "1234"; For some reason MySQL doesn't always see localhost as fitting the % wildcard and you have to explicitly give localhost users permissions. MATT--- Thanks Ken ============================================================================ ============== Warning: mysql_connect(): Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /usr/local/apache2/htdocs/astguiclient/dbconnect.php on line 3 Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /usr/local/apache2/htdocs/astguiclient/admin.php on line 41 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/apache2/htdocs/astguiclient/admin.php on line 42 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/astguiclient/dbconnect.php:3) in /usr/local/apache2/htdocs/astguiclient/admin.php on line 52 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache2/htdocs/astguiclient/dbconnect.php:3) in /usr/local/apache2/htdocs/astguiclient/admin.php on line 53 Invalid Username/Password: ||| |SELECT count(*) from phones where login='' and pass='' and active = 'Y' and status='ADMIN';| ============================================================================ =========== -- _______________________________________________ Find what you are looking for with the Lycos Yellow Pages http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp ?SRC=lycos10 _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
