Project

General

Profile

Actions

Bug #247

closed

Probleme mit mysql connection

Added by Alexander Watzinger almost 10 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Category:
Data import/export
Target version:
Start date:
2014-04-19
Estimated time:
Found in version:

Description

Wenn ich versuche mich mit

mysql -u openatla_user -p -h 78.138.97.49 -P 3306 openatla_AtlasNAS

zu verbinden bekomme ich folgende Fehlermeldung:

Access denied for user 'openatla_user'@'84-112-251-10.dynamic.surfer.at' (using password: YES)

84.112.251.10 ist meine ip Adresse nach außen und ich dürfte als user openatla_user@irgendwo nicht akzeptiert werden.

Eine mögliche Lösung wäre den User von jedem host (%) zuzulassen:

GRANT ALL PRIVILEGES ON *.* TO  'USERNAME'@'%'  IDENTIFIED  BY  'PASSWORD';

Mehr Informationen zu der Fehlermeldung: http://stackoverflow.com/questions/8380797/enable-remote-mysql-connection (englisch)

Actions #1

Updated by Alexander Watzinger almost 10 years ago

  • Status changed from Assigned to Closed

sorry, mein Fehler (hatte ein Leerzeichen im Passwort - peinlich)

funktioniert, closed

Actions #2

Updated by Alexander Watzinger almost 9 years ago

  • Category set to 51
Actions #3

Updated by Alexander Watzinger almost 9 years ago

  • Project changed from 9 to OpenAtlas
  • Category changed from 51 to 52
Actions #4

Updated by Alexander Watzinger almost 9 years ago

  • Target version set to Alpha
Actions #5

Updated by Alexander Watzinger over 4 years ago

  • Category changed from 52 to Data import/export
Actions

Also available in: Atom PDF