Skocz do zawartości

majesgrudziadz

Użytkownicy
  • Zawartość

    12
  • Rejestracja

  • Ostatnio

Reputacja

-9 Coś nie tak

1 obserwujący

O majesgrudziadz

  • Ranga
    Nowy użytkownik
  1. ts3 a baza mysql

    2h 20 minut szukam rozwiazania i nie moge sobie poradzic Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
  2. ts3 a baza mysql

    po tych komendach co mi wyzej podales faktycznie mysql przestal dzialac :/ teraz jestem w du** bo z linuxem bylem biegly z 6 lat temu a tyle to mam przerwy :/ # # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports. # Run program with --help to get a list of available options and with # --print-defaults to see which it would actually understand and use. # # For explanations see # http://dev.mysql.com/doc/mysql/en/server-system-variables.html # This will be passed to all mysql clients # It has been reported that passwords should be enclosed with ticks/quotes # escpecially if they contain "#" chars... # Remember to edit /etc/mysql/debian.cnf when changing the socket location. [client] port = 3306 socket = /var/run/mysqld/mysqld.sock # Here is entries for some specific programs # The following values assume you have at least 32M ram # This was formally known as [safe_mysqld]. Both versions are currently parsed. [mysqld_safe] socket = /var/run/mysqld/mysqld.sock nice = 0 [mysqld] # # * Basic Settings # user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp language = /usr/share/mysql/english skip-external-locking # # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. bind-address = 127.0.0.1 # # * Fine Tuning key_buffer = 16M max_allowed_packet = 16M thread_stack = 192K thread_cache_size = 8 # This replaces the startup script and checks MyISAM tables if needed # the first time they are touched myisam-recover = BACKUP #max_connections = 100 #table_cache = 64 #thread_concurrency = 10 # # * Query Cache Configuration # query_cache_limit = 1M query_cache_size = 16M # # * Logging and Replication # # Both location gets rotated by the cronjob. # Be aware that this log type is a performance killer. # As of 5.1 you can enable the log at runtime! #general_log_file = /var/log/mysql/mysql.log #general_log = 1 # # Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf. # # Here you can see queries with especially long duration #log_slow_queries = /var/log/mysql/mysql-slow.log #long_query_time = 2 #log-queries-not-using-indexes # # The following can be used as easy to replay backup logs or for replication. # note: if you are setting up a replication slave, see README.Debian about # other settings you may need to change. #server-id = 1 #log_bin = /var/log/mysql/mysql-bin.log expire_logs_days = 10 max_binlog_size = 100M #binlog_do_db = include_database_name #binlog_ignore_db = include_database_name # # * InnoDB # # InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/. # Read the manual for more InnoDB related options. There are many! # # * Security Features # # Read the manual, too, if you want chroot! # chroot = /var/lib/mysql/ # # For generating SSL certificates I recommend the OpenSSL GUI "tinyca". # # ssl-ca=/etc/mysql/cacert.pem # ssl-cert=/etc/mysql/server-cert.pem # ssl-key=/etc/mysql/server-key.pem [mysqldump] quick quote-names max_allowed_packet = 16M [mysql] #no-auto-rehash # faster start of mysql but no tab completition [isamchk] key_buffer = 16M # # * IMPORTANT: Additional settings that can override those from this file! # The files must end with '.cnf', otherwise they'll be ignored. # !includedir /etc/mysql/conf.d/
  3. ts3 a baza mysql

    [config] host=localhost username=**** password=**** database=**** socket= **** - pola uzupełnione prawidłowo próbowałem z socket i bez z localhost i z 172.0.0.1 i dalej to samo
  4. ts3 a baza mysql

    mam zaintalowany mysql ... chodzi na nim strona internetowa utworzylem nowego usera dla ts3 z phpmyadmin moge sie z nim polaczyc ... po localhost z bash tez wchodzi nie rozumie dlaczego go nie widzi
  5. ts3 a baza mysql

    Czytam pierdylion poradników i żaden nie chce ruszyć. ldd pokazuje linux-gate.so.1 => (0x00c52000) libmysqlclient.so.15 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0095f000) libm.so.6 => /lib/libm.so.6 (0x00b64000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00223000) libc.so.6 => /lib/libc.so.6 (0x00241000) /lib/ld-linux.so.2 (0x00640000) tak prawa nadane ... w sqlite bez problemu sie uruchamia a w mysql ni chce dodam ze mam libmysqlclient.so.16 i nie moge zainstalowac niższego robiłem dowiązanie 15 do 16 i też nic Tak wiem tez to czytałem i podaje mi tak: Selecting previously deselected package libmysqlclient15off. (Reading database ... 28757 files and directories currently installed.) Unpacking libmysqlclient15off (from libmysqlclient15off_5.0.51a-24+lenny5_i386.deb) ... dpkg: dependency problems prevent configuration of libmysqlclient15off: libmysqlclient15off depends on mysql-common (>= 5.0.51a-24+lenny5); however: Package mysql-common is not installed. dpkg: error processing libmysqlclient15off (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libmysqlclient15off Czytam pierdylion poradników i żaden nie chce ruszyć. ldd pokazuje linux-gate.so.1 => (0x00c52000) libmysqlclient.so.15 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0095f000) libm.so.6 => /lib/libm.so.6 (0x00b64000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00223000) libc.so.6 => /lib/libc.so.6 (0x00241000) /lib/ld-linux.so.2 (0x00640000) tak prawa nadane ... w sqlite bez problemu sie uruchamia a w mysql ni chce dodam ze mam libmysqlclient.so.16 i nie moge zainstalowac niższego robiłem dowiązanie 15 do 16 i też nic Tak wiem tez to czytałem i podaje mi tak: Selecting previously deselected package libmysqlclient15off. (Reading database ... 28757 files and directories currently installed.) Unpacking libmysqlclient15off (from libmysqlclient15off_5.0.51a-24+lenny5_i386.deb) ... dpkg: dependency problems prevent configuration of libmysqlclient15off: libmysqlclient15off depends on mysql-common (>= 5.0.51a-24+lenny5); however: Package mysql-common is not installed. dpkg: error processing libmysqlclient15off (--install): dependency problems - leaving unconfigured Errors were encountered while processing: libmysqlclient15off A teraz jak uruchamiam podaje mi tak 2012-08-21 18:45:56.932990|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6.1 (2012-06-29 07:59:05) 2012-08-21 18:45:56.934378|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH 2012-08-21 18:45:56.934425|INFO |DatabaseQuery | | dbPlugin version: 1 2012-08-21 18:45:56.935134|ERROR |DatabaseQuery | | mysql_real_connect() failed with error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) Segmentation fault
  6. ts3 a baza mysql

    Panie moderatorze nie obrazaj pan ludzi szacunek nawet i do obcych powinno sie miec zasiadajac na takim stolku. Debian x86 - dystrybucja
  7. ts3 a baza mysql

    Ja szukałem a skoro cwaniaczysz bo masz Moderatora to może ty znalazłeś ? Znalazłem 14 różnych rozwiązań na ten teamt i je próbowałem i nic z nich nie działa Skoro moderator próbuje kogoś zjechać to musi znać odpowiedz na pytanie jeżeli znasz to się podziel powiem ci czy działa 14 znalezionych i żadne nie działa wciąż ten sam błąd
  8. ts3 a baza mysql

    panie kolego czy nie widzisz ze pisalem z tabletu ? zaraz bede probowal i obadam co i jak i jak beda bledy to wkleje troszke kultury by sie przydalo PS. skoro jest WHT to staraj sie pomoc a nie zachowywac sie jak wrozka Błędy są następujące takie same jak byly bez licensekey.dat ./ts3server_linux_x86 dbplugin=ts3db_mysql dbsqlcreatepath=create_mysql/ 2012-08-21 17:44:49.078618|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6.1 (2012-06-29 07:59:05) 2012-08-21 17:44:49.104603|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself 2012-08-21 17:44:49.104733|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_mysql.so", halting!
  9. ts3 a baza mysql

    probowalem jak nie mialem licencji i nie ladowalo serwera tzn byly bledy ... dzis obadam z licensekey.dat moze to cos pomoze ... odpisze po testach. Wysyane z mojego GT-P3100 za pomoc Tapatalk 2
  10. ts3 a baza mysql

    czy mógłby mi ktoś wytłumaczyć jak uruchomić ts3 z bazą mysql a nie jak to standardowo się dzieje (sqlite) ? zależy mi na tym aby Team Speak 3 pracował z bazą MySql
  11. problem z adowaniem licencji teamspeak3

    ahh co za czlowiek ze mnie :-) zapomnialem o tym ustawieniu :-) wroce do domu bo jestem w trasie to obadam i dam znac ale faktycznie na 99,9% to bedzie przyczyna :-) Wysyane z mojego GT-P3100 za pomoc Tapatalk 2
  12. problem z adowaniem licencji teamspeak3

    Witam mam nietypowy problem z zaadowaniem licencji przez serwer ts3. Mianowicie serwer jest uruchomiony na 32 sloty. otrzymaem w mailu pliczek licenskey.dat i wg zalecemailu wgraem go do root katalogu serwera ts3. wykonaem restart serwera. Serwer widzi plik licencji tworzy sobie plik serverkey.dat lecz sam serwer nadal jest na 32 sloty. Prosze o pomoc porade lub rozwizanie mojego problemu. PS Ta tak wiem przyjaciel google ani zadna inna przyjaciolka szukajka nie rozwiazala mojego problemu a meczylem ich 2 dni :-) Wysyane z mojego GT-P3100 za pomoc Tapatalk 2
×