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

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

Finding missing numbers from billion sequential number list file

Implement Queue Using two Stacks – JavaScript algorithm

Changing decimal number to its binary equivalent

Implementing tokenizer and adding tokens to the linked list

Find the first occurence of number in the sorted array

binary tree problems with solution

String Ordered Permutation Algorithm Problem

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

Flatten nested javascript array

2 Comments
  1. Nani

    Its gr8 like it

    1. gullele

      Glad you like it Nani

Leave a Reply

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

*
*