The syntax for replication startup options is deprecated

#sql instruction CHANGE MASTER TO MASTER_HOST=’192.152.105.4′, MASTER_PORT=3306,MASTER_USER=slave’, MASTER_PASSWORD=’pwextra’,MASTER_SSL=1,MASTER_SSL_CA=’/etc/ssl/certs/cacert.pem’, MASTER_SSL_CAPATH =’/etc/ssl/certs’,MASTER_SSL_CERT = ‘/etc/ssl/certs/mysqlextraslave-cert.pem’, MASTER_SSL_KEY = ‘/etc/mysql/mysqlextraslave-key.pem’; Feb 18 12:20:15 extra mysqld_safe[24001]: 090218 12:20:15 [Warning] The syntax for replication startup options is deprecated and will be removed in MySQL 5.2. Please use ‘CHANGE MASTER’ instead. Feb 18 12:20:15 extra mysqld_safe[24001]: 090218 12:20:15 [Warning] The syntax for replication […]

03/03/2009   Linux

PES 2009 salvataggi lenti slow savegame problem saving

Scrivo rapidamento questo post per aiutare chi (come me) ha accusato seri problemi di lentezza ad ogni salvataggio di pes 2009. Una situazione insopportabile, due o tre minuti costretti ad attendere il menù successivo, semplicemente ingiocabile…. Trovato finalmente un po’ di tempo (oggi è sabato!) ho trovato in AVG il “colpevole” Per risolvere non è […]

25/10/2008   [RISOLTO]

Richiesta formale cambio DNS migrazione hosting

Per la corretta messa in produzione del sito web è necessario modificare il file di zona del nome a dominio *********.it, sostituendo l’indirizzo IP del record “www” da 192.168.0.1 a 192.168.0.2 Per rendere raggiungibile il sito senza dover anteporre il suffisso “www” al nome a dominio è consigliata la pubblicazione di un record @ associato […]

23/09/2008   Dns, SEO

Apache http return code table

100 Continue 101 Switching Protocols 102 Processing 200 OK 201 Created 202 Accepted 204 No Content 205 Reset Content 206 Partial Content 207 Multi-Status 300 Multiple Choices 301 Moved Permanently 302 Found 303 See Other 304 Not Modified 305 Use Proxy 306 unused 307 Temporary Redirect 400 Bad Request 401 Authorization Required 402 Payment Required […]

17/09/2008   Apache

[RISOLTO] Mysql password di root persa

texilee:/# mysql ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO) texilee:/# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) texilee:/# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES) texilee:/# /etc/init.d/mysql stop Stopping MySQL database […]

19/06/2008   Mysql, [RISOLTO]