MSQL verbindung fehlgeschlagen

Wichtiger Hinweis: Bitte ändert nicht manuell die Schriftfarbe auf schwarz sondern belasst es bei der Standardeinstellung. Somit tragt ihr dazu bei dass euer Text auch bei Verwendung unseren dunklen Forenstils noch lesbar ist!

Tipp: Ihr wollt längere Codeausschnitte oder Logfiles bereitstellen? Benutzt unseren eigenen PasteBin-Dienst Link
  • Hey ;) Ich hab im meinem SCRIPT die Mysql daten definiert (natürlich richtig) die ich von samp4you habe.
    Und ich krieg im Log immer diesen Fehler:


    [20:46:08] >> mysql_connect(127.0.0.1, samp3235, samp3235_logan, ******) on port 3306
    [20:46:08] CMySQLHandler::CMySQLHandler() - constructor called.
    [20:46:08] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "samp3235_logan" | Username: "samp3235"
    [20:46:09] CMySQLHandler::Connect() - Can't connect to MySQL server on '127.0.0.1' (10061) (Error ID: 2003)


    Im meim Script steht nur:


    #define SQL_HOST "127.0.0.1"#define SQL_USER "samp3235"#define SQL_PASS "pw hier eintragen :P"#define SQL_DATA "samp3235_logan"


    und als connection


    dbhandle = mysql_connect(SQL_HOST,SQL_USER,SQL_DATA,SQL_PASS);


    und wenn ich die connection schließen will


    mysql_close(dbhandle);


    Wer kann mir helfen ;) ?


    (P.S. ja ich hab dbhandle als new :P )


    LG

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • Mysql R7 win32 vs9 ;)

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • localhost funktioniert auch nicht...
    €: Wieso geht auch 127.0.0.1 nicht ?

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox

  • Für alle ich hab das Problem gelöst:
    Bei Samp4you muss man den externen zugriff aktivieren ;)
    Die IP muss man dann beim Host angeben ;)
    LG

    "Imagine if the government went after corruption as hard as it goes after guys who run filesharing sites. Priorities. " - @Snowden
    "More worrying than FBI temporarily running a server that contained child porn, is hacking computers anywhere in the world with one warrant" - @josephfcox