Error installing mySQL on mac yosamite

I am getting the following error from the installer when trying to install mysql on mac yosamite. "The installer encountered an error that caused the installation to fail. Contact the software manufacturer for further assistance."

Below is a description of the steps: 1. Downloaded dmg from: http://dev.mysql.com/downloads/mysql/ 2. Run the package - followed the steps and finally got this error

See the installer log below: 19 Oct 12:41:05 Srikanths-MBP installd [963]: PackageKit: ----- Start installation ----- Oct 19 12:41:21 Srikanths-MBP installd [963]: PackageKit: Install Failed: Error Domain = PKInstallErrorDomain Code = 112 "An error occurred while running scripts from package" mysql-5.6.21-osx10.8-x86_64. pack "UserInfo = 0x7fb13e253ad0 {NSFilePath =. / postinstall, NSURL = file: //localhost/Volumes/mysql-5.6.21-osx10.8-x86_64/mysql-5.6.21-osx10.8-x86_64.pkg#mysql- startup- item.pkg, PKInstallPackageIdentifier = com.mysql.startupitem, NSLocalizedDescription = An error occurred while running scripts from the "mysql-5.6.21-osx10.8-x86_64.pkg" package.} {NSFilePath = ". / postinstall "; NSLocalizedDescription =" An error occurred while running scripts from the \ U201cmysql-5.6.21-osx10.8-x86_64.pkg \ U201d package. ";NSURL = "file: //localhost/Volumes/mysql-5.6.21-osx10.8-x86_64/mysql-5.6.21-osx10.8-x86_64.pkg#mysql-startup-item.pkg"; PKInstallPackageIdentifier = "com.mysql.startupitem"; } Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Installation error: The installer encountered an error that caused the installation to fail. Contact the software manufacturer for help. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Displays the "Install Failed" user interface. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: "Install Failed" message displayed UI: "The installer encountered an error that caused the installation to fail. Please contact the software manufacturer for assistance. '.8-x86_64.pkg # mysql-startup-item.pkg "; PKInstallPackageIdentifier =" com.mysql.startupitem ";} Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Installation failed: The installer encountered an error that resulted in installation failed, contact your software manufacturer for assistance Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Displays the "Install Failed" UI Oct 19 12:41:21 Srikanths-MBP Installer [1168]: "Install Failed" message displayed by UI: "The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. '.8-x86_64.pkg # mysql-startup-item.pkg "; PKInstallPackageIdentifier =" com.mysql.startupitem ";} Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Installation failed: The installer encountered an error that resulted in installation failed, contact your software manufacturer for assistance Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Displays the "Install Failed" UI Oct 19 12:41:21 Srikanths-MBP Installer [1168]: "Install Failed" message displayed by UI: "The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. '.The installer encountered an error that caused the installation to fail. Contact the software manufacturer for help. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Displays the "Install Failed" user interface. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: "Install Failed" message displayed UI: "The installer encountered an error that caused the installation to fail. Please contact the software manufacturer for assistance. '.The installer encountered an error that caused the installation to fail. Contact the software manufacturer for help. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: Displays the "Install Failed" user interface. Oct 19 12:41:21 Srikanths-MBP Installer [1168]: "Install Failed" message displayed UI: "The installer encountered an error that caused the installation to fail. Please contact the software manufacturer for assistance. '.which caused the installation to fail. Contact the software manufacturer for assistance. '.which caused the installation to fail. Contact the software manufacturer for assistance. '.

Please, help! as I am new to DB.

+3


source to share


3 answers


The Startup element seems to be throwing an error. I removed it from preferences and the installation worked.



+6


source


I fixed this issue by choosing Custom Install after accepting the license agreement, then disabling the Run item (third in the list). I have disabled the "Settings" option. It could be something with your users folder and folder permissions in a non-standard location, since I currently have my users folder hosted on a volume that is NOT a boot volume.



+10


source


When you start installing the MySQL 5.6.21 package (the latest version compatible with OSX 10.9), after adopting a different form, select "Custom Installation" and remove the panel from the installation settings and Startup items. This is how it works =)

+3


source







All Articles