Newer version of mysql exists error while installing on Mac OS

Newer version of mysql exists error while installing on Mac OS

I was reinstalling my mac machine and wanted to install my goodies [PHP, Apache, MySQL] on it and I come up with the newer version error when i try to install mysql.
here is what I gather from different sites and blogs:
Go to the terminal and issue these commands
sudo rm /usr/local/mysql*
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
sudo rm /etc/my.cnf
sudo rm -rf /var/db/receipts/com.mysql.*

This has taken care of the error for me

See how you would solve these known algorithm problems

String Ordered Permutation Algorithm Problem

Find the first occurence of number in the sorted array

testing k complementary pairs algorithm with junit

Find the pairs that makes K Complementary in the given array java solution

Kadane’s algorithm in C – Dynamic Programming

Check if there are three numbers a, b, c giving a total T from array A

Find longest palindrom from sequence of characters

Find K Complementary numbers from array Java implementation

Get maximum occurring character

Implementing tokenizer and adding tokens to the linked list

2 Comments
  1. Nani

    Its gr8 like it

    1. gullele

      Glad you like it Nani

Leave a Reply to gullele Cancel reply

Your email address will not be published. Required fields are marked *

*
*