Author Topic: Problem in MyBlitzortung  (Read 1632 times)

0 Members and 1 Guest are viewing this topic.

Offline sv2bzq

  • Member
  • *
  • Posts: 16
    • Live Weather Data From Greece
Problem in MyBlitzortung
« 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.
« Last Edit: September 28, 2013, 05:18:21 PM by sv2bzq »

Offline BigOkie

  • Forecaster
  • *****
  • Posts: 1367
  • Tulsa, OK
    • KOKTULSA13
Re: Problem in MyBlitzortung
« Reply #1 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?
Current setup: Davis Vantage Pro 2 Plus Wireless
Weather radios:
Reecom R-1650
Sangean CL-100
Uniden Home Patrol I

Offline sv2bzq

  • Member
  • *
  • Posts: 16
    • Live Weather Data From Greece
Re: Problem in MyBlitzortung
« Reply #2 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.

Offline Cutty Sark Sailor

  • WxElement panel
  • Forecaster
  • *****
  • Posts: 3394
    • Frankfort Weather - TwinHollies WeatherCenter
Re: Problem in MyBlitzortung
« Reply #3 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_");
 


Offline sv2bzq

  • Member
  • *
  • Posts: 16
    • Live Weather Data From Greece
Re: Problem in MyBlitzortung
« Reply #4 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.
« Last Edit: September 29, 2013, 03:26:14 PM by sv2bzq »

 

anything