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

Check if two strings are anagrams or not

testing k complementary pairs algorithm with junit

Get maximum occurring character

Find the first occurence of number in the sorted array

Array reversal in Recurrsion

Kadane’s algorithm in C – Dynamic Programming

Find longest palindrom from sequence of characters

Implementing tokenizer and adding tokens to the linked list

Implement Queue Using two Stacks – JavaScript algorithm

2 Comments
  1. Nani

    Its gr8 like it

    1. gullele

      Glad you like it Nani

Leave a Reply to Nani Cancel reply

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

*
*