Von lokalem Server auf lima-city MySql zugreifen?
lima-city → Forum → Programmiersprachen → PHP, MySQL & .htaccess
administration
code
diverse fehlermeldungen
entwickeln
fehlermeldung
file
flag
funktion
gefunden danke
idee
jemand
methode
problem
set
tool
url
verbindung
zugreifen
-
Hallo!
Ich möchte meine Seite am lokalen Webserver entwickeln, aber schon auf die lima-city-MySQL zugreifen, bekomme aber diverse Fehlermeldungen. Habe mir eine Klasse geschrieben, die von mysqli abgeleitet ist und die mysqli-Funktion der Elternklasse aufruft, um eine Verbindung herzustellen. Mit der lokalen MySQL-DB funktioniert das ohne Probleme, jedoch nicht, wenn ich (mit den korrekten Zugriffsdaten) auf die online zugreifen möchte.. Hat dazu jemand ne Idee, was ich übersehen bzw. falsch machen könnte?
Hier die Fehlermeldungen:
Warning: mysqli::mysqli() [mysqli.mysqli]: Premature end of data (mysqlnd_wireprotocol.c:554) in C:\xampp\htdocs\...\DBConnection.php on line 36
Warning: mysqli::mysqli() [mysqli.mysqli]: OK packet 1 bytes shorter than expected in C:\xampp\htdocs\...\DBConnection.php on line 36
Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/2000): mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in C:\xampp\htdocs\...\DBConnection.php on line 36
Warning: mysqli::query() [mysqli.query]: Couldn't fetch DBConnection in C:\xampp\htdocs\...\DBConnection.php on line 37
Warning: mysqli::query() [mysqli.query]: Couldn't fetch DBConnection in C:\xampp\htdocs\...\Counter.php on line 49
DBConnection.php:
34: public function __construct() 35: { 36: parent::mysqli($this->mysqli_host, $this->mysqli_user, $this->mysqli_pw, $this->mysqli_db, $this->mysqli_port); 37: $this->query("SET NAMES 'utf8'"); 38: }
Counter.php:
49: if(!($result = $mysqli->query($query))) 50: { 51: return false; 52: }
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Ah, ok, das hatt' ich nicht gefunden, danke!
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage