Apple is reportedly planning a visual refresh of the entry-level MacBook
Pro next year
-
Next spring could be a fiesta of new iPads, MacBooks and iPhones.
8 ore fa
Il blog è stato spostato! Redirecting...
Stai per essere spostato sul nuovo indirizzo. Se non funziona vai su http://www.lejubila.net e aggiorna il tuo bookmark.
#!/bin/bash
check_str=`mysql -u user_mysql --password=password_mysql -e "SHOW SLAVE STATUS\G" |grep Last_Error | cut -d ':' -f 2 `
check=`echo $check_str | tr -d ' '`
if [ $check ]; then
echo " ATTENZIONE !!!!!"
echo "POSSIBILE ERRORE NELLA REPLICA DI MYSQL"
echo
echo
echo ERRORE=$check_str
fi