Problem mit mysql r6 auf Linux

  • Problem mit mysql r6 auf Linux

    Guten Tag, ich habe ein problem mit Linux server undswar habe ich es
    jetzt auf mysql r6 von BlueG gebracht aber der server geht nicht an
    und nix geht an versionen auf den Linux server auf mein pc geht alles ohne fehler

    hier die server log

    Brainfuck-Quellcode

    1. [pwn]----------
    2. Loaded log file: "server_log.txt".
    3. ----------
    4. SA-MP Dedicated Server
    5. ----------------------
    6. v0.3e-R2, (C)2005-2012 SA-MP Team
    7. [15:47:44] mapname = "San Andreas" (string)
    8. [15:47:44]
    9. [15:47:44] Server Plugins
    10. [15:47:44] --------------
    11. [15:47:44] Loading plugin: streamer.so
    12. [15:47:44]
    13. *** Streamer Plugin v2.5.2 by Incognito loaded ***
    14. [15:47:44] Loaded.
    15. [15:47:44] Loading plugin: mysql.so
    16. [15:47:44]
    17. > MySQL plugin R6 successfully loaded.
    18. [15:47:44] Loaded.
    19. [15:47:44] Loading plugin: sscanf.so
    20. [15:47:44]
    21. [15:47:44] ===============================
    22. [15:47:44] sscanf plugin loaded.
    23. [15:47:44] (c) 2009 Alex "Y_Less" Cole
    24. [15:47:44] 0.3d-R2 500 Players "dnee"
    25. [15:47:44] ===============================
    26. [15:47:44] Loaded.
    27. [15:47:44] Loaded 3 plugins.
    28. [15:47:44]
    29. [15:47:44] Filterscripts
    30. [15:47:44] ---------------
    31. [15:47:44] Loading filterscript 'LOL.amx'...
    32. [15:47:44] Loaded 1 filterscripts.
    33. [15:47:44] Verbindung hergestellt.[/pwn]
    Alles anzeigen


    er geht einfach aus ohne eine fehler meldung oder sohnst was
    der linux server ist ein x64 squeeze

    Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von PawnFox ()

  • ich habe nur dbug da und die sieht so aus
    [15:47:44] ---------------------------
    [15:47:44] MySQL Debugging activated (10/24/12)
    [15:47:44] ---------------------------
    [15:47:44]
    [15:47:44] >> mysql_connect( )
    [15:47:44] CMySQLHandler::CMySQLHandler() - constructor called.
    [15:47:44] CMySQLHandler::CMySQLHandler() - Connecting to "gta4.me" | DB: "usr_web22_3" | Username: "web22" ...
    [15:47:44] CMySQLHandler::Connect() - Connection was successful.
    [15:47:44] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
    [15:47:44] >> mysql_ping( Connection handle: 1 )
    [15:47:44] CMySQLHandler::Ping() - Connection is still alive.
    [15:47:44] >> mysql_query( Connection handle: 1 )
    [15:47:44] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `buycars` (`ID` int(5) NOT NULL,`Model` int(5) NOT NULL,`X` float NOT NULL,`Y` float NOT NULL,`Z` float NOT NULL,`R` float NOT NULL,`Farbe1` int(3) NOT NULL,`Farbe2` int(3) NOT NULL,`Preis` int(10) NOT NULL, `Edit` int(2) NOT NULL, `Autohaus` int(3) NOT NULL)) - Successfully executed.
    [15:47:44] >> mysql_query( Connection handle: 1 )
    [15:47:44] CMySQLHandler::Query( CREATE TABLE IF NOT EXISTS `playercars` (`ID` int(5) NOT NULL,`Model` int(5) NOT NULL,`X` float NOT NULL,`Y` float NOT NULL,`Z` float NOT NULL,`R` float NOT NULL,`Farbe1` int(3) NOT NULL,`Farbe2` int(3) NOT NULL,`Preis` int(10) NOT NULL, `Lock` int(2) NOT NULL, `Owner` varchar(30) NOT NULL, `Zweitbesitzer` varchar(30) NOT NULL, `Tank` int(5) NOT NULL, `Km` float NOT NULL,`Leben` float NOT NULL, `Schild` varchar(30) NOT NULL,`Nitro` int(5) NOT NULL, `Hydraulic` int(5) NOT NULL, `Reifen` int(5) NOT NULL, `Auspuff` int(5) NOT NULL, `SideL` int(5) NOT NULL, `SideR` int(5) NOT NULL, `FB` int(5) NOT NULL, `RB` int(5) NOT NULL, `Spoiler` int(5) NOT NULL, `Roof` int(5) NOT NULL, `Hood` int(5) NOT NULL, `Vents` int(5) NOT NULL, `Lampen` int(5) NOT NULL, `PaintJob` int(5) NOT NULL, `Neon` int(5) NOT NULL, `Neonid` int(5) NOT NULL)) - Successfully executed.
    [15:47:44] >> mysql_free_result( Connection handle: 1 )