Stránka 1 z 2

you cannot join when the server has no database connection

Napsal: 03 bře 2012, 10:13
od Tommys
Server: 93.91.240.158:27198

Dobrý den,
trochu jsem manipuloval s mým serverem, dal jsem tam whitelist, abyych mohl vše nastavit, ale když jsem se chtěl připojit na server, napsalo mi to tohle: you cannot join when the server has no database connection.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:28
od Vojko
Máš na servery AuthDB ?

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:30
od Tommys
Ano, mám.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:33
od Vojko
V tom prípade tam bude chyba.
Skopíruj sem config AuthDB.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:37
od Tommys
Myslíte všechny ty konfigurační soubory, co tam jsou?

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:38
od Shaggy84675
Stačí to, kde máš údaje k přístupu k MySQL.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:40
od Tommys
Takže basic, že?

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:41
od Vojko
Áno.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:42
od Tommys
Tday to je:

Kód: Vybrat vše

plugin:
    language:
        commands: English                            # Language you want to use for commands that matches a directory under translations.
        messages: English                            # Language you want to use for messages that matches a directory under translations.
    debugmode: false                                 # Enable/disable debugging mode and additional console output.
    usagestats: true                                 # Enable/disable usage stats reporting to CraftFire devs.
    logging: true                                    # Enable/disable logging to files.
    logformat: yyyy-MM-dd                            # Filename format of the AuthDB debug and error log files.
database:
    type: mysql                                      # Database type/driver to use. Current options are MySQL and eBean (Bukkit persistence).
    host: localhost                                  # MySQL server hostname, domain, IP, or localhost for local connections. MySQL only.
    port: 3306                                       # Port used for connecting to your MySQL server. This is usually 3306. MySQL only.
    username: root                                   # Username used to connect to your database. Only valid for MySQL.
    password: root                                   # Password used to connect to your database. MySQL only.
    name: forum                                      # Name of the database you are connecting to. MySQL only.
    keepalive: false                                 # Enable/disable keeping database connection alive. Do not use if your connection limit is low. MySQL only.
script:
    name: phpBB                                      # Name of the script you are using.
    version: 3.0.8                                   # Version of the script you are using.
    tableprefix: phpbb_                              # Database table prefix for the script, if you use one.
#    passwordsalt:                                    # NOT IMPLEMENTED YET! Unique/custom password salt, if needed by the script.

Re: you cannot join when the server has no database connecti

Napsal: 03 bře 2012, 10:43
od Shaggy84675
Nemůžeš to editovat a hodit do Code prosím.