MySQL Forums
Forum List  »  Install & Repo

Mac Homebrew Install Issues
Posted by: da Bee
Date: August 11, 2015 03:22AM

Hi folks.

I installed mysql using homebrew and it created a system that was confused by the current .dmg install of mysql. So I tried deleting the latter but that didn't change anything. Deleted all known copies of mysql on my system, and reinstalled using homebrew. That didn't change anything.

I can't create a new database.

mysql> create database `abc`;
ERROR 1006 (HY000): Can't create database 'abc' (errno: 2)

Upon looking for the data folder, this is what I get:

| datadir | /usr/local/mysql/data/

However, there is no /usr/local/mysql directory at all.

How can I completely flush my system so I can try fresh? I have a backup, so I can move forward.

Thanks

daBee

Options: ReplyQuote


Subject
Written By
Posted
Mac Homebrew Install Issues
August 11, 2015 03:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.