recog 2.3.8 → 2.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.gitignore +6 -0
 - data/CONTRIBUTING.md +136 -37
 - data/README.md +18 -16
 - data/bin/recog_cleanup +16 -0
 - data/bin/recog_standardize +30 -6
 - data/identifiers/README.md +9 -0
 - data/identifiers/hw_device.txt +77 -0
 - data/identifiers/hw_family.txt +96 -0
 - data/identifiers/hw_product.txt +328 -0
 - data/identifiers/os_architecture.txt +6 -6
 - data/identifiers/os_device.txt +45 -3
 - data/identifiers/os_family.txt +206 -41
 - data/identifiers/os_product.txt +238 -17
 - data/identifiers/service_family.txt +144 -57
 - data/identifiers/service_product.txt +384 -83
 - data/identifiers/vendor.txt +553 -68
 - data/lib/recog/version.rb +1 -1
 - data/requirements.txt +1 -1
 - data/xml/apache_modules.xml +292 -5
 - data/xml/apache_os.xml +41 -2
 - data/xml/architecture.xml +11 -3
 - data/xml/dns_versionbind.xml +76 -8
 - data/xml/favicons.xml +1700 -0
 - data/xml/ftp_banners.xml +178 -8
 - data/xml/h323_callresp.xml +112 -12
 - data/xml/hp_pjl_id.xml +47 -5
 - data/xml/html_title.xml +1258 -25
 - data/xml/http_cookies.xml +64 -9
 - data/xml/http_servers.xml +667 -37
 - data/xml/http_wwwauth.xml +141 -26
 - data/xml/imap_banners.xml +19 -13
 - data/xml/ldap_searchresult.xml +81 -9
 - data/xml/mdns_device-info_txt.xml +175 -2
 - data/xml/mdns_workstation_txt.xml +4 -2
 - data/xml/mysql_banners.xml +134 -7
 - data/xml/mysql_error.xml +113 -6
 - data/xml/nntp_banners.xml +10 -2
 - data/xml/ntp_banners.xml +80 -4
 - data/xml/operating_system.xml +89 -3
 - data/xml/pop_banners.xml +30 -31
 - data/xml/rsh_resp.xml +11 -2
 - data/xml/rtsp_servers.xml +22 -2
 - data/xml/sip_banners.xml +35 -4
 - data/xml/sip_user_agents.xml +29 -2
 - data/xml/smb_native_lm.xml +10 -2
 - data/xml/smb_native_os.xml +79 -2
 - data/xml/smtp_banners.xml +146 -7
 - data/xml/smtp_debug.xml +6 -4
 - data/xml/smtp_ehlo.xml +7 -5
 - data/xml/smtp_expn.xml +13 -4
 - data/xml/smtp_help.xml +23 -4
 - data/xml/smtp_mailfrom.xml +5 -2
 - data/xml/smtp_noop.xml +6 -5
 - data/xml/smtp_quit.xml +5 -4
 - data/xml/smtp_rcptto.xml +5 -2
 - data/xml/smtp_rset.xml +4 -4
 - data/xml/smtp_turn.xml +4 -4
 - data/xml/smtp_vrfy.xml +14 -4
 - data/xml/snmp_sysdescr.xml +731 -24
 - data/xml/snmp_sysobjid.xml +47 -2
 - data/xml/ssh_banners.xml +175 -5
 - data/xml/telnet_banners.xml +266 -15
 - data/xml/x11_banners.xml +26 -3
 - data/xml/x509_issuers.xml +30 -6
 - data/xml/x509_subjects.xml +200 -31
 - metadata +8 -2
 
    
        data/xml/mysql_error.xml
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            <?xml version= 
     | 
| 
      
 1 
     | 
    
         
            +
            <?xml version='1.0' encoding='UTF-8'?>
         
     | 
| 
       2 
2 
     | 
    
         
             
            <fingerprints matches="mysql.error" protocol="mysql" database_type="service" preference=".80">
         
     | 
| 
       3 
3 
     | 
    
         
             
              <!--
         
     | 
| 
       4 
4 
     | 
    
         
             
                  Upon successful connection to a MySQL/derivative TCP endpoint, if the
         
     | 
| 
         @@ -8,23 +8,21 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
                  reasons), the first packet received will contain an error message that is
         
     | 
| 
       9 
9 
     | 
    
         
             
                  used to inform the client of this failure prior to forcibly disconnecting
         
     | 
| 
       10 
10 
     | 
    
         
             
                  the client:
         
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
11 
     | 
    
         
             
                  $  mysql -u root -h mysql.example.com
         
     | 
| 
       13 
12 
     | 
    
         
             
                  ERROR 1130 (HY000): Host '192.168.0.100' is not allowed to connect to this MySQL server
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
13 
     | 
    
         
             
                  This free-form field starts at the 7th byte and ends at the end of the TCP
         
     | 
| 
       16 
14 
     | 
    
         
             
                  payload.  The fingerprints below are used to match and extract from this
         
     | 
| 
       17 
15 
     | 
    
         
             
                  field.
         
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
16 
     | 
    
         
             
                  More details on the various error codes can be found here:
         
     | 
| 
       20 
17 
     | 
    
         
             
                  http://dev.mysql.com/doc/refman/5.5/en/error-messages-server.html
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
18 
     | 
    
         
             
                  The values for the various error messages below can be found in
         
     | 
| 
       23 
19 
     | 
    
         
             
                  sql/share/errmsg-utf8.txt from the MySQL source, for example
         
     | 
| 
       24 
20 
     | 
    
         
             
                  http://osxr.org/mysql/source/sql/share/errmsg-utf8.txt or
         
     | 
| 
       25 
21 
     | 
    
         
             
                  https://github.com/twitter/mysql/blob/master/sql/share/errmsg-utf8.txt
         
     | 
| 
       26 
22 
     | 
    
         
             
              -->
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
       27 
24 
     | 
    
         
             
              <!-- ER_HOST_NOT_PRIVILEGED -->
         
     | 
| 
      
 25 
     | 
    
         
            +
             
     | 
| 
       28 
26 
     | 
    
         
             
              <fingerprint pattern="^Stroj '[^']+' nemá povoleno se k tomuto MySQL serveru připojit$">
         
     | 
| 
       29 
27 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (cze)</description>
         
     | 
| 
       30 
28 
     | 
    
         
             
                <example>Stroj '10.10.10.10' nemá povoleno se k tomuto MySQL serveru připojit</example>
         
     | 
| 
         @@ -33,6 +31,7 @@ 
     | 
|
| 
       33 
31 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       34 
32 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       35 
33 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
       36 
35 
     | 
    
         
             
              <fingerprint pattern="^Værten '[^']+' kan ikke tilkoble denne MySQL-server$">
         
     | 
| 
       37 
36 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (dan)</description>
         
     | 
| 
       38 
37 
     | 
    
         
             
                <example>Værten '10.10.10.10' kan ikke tilkoble denne MySQL-server</example>
         
     | 
| 
         @@ -41,6 +40,7 @@ 
     | 
|
| 
       41 
40 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       42 
41 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       43 
42 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
       44 
44 
     | 
    
         
             
              <fingerprint pattern="^Het is host '[^']+' is niet toegestaan verbinding te maken met deze MySQL server$">
         
     | 
| 
       45 
45 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (nla)</description>
         
     | 
| 
       46 
46 
     | 
    
         
             
                <example>Het is host '10.10.10.10' is niet toegestaan verbinding te maken met deze MySQL server</example>
         
     | 
| 
         @@ -49,6 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       50 
50 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       51 
51 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
       52 
53 
     | 
    
         
             
              <fingerprint pattern="^^(?:#HY000)?Host '[^']+' is not allowed to connect to this MySQL server$$">
         
     | 
| 
       53 
54 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (eng)</description>
         
     | 
| 
       54 
55 
     | 
    
         
             
                <example>Host '10.10.10.10' is not allowed to connect to this MySQL server</example>
         
     | 
| 
         @@ -58,6 +59,7 @@ 
     | 
|
| 
       58 
59 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       59 
60 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       60 
61 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
       61 
63 
     | 
    
         
             
              <fingerprint pattern="^Masinal '[^']+' puudub ligipääs sellele MySQL serverile$">
         
     | 
| 
       62 
64 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (est)</description>
         
     | 
| 
       63 
65 
     | 
    
         
             
                <example>Masinal '10.10.10.10' puudub ligipääs sellele MySQL serverile</example>
         
     | 
| 
         @@ -66,6 +68,7 @@ 
     | 
|
| 
       66 
68 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       67 
69 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       68 
70 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
       69 
72 
     | 
    
         
             
              <fingerprint pattern="^Le hôte '[^']+' n'est pas authorisé à se connecter à ce serveur MySQL$">
         
     | 
| 
       70 
73 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (fre)</description>
         
     | 
| 
       71 
74 
     | 
    
         
             
                <example>Le hôte '10.10.10.10' n'est pas authorisé à se connecter à ce serveur MySQL</example>
         
     | 
| 
         @@ -74,6 +77,7 @@ 
     | 
|
| 
       74 
77 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       75 
78 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       76 
79 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
       77 
81 
     | 
    
         
             
              <fingerprint pattern="^Host '[^']+' hat keine Berechtigung, sich mit diesem MySQL-Server zu verbinden$">
         
     | 
| 
       78 
82 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (ger)</description>
         
     | 
| 
       79 
83 
     | 
    
         
             
                <example>Host '10.10.10.10' hat keine Berechtigung, sich mit diesem MySQL-Server zu verbinden</example>
         
     | 
| 
         @@ -82,6 +86,7 @@ 
     | 
|
| 
       82 
86 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       83 
87 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       84 
88 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
       85 
90 
     | 
    
         
             
              <fingerprint pattern="^Ο υπολογιστής '[^']+' δεν έχει δικαίωμα σύνδεσης με τον MySQL server$">
         
     | 
| 
       86 
91 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (greek)</description>
         
     | 
| 
       87 
92 
     | 
    
         
             
                <example>Ο υπολογιστής '10.10.10.10' δεν έχει δικαίωμα σύνδεσης με τον MySQL server</example>
         
     | 
| 
         @@ -90,6 +95,7 @@ 
     | 
|
| 
       90 
95 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       91 
96 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       92 
97 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
       93 
99 
     | 
    
         
             
              <fingerprint pattern="^A '[^']+' host szamara nem engedelyezett a kapcsolodas ehhez a MySQL szerverhez$">
         
     | 
| 
       94 
100 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (hun)</description>
         
     | 
| 
       95 
101 
     | 
    
         
             
                <example>A '10.10.10.10' host szamara nem engedelyezett a kapcsolodas ehhez a MySQL szerverhez</example>
         
     | 
| 
         @@ -98,6 +104,7 @@ 
     | 
|
| 
       98 
104 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       99 
105 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       100 
106 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
       101 
108 
     | 
    
         
             
              <fingerprint pattern="^Al sistema '[^']+' non e` consentita la connessione a questo server MySQL$">
         
     | 
| 
       102 
109 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (ita)</description>
         
     | 
| 
       103 
110 
     | 
    
         
             
                <example>Al sistema '10.10.10.10' non e` consentita la connessione a questo server MySQL</example>
         
     | 
| 
         @@ -106,6 +113,7 @@ 
     | 
|
| 
       106 
113 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       107 
114 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       108 
115 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
       109 
117 
     | 
    
         
             
              <fingerprint pattern="^ホスト '[^']+' からのこの MySQL server への接続は許可されていません。$">
         
     | 
| 
       110 
118 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (jpn)</description>
         
     | 
| 
       111 
119 
     | 
    
         
             
                <example>ホスト '10.10.10.10' からのこの MySQL server への接続は許可されていません。</example>
         
     | 
| 
         @@ -114,6 +122,7 @@ 
     | 
|
| 
       114 
122 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       115 
123 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       116 
124 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 125 
     | 
    
         
            +
             
     | 
| 
       117 
126 
     | 
    
         
             
              <fingerprint pattern="^'[^']+' 호스트는 이 MySQL서버에 접속할 허가를 받지 못했습니다.$">
         
     | 
| 
       118 
127 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (kor)</description>
         
     | 
| 
       119 
128 
     | 
    
         
             
                <example>'10.10.10.10' 호스트는 이 MySQL서버에 접속할 허가를 받지 못했습니다.</example>
         
     | 
| 
         @@ -122,6 +131,7 @@ 
     | 
|
| 
       122 
131 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       123 
132 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       124 
133 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 134 
     | 
    
         
            +
             
     | 
| 
       125 
135 
     | 
    
         
             
              <fingerprint pattern="^'Host' '[^']+' não tem permissão para se conectar com este servidor MySQL$">
         
     | 
| 
       126 
136 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (por)</description>
         
     | 
| 
       127 
137 
     | 
    
         
             
                <example>'Host' '10.10.10.10' não tem permissão para se conectar com este servidor MySQL</example>
         
     | 
| 
         @@ -130,6 +140,7 @@ 
     | 
|
| 
       130 
140 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       131 
141 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       132 
142 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 143 
     | 
    
         
            +
             
     | 
| 
       133 
144 
     | 
    
         
             
              <fingerprint pattern="^Host-ul '[^']+' nu este permis a se conecta la aceste server MySQL$">
         
     | 
| 
       134 
145 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (rum)</description>
         
     | 
| 
       135 
146 
     | 
    
         
             
                <example>Host-ul '10.10.10.10' nu este permis a se conecta la aceste server MySQL</example>
         
     | 
| 
         @@ -138,6 +149,7 @@ 
     | 
|
| 
       138 
149 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       139 
150 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       140 
151 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 152 
     | 
    
         
            +
             
     | 
| 
       141 
153 
     | 
    
         
             
              <fingerprint pattern="^Хосту '[^']+' не разрешается подключаться к этому серверу MySQL$">
         
     | 
| 
       142 
154 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (rus)</description>
         
     | 
| 
       143 
155 
     | 
    
         
             
                <example>Хосту '10.10.10.10' не разрешается подключаться к этому серверу MySQL</example>
         
     | 
| 
         @@ -146,6 +158,7 @@ 
     | 
|
| 
       146 
158 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       147 
159 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       148 
160 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
       149 
162 
     | 
    
         
             
              <fingerprint pattern="^Host-u '[^']+' nije dozvoljeno da se konektuje na ovaj MySQL server$">
         
     | 
| 
       150 
163 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (serbian)</description>
         
     | 
| 
       151 
164 
     | 
    
         
             
                <example>Host-u '10.10.10.10' nije dozvoljeno da se konektuje na ovaj MySQL server</example>
         
     | 
| 
         @@ -154,6 +167,7 @@ 
     | 
|
| 
       154 
167 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       155 
168 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       156 
169 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 170 
     | 
    
         
            +
             
     | 
| 
       157 
171 
     | 
    
         
             
              <fingerprint pattern="^Servidor '[^']+' no está permitido para conectar con este servidor MySQL$">
         
     | 
| 
       158 
172 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (spa)</description>
         
     | 
| 
       159 
173 
     | 
    
         
             
                <example>Servidor '10.10.10.10' no está permitido para conectar con este servidor MySQL</example>
         
     | 
| 
         @@ -162,6 +176,7 @@ 
     | 
|
| 
       162 
176 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       163 
177 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       164 
178 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 179 
     | 
    
         
            +
             
     | 
| 
       165 
180 
     | 
    
         
             
              <fingerprint pattern="^Denna dator, '[^']+', har inte privileger att använda denna MySQL server$">
         
     | 
| 
       166 
181 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (swe)</description>
         
     | 
| 
       167 
182 
     | 
    
         
             
                <example>Denna dator, '10.10.10.10', har inte privileger att använda denna MySQL server</example>
         
     | 
| 
         @@ -170,6 +185,7 @@ 
     | 
|
| 
       170 
185 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       171 
186 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       172 
187 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 188 
     | 
    
         
            +
             
     | 
| 
       173 
189 
     | 
    
         
             
              <fingerprint pattern="^Хосту '[^']+' не доволено зв'язуватись з цим сервером MySQL$">
         
     | 
| 
       174 
190 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_NOT_PRIVILEGED (ukr)</description>
         
     | 
| 
       175 
191 
     | 
    
         
             
                <example>Хосту '10.10.10.10' не доволено зв'язуватись з цим сервером MySQL</example>
         
     | 
| 
         @@ -178,7 +194,9 @@ 
     | 
|
| 
       178 
194 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       179 
195 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       180 
196 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 197 
     | 
    
         
            +
             
     | 
| 
       181 
198 
     | 
    
         
             
              <!-- ER_HOST_IS_BLOCKED -->
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
       182 
200 
     | 
    
         
             
              <fingerprint pattern="Stroj '[^']+' je zablokován kvůli mnoha chybám při připojování. Odblokujete použitím 'mysqladmin flush-hosts'">
         
     | 
| 
       183 
201 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (cze)</description>
         
     | 
| 
       184 
202 
     | 
    
         
             
                <example>Stroj '10.10.10.10' je zablokován kvůli mnoha chybám při připojování. Odblokujete použitím 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -187,6 +205,7 @@ 
     | 
|
| 
       187 
205 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       188 
206 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       189 
207 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
       190 
209 
     | 
    
         
             
              <fingerprint pattern="Værten '[^']+' er blokeret på grund af mange fejlforespørgsler. Lås op med 'mysqladmin flush-hosts'">
         
     | 
| 
       191 
210 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (dan)</description>
         
     | 
| 
       192 
211 
     | 
    
         
             
                <example>Værten '10.10.10.10' er blokeret på grund af mange fejlforespørgsler. Lås op med 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -195,6 +214,7 @@ 
     | 
|
| 
       195 
214 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       196 
215 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       197 
216 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 217 
     | 
    
         
            +
             
     | 
| 
       198 
218 
     | 
    
         
             
              <fingerprint pattern="Host '[^']+' is geblokkeeerd vanwege te veel verbindings fouten. Deblokkeer met 'mysqladmin flush-hosts'">
         
     | 
| 
       199 
219 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (nla)</description>
         
     | 
| 
       200 
220 
     | 
    
         
             
                <example>Host '10.10.10.10' is geblokkeeerd vanwege te veel verbindings fouten. Deblokkeer met 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -203,6 +223,7 @@ 
     | 
|
| 
       203 
223 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       204 
224 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       205 
225 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 226 
     | 
    
         
            +
             
     | 
| 
       206 
227 
     | 
    
         
             
              <fingerprint pattern="Host '[^']+' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'">
         
     | 
| 
       207 
228 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (eng)</description>
         
     | 
| 
       208 
229 
     | 
    
         
             
                <example>Host '10.10.10.10' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -211,6 +232,7 @@ 
     | 
|
| 
       211 
232 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       212 
233 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       213 
234 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 235 
     | 
    
         
            +
             
     | 
| 
       214 
236 
     | 
    
         
             
              <fingerprint pattern="Masin '[^']+' on blokeeritud hulgaliste ühendusvigade tõttu. Blokeeringu saab tühistada 'mysqladmin flush-hosts' käsuga">
         
     | 
| 
       215 
237 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (est)</description>
         
     | 
| 
       216 
238 
     | 
    
         
             
                <example>Masin '10.10.10.10' on blokeeritud hulgaliste ühendusvigade tõttu. Blokeeringu saab tühistada 'mysqladmin flush-hosts' käsuga</example>
         
     | 
| 
         @@ -219,6 +241,7 @@ 
     | 
|
| 
       219 
241 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       220 
242 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       221 
243 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 244 
     | 
    
         
            +
             
     | 
| 
       222 
245 
     | 
    
         
             
              <fingerprint pattern="L'hôte '[^']+' est bloqué à cause d'un trop grand nombre d'erreur de connexion. Débloquer le par 'mysqladmin flush-hosts'">
         
     | 
| 
       223 
246 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (fre)</description>
         
     | 
| 
       224 
247 
     | 
    
         
             
                <example>L'hôte '10.10.10.10' est bloqué à cause d'un trop grand nombre d'erreur de connexion. Débloquer le par 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -227,6 +250,7 @@ 
     | 
|
| 
       227 
250 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       228 
251 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       229 
252 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 253 
     | 
    
         
            +
             
     | 
| 
       230 
254 
     | 
    
         
             
              <fingerprint pattern="Host '[^']+' blockiert wegen zu vieler Verbindungsfehler. Aufheben der Blockierung mit 'mysqladmin flush-hosts'">
         
     | 
| 
       231 
255 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (ger)</description>
         
     | 
| 
       232 
256 
     | 
    
         
             
                <example>Host '10.10.10.10' blockiert wegen zu vieler Verbindungsfehler. Aufheben der Blockierung mit 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -235,6 +259,7 @@ 
     | 
|
| 
       235 
259 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       236 
260 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       237 
261 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 262 
     | 
    
         
            +
             
     | 
| 
       238 
263 
     | 
    
         
             
              <fingerprint pattern="Ο υπολογιστής '[^']+' έχει αποκλεισθεί λόγω πολλαπλών λαθών σύνδεσης. Προσπαθήστε να διορώσετε με 'mysqladmin flush-hosts'">
         
     | 
| 
       239 
264 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (greek)</description>
         
     | 
| 
       240 
265 
     | 
    
         
             
                <example>Ο υπολογιστής '10.10.10.10' έχει αποκλεισθεί λόγω πολλαπλών λαθών σύνδεσης. Προσπαθήστε να διορώσετε με 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -243,6 +268,7 @@ 
     | 
|
| 
       243 
268 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       244 
269 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       245 
270 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 271 
     | 
    
         
            +
             
     | 
| 
       246 
272 
     | 
    
         
             
              <fingerprint pattern="A '[^']+' host blokkolodott, tul sok kapcsolodasi hiba miatt. Hasznalja a 'mysqladmin flush-hosts' parancsot">
         
     | 
| 
       247 
273 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (hun)</description>
         
     | 
| 
       248 
274 
     | 
    
         
             
                <example>A '10.10.10.10' host blokkolodott, tul sok kapcsolodasi hiba miatt. Hasznalja a 'mysqladmin flush-hosts' parancsot</example>
         
     | 
| 
         @@ -251,6 +277,7 @@ 
     | 
|
| 
       251 
277 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       252 
278 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       253 
279 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 280 
     | 
    
         
            +
             
     | 
| 
       254 
281 
     | 
    
         
             
              <fingerprint pattern="Sistema '[^']+' bloccato a causa di troppi errori di connessione. Per sbloccarlo: 'mysqladmin flush-hosts'">
         
     | 
| 
       255 
282 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (ita)</description>
         
     | 
| 
       256 
283 
     | 
    
         
             
                <example>Sistema '10.10.10.10' bloccato a causa di troppi errori di connessione. Per sbloccarlo: 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -259,6 +286,7 @@ 
     | 
|
| 
       259 
286 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       260 
287 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       261 
288 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 289 
     | 
    
         
            +
             
     | 
| 
       262 
290 
     | 
    
         
             
              <fingerprint pattern="接続エラーが多いため、ホスト '[^']+' は拒否されました。'mysqladmin flush-hosts' で解除できます。">
         
     | 
| 
       263 
291 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (jpn)</description>
         
     | 
| 
       264 
292 
     | 
    
         
             
                <example>接続エラーが多いため、ホスト '10.10.10.10' は拒否されました。'mysqladmin flush-hosts' で解除できます。</example>
         
     | 
| 
         @@ -267,6 +295,7 @@ 
     | 
|
| 
       267 
295 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       268 
296 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       269 
297 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 298 
     | 
    
         
            +
             
     | 
| 
       270 
299 
     | 
    
         
             
              <fingerprint pattern="너무 많은 연결오류로 인하여 호스트 '[^']+'는 블락되었습니다. 'mysqladmin flush-hosts'를 이용하여 블락을 해제하세요">
         
     | 
| 
       271 
300 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (kor)</description>
         
     | 
| 
       272 
301 
     | 
    
         
             
                <example>너무 많은 연결오류로 인하여 호스트 '10.10.10.10'는 블락되었습니다. 'mysqladmin flush-hosts'를 이용하여 블락을 해제하세요</example>
         
     | 
| 
         @@ -275,6 +304,7 @@ 
     | 
|
| 
       275 
304 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       276 
305 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       277 
306 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 307 
     | 
    
         
            +
             
     | 
| 
       278 
308 
     | 
    
         
             
              <fingerprint pattern="'Host' '[^']+' está bloqueado devido a muitos erros de conexão. Desbloqueie com 'mysqladmin flush-hosts'">
         
     | 
| 
       279 
309 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (por)</description>
         
     | 
| 
       280 
310 
     | 
    
         
             
                <example>'Host' '10.10.10.10' está bloqueado devido a muitos erros de conexão. Desbloqueie com 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -283,6 +313,7 @@ 
     | 
|
| 
       283 
313 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       284 
314 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       285 
315 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
       286 
317 
     | 
    
         
             
              <fingerprint pattern="Host-ul '[^']+' e blocat din cauza multelor erori de conectie. Poti deploca folosind 'mysqladmin flush-hosts'">
         
     | 
| 
       287 
318 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (rum)</description>
         
     | 
| 
       288 
319 
     | 
    
         
             
                <example>Host-ul '10.10.10.10' e blocat din cauza multelor erori de conectie. Poti deploca folosind 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -291,6 +322,7 @@ 
     | 
|
| 
       291 
322 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       292 
323 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       293 
324 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 325 
     | 
    
         
            +
             
     | 
| 
       294 
326 
     | 
    
         
             
              <fingerprint pattern="Хост '[^']+' заблокирован из-за слишком большого количества ошибок соединения. Разблокировать его можно с помощью 'mysqladmin flush-hosts'">
         
     | 
| 
       295 
327 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (rus)</description>
         
     | 
| 
       296 
328 
     | 
    
         
             
                <example>Хост '10.10.10.10' заблокирован из-за слишком большого количества ошибок соединения. Разблокировать его можно с помощью 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -299,6 +331,7 @@ 
     | 
|
| 
       299 
331 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       300 
332 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       301 
333 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 334 
     | 
    
         
            +
             
     | 
| 
       302 
335 
     | 
    
         
             
              <fingerprint pattern="Host '[^']+' je blokiran zbog previše grešaka u konekciji.  Možete ga odblokirati pomoću komande 'mysqladmin flush-hosts'">
         
     | 
| 
       303 
336 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (serbian)</description>
         
     | 
| 
       304 
337 
     | 
    
         
             
                <example>Host '10.10.10.10' je blokiran zbog previše grešaka u konekciji.  Možete ga odblokirati pomoću komande 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -307,6 +340,7 @@ 
     | 
|
| 
       307 
340 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       308 
341 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       309 
342 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 343 
     | 
    
         
            +
             
     | 
| 
       310 
344 
     | 
    
         
             
              <fingerprint pattern="Servidor '[^']+' está bloqueado por muchos errores de conexión.  Desbloquear con 'mysqladmin flush-hosts'">
         
     | 
| 
       311 
345 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (spa)</description>
         
     | 
| 
       312 
346 
     | 
    
         
             
                <example>Servidor '10.10.10.10' está bloqueado por muchos errores de conexión.  Desbloquear con 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -315,6 +349,7 @@ 
     | 
|
| 
       315 
349 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       316 
350 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       317 
351 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 352 
     | 
    
         
            +
             
     | 
| 
       318 
353 
     | 
    
         
             
              <fingerprint pattern="Denna dator, '[^']+', är blockerad pga många felaktig paket. Gör 'mysqladmin flush-hosts' för att ta bort alla blockeringarna">
         
     | 
| 
       319 
354 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (swe)</description>
         
     | 
| 
       320 
355 
     | 
    
         
             
                <example>Denna dator, '10.10.10.10', är blockerad pga många felaktig paket. Gör 'mysqladmin flush-hosts' för att ta bort alla blockeringarna</example>
         
     | 
| 
         @@ -323,6 +358,7 @@ 
     | 
|
| 
       323 
358 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       324 
359 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       325 
360 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 361 
     | 
    
         
            +
             
     | 
| 
       326 
362 
     | 
    
         
             
              <fingerprint pattern="Хост '[^']+' заблоковано з причини великої кількості помилок з'єднання. Для розблокування використовуйте 'mysqladmin flush-hosts'">
         
     | 
| 
       327 
363 
     | 
    
         
             
                <description>Oracle MySQL error ER_HOST_IS_BLOCKED (ukr)</description>
         
     | 
| 
       328 
364 
     | 
    
         
             
                <example>Хост '10.10.10.10' заблоковано з причини великої кількості помилок з'єднання. Для розблокування використовуйте 'mysqladmin flush-hosts'</example>
         
     | 
| 
         @@ -331,7 +367,9 @@ 
     | 
|
| 
       331 
367 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       332 
368 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       333 
369 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 370 
     | 
    
         
            +
             
     | 
| 
       334 
371 
     | 
    
         
             
              <!-- ER_CANT_CREATE_THREAD -->
         
     | 
| 
      
 372 
     | 
    
         
            +
             
     | 
| 
       335 
373 
     | 
    
         
             
              <fingerprint pattern="Nemohu vytvořit nový thread \(errno -?\d+\). Pokud je ještě nějaká volná paměť, podívejte se do manuálu na část o chybách specifických pro jednotlivé operační systémy">
         
     | 
| 
       336 
374 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (cze)</description>
         
     | 
| 
       337 
375 
     | 
    
         
             
                <example>Nemohu vytvořit nový thread (errno 4). Pokud je ještě nějaká volná paměť, podívejte se do manuálu na část o chybách specifických pro jednotlivé operační systémy</example>
         
     | 
| 
         @@ -340,6 +378,7 @@ 
     | 
|
| 
       340 
378 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       341 
379 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       342 
380 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 381 
     | 
    
         
            +
             
     | 
| 
       343 
382 
     | 
    
         
             
              <fingerprint pattern="Kan ikke danne en ny tråd \(fejl nr. -?\d+\). Hvis computeren ikke er løbet tør for hukommelse, kan du se i brugervejledningen for en mulig operativ-system - afhængig fejl">
         
     | 
| 
       344 
383 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (dan)</description>
         
     | 
| 
       345 
384 
     | 
    
         
             
                <example>Kan ikke danne en ny tråd (fejl nr. 4). Hvis computeren ikke er løbet tør for hukommelse, kan du se i brugervejledningen for en mulig operativ-system - afhængig fejl</example>
         
     | 
| 
         @@ -348,6 +387,7 @@ 
     | 
|
| 
       348 
387 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       349 
388 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       350 
389 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 390 
     | 
    
         
            +
             
     | 
| 
       351 
391 
     | 
    
         
             
              <fingerprint pattern="Kan geen nieuwe thread aanmaken \(Errcode: -?\d+\). Indien er geen tekort aan geheugen is kunt u de handleiding consulteren over een mogelijke OS afhankelijke fout">
         
     | 
| 
       352 
392 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (nla)</description>
         
     | 
| 
       353 
393 
     | 
    
         
             
                <example>Kan geen nieuwe thread aanmaken (Errcode: 4). Indien er geen tekort aan geheugen is kunt u de handleiding consulteren over een mogelijke OS afhankelijke fout</example>
         
     | 
| 
         @@ -356,6 +396,7 @@ 
     | 
|
| 
       356 
396 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       357 
397 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       358 
398 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 399 
     | 
    
         
            +
             
     | 
| 
       359 
400 
     | 
    
         
             
              <fingerprint pattern="Can't create a new thread \(errno -?\d+\); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug">
         
     | 
| 
       360 
401 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (eng, pol, nor, norwegian-ny)</description>
         
     | 
| 
       361 
402 
     | 
    
         
             
                <example>Can't create a new thread (errno 4); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug</example>
         
     | 
| 
         @@ -364,6 +405,7 @@ 
     | 
|
| 
       364 
405 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       365 
406 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       366 
407 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 408 
     | 
    
         
            +
             
     | 
| 
       367 
409 
     | 
    
         
             
              <fingerprint pattern="Ei suuda luua uut lõime \(veakood -?\d+\). Kui mälu ei ole otsas, on tõenäoliselt tegemist operatsioonisüsteemispetsiifilise veaga">
         
     | 
| 
       368 
410 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (est)</description>
         
     | 
| 
       369 
411 
     | 
    
         
             
                <example>Ei suuda luua uut lõime (veakood 4). Kui mälu ei ole otsas, on tõenäoliselt tegemist operatsioonisüsteemispetsiifilise veaga</example>
         
     | 
| 
         @@ -372,6 +414,7 @@ 
     | 
|
| 
       372 
414 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       373 
415 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       374 
416 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 417 
     | 
    
         
            +
             
     | 
| 
       375 
418 
     | 
    
         
             
              <fingerprint pattern="Impossible de créer une nouvelle tâche \(errno -?\d+\). S'il reste de la mémoire libre, consultez le manual pour trouver un éventuel bug dépendant de l'OS">
         
     | 
| 
       376 
419 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (fre)</description>
         
     | 
| 
       377 
420 
     | 
    
         
             
                <example>Impossible de créer une nouvelle tâche (errno 4). S'il reste de la mémoire libre, consultez le manual pour trouver un éventuel bug dépendant de l'OS</example>
         
     | 
| 
         @@ -380,6 +423,7 @@ 
     | 
|
| 
       380 
423 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       381 
424 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       382 
425 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 426 
     | 
    
         
            +
             
     | 
| 
       383 
427 
     | 
    
         
             
              <fingerprint pattern="Kann keinen neuen Thread erzeugen \(Fehler: -?\d+\). Sollte noch Speicher verfügbar sein, bitte im Handbuch wegen möglicher Fehler im Betriebssystem nachschlagen">
         
     | 
| 
       384 
428 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (ger)</description>
         
     | 
| 
       385 
429 
     | 
    
         
             
                <example>Kann keinen neuen Thread erzeugen (Fehler: 4). Sollte noch Speicher verfügbar sein, bitte im Handbuch wegen möglicher Fehler im Betriebssystem nachschlagen</example>
         
     | 
| 
         @@ -388,6 +432,7 @@ 
     | 
|
| 
       388 
432 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       389 
433 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       390 
434 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 435 
     | 
    
         
            +
             
     | 
| 
       391 
436 
     | 
    
         
             
              <fingerprint pattern="Uj thread letrehozasa nem lehetseges \(Hibakod: -?\d+\). Amenyiben van meg szabad memoria, olvassa el a kezikonyv operacios rendszerfuggo hibalehetosegekrol szolo reszet">
         
     | 
| 
       392 
437 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (hun)</description>
         
     | 
| 
       393 
438 
     | 
    
         
             
                <example>Uj thread letrehozasa nem lehetseges (Hibakod: 4). Amenyiben van meg szabad memoria, olvassa el a kezikonyv operacios rendszerfuggo hibalehetosegekrol szolo reszet</example>
         
     | 
| 
         @@ -396,6 +441,7 @@ 
     | 
|
| 
       396 
441 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       397 
442 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       398 
443 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 444 
     | 
    
         
            +
             
     | 
| 
       399 
445 
     | 
    
         
             
              <fingerprint pattern="Impossibile creare un nuovo thread \(errno -?\d+\). Se non ci sono problemi di memoria disponibile puoi consultare il manuale per controllare possibili problemi dipendenti dal SO">
         
     | 
| 
       400 
446 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (ita)</description>
         
     | 
| 
       401 
447 
     | 
    
         
             
                <example>Impossibile creare un nuovo thread (errno 4). Se non ci sono problemi di memoria disponibile puoi consultare il manuale per controllare possibili problemi dipendenti dal SO</example>
         
     | 
| 
         @@ -404,6 +450,7 @@ 
     | 
|
| 
       404 
450 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       405 
451 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       406 
452 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 453 
     | 
    
         
            +
             
     | 
| 
       407 
454 
     | 
    
         
             
              <fingerprint pattern="新規にスレッドを作成できません。\(エラー番号 -?\d+\) もしも使用可能メモリーの不足でなければ、OS依存のバグである可能性があります。">
         
     | 
| 
       408 
455 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (jpn)</description>
         
     | 
| 
       409 
456 
     | 
    
         
             
                <example>新規にスレッドを作成できません。(エラー番号 4) もしも使用可能メモリーの不足でなければ、OS依存のバグである可能性があります。</example>
         
     | 
| 
         @@ -412,6 +459,7 @@ 
     | 
|
| 
       412 
459 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       413 
460 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       414 
461 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 462 
     | 
    
         
            +
             
     | 
| 
       415 
463 
     | 
    
         
             
              <fingerprint pattern="새로운 쓰레드를 만들 수 없습니다.\(에러번호 -?\d+\). 만약 여유메모리가 있다면 OS-dependent버그 의 메뉴얼 부분을 찾아보시오.">
         
     | 
| 
       416 
464 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (kor)</description>
         
     | 
| 
       417 
465 
     | 
    
         
             
                <example>새로운 쓰레드를 만들 수 없습니다.(에러번호 4). 만약 여유메모리가 있다면 OS-dependent버그 의 메뉴얼 부분을 찾아보시오.</example>
         
     | 
| 
         @@ -420,6 +468,7 @@ 
     | 
|
| 
       420 
468 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       421 
469 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       422 
470 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 471 
     | 
    
         
            +
             
     | 
| 
       423 
472 
     | 
    
         
             
              <fingerprint pattern="Não pode criar uma nova 'thread' \(erro no. -?\d+\). Se você não estiver sem memória disponível, você pode consultar o manual sobre um possível 'bug' dependente do sistema operacional">
         
     | 
| 
       424 
473 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (por)</description>
         
     | 
| 
       425 
474 
     | 
    
         
             
                <example>Não pode criar uma nova 'thread' (erro no. 4). Se você não estiver sem memória disponível, você pode consultar o manual sobre um possível 'bug' dependente do sistema operacional</example>
         
     | 
| 
         @@ -428,6 +477,7 @@ 
     | 
|
| 
       428 
477 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       429 
478 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       430 
479 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 480 
     | 
    
         
            +
             
     | 
| 
       431 
481 
     | 
    
         
             
              <fingerprint pattern="Nu pot crea un thread nou \(Eroare -?\d+\). Daca mai aveti memorie disponibila in sistem, puteti consulta manualul - ar putea exista un potential bug in legatura cu sistemul de operare">
         
     | 
| 
       432 
482 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (rum)</description>
         
     | 
| 
       433 
483 
     | 
    
         
             
                <example>Nu pot crea un thread nou (Eroare 4). Daca mai aveti memorie disponibila in sistem, puteti consulta manualul - ar putea exista un potential bug in legatura cu sistemul de operare</example>
         
     | 
| 
         @@ -436,6 +486,7 @@ 
     | 
|
| 
       436 
486 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       437 
487 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       438 
488 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 489 
     | 
    
         
            +
             
     | 
| 
       439 
490 
     | 
    
         
             
              <fingerprint pattern="Невозможно создать новый поток \(ошибка -?\d+\). Если это не ситуация, связанная с нехваткой памяти, то вам следует изучить документацию на предмет описания возможной ошибки работы в конкретной ОС">
         
     | 
| 
       440 
491 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (rus)</description>
         
     | 
| 
       441 
492 
     | 
    
         
             
                <example>Невозможно создать новый поток (ошибка 4). Если это не ситуация, связанная с нехваткой памяти, то вам следует изучить документацию на предмет описания возможной ошибки работы в конкретной ОС</example>
         
     | 
| 
         @@ -444,6 +495,7 @@ 
     | 
|
| 
       444 
495 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       445 
496 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       446 
497 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 498 
     | 
    
         
            +
             
     | 
| 
       447 
499 
     | 
    
         
             
              <fingerprint pattern="Ne mogu da kreiram novi thread \(errno -?\d+\). Ako imate još slobodne memorije, trebali biste da pogledate u priručniku da li je ovo specifična greška vašeg operativnog sistema">
         
     | 
| 
       448 
500 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (serbian)</description>
         
     | 
| 
       449 
501 
     | 
    
         
             
                <example>Ne mogu da kreiram novi thread (errno 4). Ako imate još slobodne memorije, trebali biste da pogledate u priručniku da li je ovo specifična greška vašeg operativnog sistema</example>
         
     | 
| 
         @@ -452,6 +504,7 @@ 
     | 
|
| 
       452 
504 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       453 
505 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       454 
506 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 507 
     | 
    
         
            +
             
     | 
| 
       455 
508 
     | 
    
         
             
              <fingerprint pattern="No puedo crear un nuevo thread \(errno -?\d+\). Si tu está con falta de memoria disponible, tu puedes consultar el Manual para posibles problemas con SO">
         
     | 
| 
       456 
509 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (spa)</description>
         
     | 
| 
       457 
510 
     | 
    
         
             
                <example>No puedo crear un nuevo thread (errno 4). Si tu está con falta de memoria disponible, tu puedes consultar el Manual para posibles problemas con SO</example>
         
     | 
| 
         @@ -460,6 +513,7 @@ 
     | 
|
| 
       460 
513 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       461 
514 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       462 
515 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 516 
     | 
    
         
            +
             
     | 
| 
       463 
517 
     | 
    
         
             
              <fingerprint pattern="Kan inte skapa en ny tråd \(errno -?\d+\)">
         
     | 
| 
       464 
518 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (swe)</description>
         
     | 
| 
       465 
519 
     | 
    
         
             
                <example>Kan inte skapa en ny tråd (errno 4)</example>
         
     | 
| 
         @@ -468,6 +522,7 @@ 
     | 
|
| 
       468 
522 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       469 
523 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       470 
524 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 525 
     | 
    
         
            +
             
     | 
| 
       471 
526 
     | 
    
         
             
              <fingerprint pattern="Не можу створити нову гілку \(помилка -?\d+\). Якщо ви не використали усю пам'ять, то прочитайте документацію до вашої ОС - можливо це помилка ОС">
         
     | 
| 
       472 
527 
     | 
    
         
             
                <description>Oracle MySQL error ER_CANT_CREATE_THREAD (ukr)</description>
         
     | 
| 
       473 
528 
     | 
    
         
             
                <example>Не можу створити нову гілку (помилка 4). Якщо ви не використали усю пам'ять, то прочитайте документацію до вашої ОС - можливо це помилка ОС</example>
         
     | 
| 
         @@ -476,7 +531,9 @@ 
     | 
|
| 
       476 
531 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       477 
532 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       478 
533 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 534 
     | 
    
         
            +
             
     | 
| 
       479 
535 
     | 
    
         
             
              <!-- ER_CON_COUNT_ERROR -->
         
     | 
| 
      
 536 
     | 
    
         
            +
             
     | 
| 
       480 
537 
     | 
    
         
             
              <fingerprint pattern="Příliš mnoho spojení">
         
     | 
| 
       481 
538 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (cze)</description>
         
     | 
| 
       482 
539 
     | 
    
         
             
                <example>Příliš mnoho spojení</example>
         
     | 
| 
         @@ -485,6 +542,7 @@ 
     | 
|
| 
       485 
542 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       486 
543 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       487 
544 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
       488 
546 
     | 
    
         
             
              <fingerprint pattern="For mange forbindelser \(connections\)">
         
     | 
| 
       489 
547 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (dan)</description>
         
     | 
| 
       490 
548 
     | 
    
         
             
                <example>For mange forbindelser (connections)</example>
         
     | 
| 
         @@ -493,6 +551,7 @@ 
     | 
|
| 
       493 
551 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       494 
552 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       495 
553 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 554 
     | 
    
         
            +
             
     | 
| 
       496 
555 
     | 
    
         
             
              <fingerprint pattern="Te veel verbindingen">
         
     | 
| 
       497 
556 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (nla)</description>
         
     | 
| 
       498 
557 
     | 
    
         
             
                <example>Te veel verbindingen</example>
         
     | 
| 
         @@ -501,6 +560,7 @@ 
     | 
|
| 
       501 
560 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       502 
561 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       503 
562 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 563 
     | 
    
         
            +
             
     | 
| 
       504 
564 
     | 
    
         
             
              <fingerprint pattern="Too many connections">
         
     | 
| 
       505 
565 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (eng)</description>
         
     | 
| 
       506 
566 
     | 
    
         
             
                <example>Too many connections</example>
         
     | 
| 
         @@ -509,6 +569,7 @@ 
     | 
|
| 
       509 
569 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       510 
570 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       511 
571 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 572 
     | 
    
         
            +
             
     | 
| 
       512 
573 
     | 
    
         
             
              <fingerprint pattern="Liiga palju samaaegseid ühendusi">
         
     | 
| 
       513 
574 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (est)</description>
         
     | 
| 
       514 
575 
     | 
    
         
             
                <example>Liiga palju samaaegseid ühendusi</example>
         
     | 
| 
         @@ -517,6 +578,7 @@ 
     | 
|
| 
       517 
578 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       518 
579 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       519 
580 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 581 
     | 
    
         
            +
             
     | 
| 
       520 
582 
     | 
    
         
             
              <fingerprint pattern="Trop de connexions">
         
     | 
| 
       521 
583 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (fre)</description>
         
     | 
| 
       522 
584 
     | 
    
         
             
                <example>Trop de connexions</example>
         
     | 
| 
         @@ -525,6 +587,7 @@ 
     | 
|
| 
       525 
587 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       526 
588 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       527 
589 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 590 
     | 
    
         
            +
             
     | 
| 
       528 
591 
     | 
    
         
             
              <fingerprint pattern="Zu viele Verbindungen">
         
     | 
| 
       529 
592 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (ger)</description>
         
     | 
| 
       530 
593 
     | 
    
         
             
                <example>Zu viele Verbindungen</example>
         
     | 
| 
         @@ -533,6 +596,7 @@ 
     | 
|
| 
       533 
596 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       534 
597 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       535 
598 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 599 
     | 
    
         
            +
             
     | 
| 
       536 
600 
     | 
    
         
             
              <fingerprint pattern="Υπάρχουν πολλές συνδέσεις...">
         
     | 
| 
       537 
601 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (greek)</description>
         
     | 
| 
       538 
602 
     | 
    
         
             
                <example>Υπάρχουν πολλές συνδέσεις...</example>
         
     | 
| 
         @@ -541,6 +605,7 @@ 
     | 
|
| 
       541 
605 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       542 
606 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       543 
607 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 608 
     | 
    
         
            +
             
     | 
| 
       544 
609 
     | 
    
         
             
              <fingerprint pattern="Tul sok kapcsolat">
         
     | 
| 
       545 
610 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (hun)</description>
         
     | 
| 
       546 
611 
     | 
    
         
             
                <example>Tul sok kapcsolat</example>
         
     | 
| 
         @@ -549,6 +614,7 @@ 
     | 
|
| 
       549 
614 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       550 
615 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       551 
616 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 617 
     | 
    
         
            +
             
     | 
| 
       552 
618 
     | 
    
         
             
              <fingerprint pattern="Troppe connessioni">
         
     | 
| 
       553 
619 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (ita)</description>
         
     | 
| 
       554 
620 
     | 
    
         
             
                <example>Troppe connessioni</example>
         
     | 
| 
         @@ -557,6 +623,7 @@ 
     | 
|
| 
       557 
623 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       558 
624 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       559 
625 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 626 
     | 
    
         
            +
             
     | 
| 
       560 
627 
     | 
    
         
             
              <fingerprint pattern="接続が多すぎます。">
         
     | 
| 
       561 
628 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (jpn)</description>
         
     | 
| 
       562 
629 
     | 
    
         
             
                <example>接続が多すぎます。</example>
         
     | 
| 
         @@ -565,6 +632,7 @@ 
     | 
|
| 
       565 
632 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       566 
633 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       567 
634 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 635 
     | 
    
         
            +
             
     | 
| 
       568 
636 
     | 
    
         
             
              <fingerprint pattern="너무 많은 연결... max_connection을 증가 시키시오...">
         
     | 
| 
       569 
637 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (kor)</description>
         
     | 
| 
       570 
638 
     | 
    
         
             
                <example>너무 많은 연결... max_connection을 증가 시키시오...</example>
         
     | 
| 
         @@ -573,6 +641,7 @@ 
     | 
|
| 
       573 
641 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       574 
642 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       575 
643 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 644 
     | 
    
         
            +
             
     | 
| 
       576 
645 
     | 
    
         
             
              <fingerprint pattern="For mange tilkoblinger \(connections\)">
         
     | 
| 
       577 
646 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (nor)</description>
         
     | 
| 
       578 
647 
     | 
    
         
             
                <example>For mange tilkoblinger (connections)</example>
         
     | 
| 
         @@ -581,6 +650,7 @@ 
     | 
|
| 
       581 
650 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       582 
651 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       583 
652 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 653 
     | 
    
         
            +
             
     | 
| 
       584 
654 
     | 
    
         
             
              <fingerprint pattern="For mange tilkoplingar \(connections\)">
         
     | 
| 
       585 
655 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (norwegian-ny)</description>
         
     | 
| 
       586 
656 
     | 
    
         
             
                <example>For mange tilkoplingar (connections)</example>
         
     | 
| 
         @@ -589,6 +659,7 @@ 
     | 
|
| 
       589 
659 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       590 
660 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       591 
661 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 662 
     | 
    
         
            +
             
     | 
| 
       592 
663 
     | 
    
         
             
              <fingerprint pattern="Zbyt wiele poł\?czeń">
         
     | 
| 
       593 
664 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (pol)</description>
         
     | 
| 
       594 
665 
     | 
    
         
             
                <example>Zbyt wiele poł?czeń</example>
         
     | 
| 
         @@ -597,6 +668,7 @@ 
     | 
|
| 
       597 
668 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       598 
669 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       599 
670 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 671 
     | 
    
         
            +
             
     | 
| 
       600 
672 
     | 
    
         
             
              <fingerprint pattern="Excesso de conexões">
         
     | 
| 
       601 
673 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (por)</description>
         
     | 
| 
       602 
674 
     | 
    
         
             
                <example>Excesso de conexões</example>
         
     | 
| 
         @@ -605,6 +677,7 @@ 
     | 
|
| 
       605 
677 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       606 
678 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       607 
679 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 680 
     | 
    
         
            +
             
     | 
| 
       608 
681 
     | 
    
         
             
              <fingerprint pattern="Prea multe conectiuni">
         
     | 
| 
       609 
682 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (rum)</description>
         
     | 
| 
       610 
683 
     | 
    
         
             
                <example>Prea multe conectiuni</example>
         
     | 
| 
         @@ -613,6 +686,7 @@ 
     | 
|
| 
       613 
686 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       614 
687 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       615 
688 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 689 
     | 
    
         
            +
             
     | 
| 
       616 
690 
     | 
    
         
             
              <fingerprint pattern="Слишком много соединений">
         
     | 
| 
       617 
691 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (rus)</description>
         
     | 
| 
       618 
692 
     | 
    
         
             
                <example>Слишком много соединений</example>
         
     | 
| 
         @@ -621,6 +695,7 @@ 
     | 
|
| 
       621 
695 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       622 
696 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       623 
697 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 698 
     | 
    
         
            +
             
     | 
| 
       624 
699 
     | 
    
         
             
              <fingerprint pattern="Previše konekcija">
         
     | 
| 
       625 
700 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (serbian)</description>
         
     | 
| 
       626 
701 
     | 
    
         
             
                <example>Previše konekcija</example>
         
     | 
| 
         @@ -629,6 +704,7 @@ 
     | 
|
| 
       629 
704 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       630 
705 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       631 
706 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 707 
     | 
    
         
            +
             
     | 
| 
       632 
708 
     | 
    
         
             
              <fingerprint pattern="Príliš mnoho spojení">
         
     | 
| 
       633 
709 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (slo)</description>
         
     | 
| 
       634 
710 
     | 
    
         
             
                <example>Príliš mnoho spojení</example>
         
     | 
| 
         @@ -637,6 +713,7 @@ 
     | 
|
| 
       637 
713 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       638 
714 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       639 
715 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 716 
     | 
    
         
            +
             
     | 
| 
       640 
717 
     | 
    
         
             
              <fingerprint pattern="Demasiadas conexiones">
         
     | 
| 
       641 
718 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (spa)</description>
         
     | 
| 
       642 
719 
     | 
    
         
             
                <example>Demasiadas conexiones</example>
         
     | 
| 
         @@ -645,6 +722,7 @@ 
     | 
|
| 
       645 
722 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       646 
723 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       647 
724 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 725 
     | 
    
         
            +
             
     | 
| 
       648 
726 
     | 
    
         
             
              <fingerprint pattern="För många anslutningar">
         
     | 
| 
       649 
727 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (swe)</description>
         
     | 
| 
       650 
728 
     | 
    
         
             
                <example>För många anslutningar</example>
         
     | 
| 
         @@ -653,6 +731,7 @@ 
     | 
|
| 
       653 
731 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       654 
732 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       655 
733 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 734 
     | 
    
         
            +
             
     | 
| 
       656 
735 
     | 
    
         
             
              <fingerprint pattern="Забагато з'єднань">
         
     | 
| 
       657 
736 
     | 
    
         
             
                <description>Oracle MySQL error ER_CON_COUNT_ERROR (ukr)</description>
         
     | 
| 
       658 
737 
     | 
    
         
             
                <example>Забагато з'єднань</example>
         
     | 
| 
         @@ -661,7 +740,9 @@ 
     | 
|
| 
       661 
740 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       662 
741 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       663 
742 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 743 
     | 
    
         
            +
             
     | 
| 
       664 
744 
     | 
    
         
             
              <!-- ER_BAD_HOST_ERROR -->
         
     | 
| 
      
 745 
     | 
    
         
            +
             
     | 
| 
       665 
746 
     | 
    
         
             
              <fingerprint pattern="Nemohu zjistit jméno stroje pro Vaši adresu">
         
     | 
| 
       666 
747 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (cze)</description>
         
     | 
| 
       667 
748 
     | 
    
         
             
                <example>Nemohu zjistit jméno stroje pro Vaši adresu</example>
         
     | 
| 
         @@ -670,6 +751,7 @@ 
     | 
|
| 
       670 
751 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       671 
752 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       672 
753 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 754 
     | 
    
         
            +
             
     | 
| 
       673 
755 
     | 
    
         
             
              <fingerprint pattern="Kan ikke få værtsnavn for din adresse">
         
     | 
| 
       674 
756 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (dan)</description>
         
     | 
| 
       675 
757 
     | 
    
         
             
                <example>Kan ikke få værtsnavn for din adresse</example>
         
     | 
| 
         @@ -678,6 +760,7 @@ 
     | 
|
| 
       678 
760 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       679 
761 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       680 
762 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 763 
     | 
    
         
            +
             
     | 
| 
       681 
764 
     | 
    
         
             
              <fingerprint pattern="Kan de hostname niet krijgen van uw adres">
         
     | 
| 
       682 
765 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (nla)</description>
         
     | 
| 
       683 
766 
     | 
    
         
             
                <example>Kan de hostname niet krijgen van uw adres</example>
         
     | 
| 
         @@ -686,6 +769,7 @@ 
     | 
|
| 
       686 
769 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       687 
770 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       688 
771 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 772 
     | 
    
         
            +
             
     | 
| 
       689 
773 
     | 
    
         
             
              <fingerprint pattern="Can't get hostname for your address">
         
     | 
| 
       690 
774 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (eng)</description>
         
     | 
| 
       691 
775 
     | 
    
         
             
                <example>Can't get hostname for your address</example>
         
     | 
| 
         @@ -694,6 +778,7 @@ 
     | 
|
| 
       694 
778 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       695 
779 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       696 
780 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 781 
     | 
    
         
            +
             
     | 
| 
       697 
782 
     | 
    
         
             
              <fingerprint pattern="Ei suuda lahendada IP aadressi masina nimeks">
         
     | 
| 
       698 
783 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (est)</description>
         
     | 
| 
       699 
784 
     | 
    
         
             
                <example>Ei suuda lahendada IP aadressi masina nimeks</example>
         
     | 
| 
         @@ -702,6 +787,7 @@ 
     | 
|
| 
       702 
787 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       703 
788 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       704 
789 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 790 
     | 
    
         
            +
             
     | 
| 
       705 
791 
     | 
    
         
             
              <fingerprint pattern="Ne peut obtenir de hostname pour votre adresse">
         
     | 
| 
       706 
792 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (fre)</description>
         
     | 
| 
       707 
793 
     | 
    
         
             
                <example>Ne peut obtenir de hostname pour votre adresse</example>
         
     | 
| 
         @@ -710,6 +796,7 @@ 
     | 
|
| 
       710 
796 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       711 
797 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       712 
798 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 799 
     | 
    
         
            +
             
     | 
| 
       713 
800 
     | 
    
         
             
              <fingerprint pattern="Kann Hostnamen für diese Adresse nicht erhalten">
         
     | 
| 
       714 
801 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (ger)</description>
         
     | 
| 
       715 
802 
     | 
    
         
             
                <example>Kann Hostnamen für diese Adresse nicht erhalten</example>
         
     | 
| 
         @@ -718,6 +805,7 @@ 
     | 
|
| 
       718 
805 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       719 
806 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       720 
807 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 808 
     | 
    
         
            +
             
     | 
| 
       721 
809 
     | 
    
         
             
              <fingerprint pattern="Δεν έγινε γνωστό το hostname για την address σας">
         
     | 
| 
       722 
810 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (greek)</description>
         
     | 
| 
       723 
811 
     | 
    
         
             
                <example>Δεν έγινε γνωστό το hostname για την address σας</example>
         
     | 
| 
         @@ -726,6 +814,7 @@ 
     | 
|
| 
       726 
814 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       727 
815 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       728 
816 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 817 
     | 
    
         
            +
             
     | 
| 
       729 
818 
     | 
    
         
             
              <fingerprint pattern="A gepnev nem allapithato meg a cimbol">
         
     | 
| 
       730 
819 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (hun)</description>
         
     | 
| 
       731 
820 
     | 
    
         
             
                <example>A gepnev nem allapithato meg a cimbol</example>
         
     | 
| 
         @@ -734,6 +823,7 @@ 
     | 
|
| 
       734 
823 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       735 
824 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       736 
825 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 826 
     | 
    
         
            +
             
     | 
| 
       737 
827 
     | 
    
         
             
              <fingerprint pattern="Impossibile risalire al nome dell'host dall'indirizzo \(risoluzione inversa\)">
         
     | 
| 
       738 
828 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (ita)</description>
         
     | 
| 
       739 
829 
     | 
    
         
             
                <example>Impossibile risalire al nome dell'host dall'indirizzo (risoluzione inversa)</example>
         
     | 
| 
         @@ -742,6 +832,7 @@ 
     | 
|
| 
       742 
832 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       743 
833 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       744 
834 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 835 
     | 
    
         
            +
             
     | 
| 
       745 
836 
     | 
    
         
             
              <fingerprint pattern="IPアドレスからホスト名を解決できません。">
         
     | 
| 
       746 
837 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (jpn)</description>
         
     | 
| 
       747 
838 
     | 
    
         
             
                <example>IPアドレスからホスト名を解決できません。</example>
         
     | 
| 
         @@ -750,6 +841,7 @@ 
     | 
|
| 
       750 
841 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       751 
842 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       752 
843 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 844 
     | 
    
         
            +
             
     | 
| 
       753 
845 
     | 
    
         
             
              <fingerprint pattern="당신의 컴퓨터의 호스트이름을 얻을 수 없읍니다.">
         
     | 
| 
       754 
846 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (kor)</description>
         
     | 
| 
       755 
847 
     | 
    
         
             
                <example>당신의 컴퓨터의 호스트이름을 얻을 수 없읍니다.</example>
         
     | 
| 
         @@ -758,6 +850,7 @@ 
     | 
|
| 
       758 
850 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       759 
851 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       760 
852 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 853 
     | 
    
         
            +
             
     | 
| 
       761 
854 
     | 
    
         
             
              <fingerprint pattern="Kan ikke få tak i vertsnavn for din adresse">
         
     | 
| 
       762 
855 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (nor)</description>
         
     | 
| 
       763 
856 
     | 
    
         
             
                <example>Kan ikke få tak i vertsnavn for din adresse</example>
         
     | 
| 
         @@ -766,6 +859,7 @@ 
     | 
|
| 
       766 
859 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       767 
860 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       768 
861 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 862 
     | 
    
         
            +
             
     | 
| 
       769 
863 
     | 
    
         
             
              <fingerprint pattern="Kan ikkje få tak i vertsnavn for di adresse">
         
     | 
| 
       770 
864 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (norwegian-ny)</description>
         
     | 
| 
       771 
865 
     | 
    
         
             
                <example>Kan ikkje få tak i vertsnavn for di adresse</example>
         
     | 
| 
         @@ -774,6 +868,7 @@ 
     | 
|
| 
       774 
868 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       775 
869 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       776 
870 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 871 
     | 
    
         
            +
             
     | 
| 
       777 
872 
     | 
    
         
             
              <fingerprint pattern="Nie można otrzymać nazwy hosta dla twojego adresu">
         
     | 
| 
       778 
873 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (pol)</description>
         
     | 
| 
       779 
874 
     | 
    
         
             
                <example>Nie można otrzymać nazwy hosta dla twojego adresu</example>
         
     | 
| 
         @@ -782,6 +877,7 @@ 
     | 
|
| 
       782 
877 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       783 
878 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       784 
879 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 880 
     | 
    
         
            +
             
     | 
| 
       785 
881 
     | 
    
         
             
              <fingerprint pattern="Não pode obter nome do 'host' para seu endereço">
         
     | 
| 
       786 
882 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (por)</description>
         
     | 
| 
       787 
883 
     | 
    
         
             
                <example>Não pode obter nome do 'host' para seu endereço</example>
         
     | 
| 
         @@ -790,6 +886,7 @@ 
     | 
|
| 
       790 
886 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       791 
887 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       792 
888 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 889 
     | 
    
         
            +
             
     | 
| 
       793 
890 
     | 
    
         
             
              <fingerprint pattern="Nu pot sa obtin hostname-ul adresei tale">
         
     | 
| 
       794 
891 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (rum)</description>
         
     | 
| 
       795 
892 
     | 
    
         
             
                <example>Nu pot sa obtin hostname-ul adresei tale</example>
         
     | 
| 
         @@ -798,6 +895,7 @@ 
     | 
|
| 
       798 
895 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       799 
896 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       800 
897 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 898 
     | 
    
         
            +
             
     | 
| 
       801 
899 
     | 
    
         
             
              <fingerprint pattern="Невозможно получить имя хоста для вашего адреса">
         
     | 
| 
       802 
900 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (rus)</description>
         
     | 
| 
       803 
901 
     | 
    
         
             
                <example>Невозможно получить имя хоста для вашего адреса</example>
         
     | 
| 
         @@ -806,6 +904,7 @@ 
     | 
|
| 
       806 
904 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       807 
905 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       808 
906 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 907 
     | 
    
         
            +
             
     | 
| 
       809 
908 
     | 
    
         
             
              <fingerprint pattern="Ne mogu da dobijem ime host-a za vašu IP adresu">
         
     | 
| 
       810 
909 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (serbian)</description>
         
     | 
| 
       811 
910 
     | 
    
         
             
                <example>Ne mogu da dobijem ime host-a za vašu IP adresu</example>
         
     | 
| 
         @@ -814,6 +913,7 @@ 
     | 
|
| 
       814 
913 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       815 
914 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       816 
915 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 916 
     | 
    
         
            +
             
     | 
| 
       817 
917 
     | 
    
         
             
              <fingerprint pattern="Nemôžem zistiť meno hostiteľa pre vašu adresu">
         
     | 
| 
       818 
918 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (slo)</description>
         
     | 
| 
       819 
919 
     | 
    
         
             
                <example>Nemôžem zistiť meno hostiteľa pre vašu adresu</example>
         
     | 
| 
         @@ -822,6 +922,7 @@ 
     | 
|
| 
       822 
922 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       823 
923 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       824 
924 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 925 
     | 
    
         
            +
             
     | 
| 
       825 
926 
     | 
    
         
             
              <fingerprint pattern="No puedo obtener el nombre de maquina de tu direccion">
         
     | 
| 
       826 
927 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (spa)</description>
         
     | 
| 
       827 
928 
     | 
    
         
             
                <example>No puedo obtener el nombre de maquina de tu direccion</example>
         
     | 
| 
         @@ -830,6 +931,7 @@ 
     | 
|
| 
       830 
931 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       831 
932 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       832 
933 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 934 
     | 
    
         
            +
             
     | 
| 
       833 
935 
     | 
    
         
             
              <fingerprint pattern="Kan inte hitta 'hostname' för din adress">
         
     | 
| 
       834 
936 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (swe)</description>
         
     | 
| 
       835 
937 
     | 
    
         
             
                <example>Kan inte hitta 'hostname' för din adress</example>
         
     | 
| 
         @@ -838,6 +940,7 @@ 
     | 
|
| 
       838 
940 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       839 
941 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       840 
942 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 943 
     | 
    
         
            +
             
     | 
| 
       841 
944 
     | 
    
         
             
              <fingerprint pattern="Не можу визначити ім'я хосту для вашої адреси">
         
     | 
| 
       842 
945 
     | 
    
         
             
                <description>Oracle MySQL error ER_BAD_HOST_ERROR (ukr)</description>
         
     | 
| 
       843 
946 
     | 
    
         
             
                <example>Не можу визначити ім'я хосту для вашої адреси</example>
         
     | 
| 
         @@ -846,6 +949,7 @@ 
     | 
|
| 
       846 
949 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL"/>
         
     | 
| 
       847 
950 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:oracle:mysql:-"/>
         
     | 
| 
       848 
951 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 952 
     | 
    
         
            +
             
     | 
| 
       849 
953 
     | 
    
         
             
              <fingerprint pattern="^Host '[^']+' is not allowed to connect to this MariaDB server$">
         
     | 
| 
       850 
954 
     | 
    
         
             
                <description>MariaDB MariaDB - Error: Host not allowed to connect (English) </description>
         
     | 
| 
       851 
955 
     | 
    
         
             
                <example>Host '10.10.10.10' is not allowed to connect to this MariaDB server</example>
         
     | 
| 
         @@ -854,6 +958,7 @@ 
     | 
|
| 
       854 
958 
     | 
    
         
             
                <param pos="0" name="service.product" value="MariaDB"/>
         
     | 
| 
       855 
959 
     | 
    
         
             
                <param pos="0" name="service.cpe23" value="cpe:/a:mariadb:mariadb:-"/>
         
     | 
| 
       856 
960 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 961 
     | 
    
         
            +
             
     | 
| 
       857 
962 
     | 
    
         
             
              <fingerprint pattern="^#07000Proxy Warning - IP Forbidden$">
         
     | 
| 
       858 
963 
     | 
    
         
             
                <description>Oracle MySQL Proxy - Error: Host not allowed to connect</description>
         
     | 
| 
       859 
964 
     | 
    
         
             
                <example>#07000Proxy Warning - IP Forbidden</example>
         
     | 
| 
         @@ -861,6 +966,7 @@ 
     | 
|
| 
       861 
966 
     | 
    
         
             
                <param pos="0" name="service.family" value="MySQL"/>
         
     | 
| 
       862 
967 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL Proxy"/>
         
     | 
| 
       863 
968 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
      
 969 
     | 
    
         
            +
             
     | 
| 
       864 
970 
     | 
    
         
             
              <fingerprint pattern="^\(proxy\) all backends are down$">
         
     | 
| 
       865 
971 
     | 
    
         
             
                <description>Oracle MySQL Proxy - Error: Backends down</description>
         
     | 
| 
       866 
972 
     | 
    
         
             
                <example>(proxy) all backends are down</example>
         
     | 
| 
         @@ -868,4 +974,5 @@ 
     | 
|
| 
       868 
974 
     | 
    
         
             
                <param pos="0" name="service.family" value="MySQL"/>
         
     | 
| 
       869 
975 
     | 
    
         
             
                <param pos="0" name="service.product" value="MySQL Proxy"/>
         
     | 
| 
       870 
976 
     | 
    
         
             
              </fingerprint>
         
     | 
| 
       871 
     | 
    
         
            -
             
     | 
| 
      
 977 
     | 
    
         
            +
             
     | 
| 
      
 978 
     | 
    
         
            +
            </fingerprints>
         
     |