Tag Archives: mysql server

2002 Cannot log in to the MySQL server – MAC

To fix In /etc/php.ini, replaced the three occurences of /var/mysql/mysql.sock with /tmp/mysql.sock prompt% sudo chmod u+w php.ini   <- had to give myself write permission to that file.. you may need to become root user to actually edit the file.. depends … Continue reading

Posted in PHP, SQL | Tagged , , , , , , | Leave a comment

MYSQL – Replication

Login to your mysql server: mysql -uBla -p Some useful commands SHOW SLAVE STATUS; SHOW MASTER STATUS; SHOW PROCESSLIST ; SHOW SLAVE HOSTS;

Posted in MYSQL | Tagged , , , , , , , , | Leave a comment