WXforum.net

Weather Station Hardware => Blitzortung => Topic started by: sv2bzq on September 28, 2013, 04:53:36 PM

Title: Problem in MyBlitzortung
Post by: sv2bzq on September 28, 2013, 04:53:36 PM
Hi...
I have a problem with the creating config.php
I take a message below:

Code: [Select]
Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user '747'@'localhost' (using password: YES) in E:\inetpub\vhosts\sv2bzq.gr\httpdocs\myblitzortung\includes\classes\Db\Mysqli.class.php on line 26
Database: Connect ERROR (1045) Access denied for user '747'@'localhost' (using password: YES

any idea ?

George.
Title: Re: Problem in MyBlitzortung
Post by: BigOkie on September 28, 2013, 06:14:37 PM
Hi...
I have a problem with the creating config.php
I take a message below:

Code: [Select]
Warning: mysqli::mysqli() [mysqli.mysqli]: (28000/1045): Access denied for user '747'@'localhost' (using password: YES) in E:\inetpub\vhosts\sv2bzq.gr\httpdocs\myblitzortung\includes\classes\Db\Mysqli.class.php on line 26
Database: Connect ERROR (1045) Access denied for user '747'@'localhost' (using password: YES

any idea ?

George.

This a local server or someplace you're being hosted at?
Title: Re: Problem in MyBlitzortung
Post by: sv2bzq on September 29, 2013, 03:42:43 AM
Quote
This a local server or someplace you're being hosted at?

Thanks for the answer ..
hosted to another server....

George.
Title: Re: Problem in MyBlitzortung
Post by: Cutty Sark Sailor on September 29, 2013, 06:43:04 AM
check your user and database name... if it's as shown in your msg
'747'@'localhost'  that may be the issue. First, remove quotes around @
I have a shared server, Apache Linux host and the
format for MySql user name would be
account_747
where account is user id required to sign into the host
followed by _
followed by database user name
747

BO_DB_NAME would be structured the same

so the my config file looks as this

define("BO_DB_USER", "accountname_msqlusername");
define("BO_DB_PASS", "password");
define("BO_DB_NAME", "accountname_databasename");
define("BO_DB_HOST", "localhost");
define("BO_DB_PREF", "bo_");
Title: Re: Problem in MyBlitzortung
Post by: sv2bzq on September 29, 2013, 09:31:36 AM
check your user and database name... if it's as shown in your msg
'747'@'localhost'  that may be the issue. First, remove quotes around @
I have a shared server, Apache Linux host and the
format for MySql user name would be
account_747
where account is user id required to sign into the host
followed by _
followed by database user name
747

BO_DB_NAME would be structured the same

so the my config file looks as this

define("BO_DB_USER", "accountname_msqlusername");
define("BO_DB_PASS", "password");
define("BO_DB_NAME", "accountname_databasename");
define("BO_DB_HOST", "localhost");
define("BO_DB_PREF", "bo_");

Ok.(thanks)..but ...
in Station List do not I get my station to some lists with other stations !!!!
my web link here : http://www.sv2bzq.gr/myblitzortung/

George.

:::::: OK NOW WORK FINE ::::::
TANKS FOR HELP ..

George.