MySQL Forums
Forum List  »  Install & Repo

Re: Apparent permissions mess upgrading from 5.5 to 5.6
Posted by: Rob Lewis
Date: August 15, 2016 04:30PM

I've changed owner:group of everything in the main install directory and the /bin and /data subdirectories to _mysql:wheel.

Now this is what I'm seeing when I try to run mysql:

2016-08-15 15:28:06 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-08-15 15:28:06 0 [Note] mysqld (mysqld 5.6.32-log) starting as process 59584 ...
2016-08-15 15:28:06 59584 [Warning] Can't create test file /usr/local/mysql-5.6.32-osx10.11-x86_64/data/froghill.lower-test
2016-08-15 15:28:06 59584 [Warning] Can't create test file /usr/local/mysql-5.6.32-osx10.11-x86_64/data/froghill.lower-test
2016-08-15 15:28:06 59584 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use '--log-bin=froghill-bin' to avoid this problem.
mysqld: File './froghill-bin.index' not found (Errcode: 13 - Permission denied)
2016-08-15 15:28:06 59584 [ERROR] Aborting

2016-08-15 15:28:06 59584 [Note] Binlog end
2016-08-15 15:28:06 59584 [Note] mysqld: Shutdown complete

Options: ReplyQuote


Subject
Written By
Posted
Re: Apparent permissions mess upgrading from 5.5 to 5.6
August 15, 2016 04:30PM


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.