Dnes jsem si dal na server plugin stats.
Ale mám takový problém, když dám na web ty statistiky tak mi to píše tuto chybu
Kód: Vybrat vše
Error loading character set latin1:
mysqli_real_escape_string() might not work proper.Connect failed: Can't connect to MySQL server on 'rambo.falaheda.eu' (110)
Ještě zde přiložím MySQL nastavení
Kód: Vybrat vše
// necessary to work
$mysql_host = 'rambo.falaheda.eu'; // your MySQL server IP
$mysql_user = 'MySQL-User: 105601_mysql_db
MySQL-Port: 3306'; // your MySQL database user
$mysql_pass = '*******'; // your MySQL database password
$mysql_db = 'jdbc:mysql://localhost:3306/105601_mysql_db'; // your MySQL database name
$mysql_encoding = 'latin1'; // this is recommended because the plugin creates all its tables with latin1 encoding
$prefix = 'stats_'; // [default=stats]
Předem děkuji za radu karma je jistotou
