

- #MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE INSTALL#
- #MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE MANUAL#
- #MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE FULL#
I had searched and searched my new machine and couldn't find mysql.sock. Maybe it could remain _mysql but wheel works.Ĥ)Copy mysql.sock from another machine. I ended up having that folder and all items set to root:wheel though in the end, because it was one of the many things recommended and its working. They are an important part of the solution but if you try them and still get errors, you will know why.ģ)sudo chown -R root:wheel /Library/StartupItems/MySQLCOM/ĭidn't solve my problem. Without anything to start mysqld and thereby create mysql.sock I was doomed. Why? Because the mysql daemon wasn't starting. not /tmp/mysql.sock but /tmp It was suggested but wasn't working because there was no mysql.sock because mysqld wasn't spawning.Ģ)Basedir and datadir modifications didn't work because there was no mysql.sock to point too.
#MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE FULL#
Maybe you can point to the directory it is being created, and not the actual full file path i.e. Nothing worked because MySQL wasn't starting, therefore it wasn't creating mysql.sock in the first place.

I even tried modifying rver with vi directly. (skip to end for resolution)ĮRROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysql.sock'Īnd numerous other EXTREMELY common issues related to mysql.sockġ)Create /etc/my.cnf file with the proper paths to mysql.sock. ☹ I looked in my system preference mysql pane and found mysql server wasn't starting. After rming everything I could find related to mysql and then reinstalling 5.5.8 everything worked! Until I rebooted. I had all sorts of issues installing with the dmg from, installing mysql5 using macports, uninstalling trying to revert to 5.1.54 (couldn't because I couldn't find the receipt file with that info even though I followed the directions).
#MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE INSTALL#
That had been a pain to install as well but not like this. The server was rebuilt and of course MySQL 5.5.8 didn't work.


I don't post a lot but everybody's posting here and on so many boards helped me so much! None of them gave me the right answer mind you, but here is my unique solution to this nightmare of a spending 2 solid days trying to install MySQL 5.5.9 on Snow Leopard 10.6. Opened up the MySQL Preference Pane and tada! it worksįirst of all can I just say that I really really love the Internet community for all that it does in providing answers to everybody.
#MAC OS HIGH SIERRA SERVER CREATE NETRESTORE FROM IMAC IMAGE MANUAL#
Did a manual compile and installation of MySQL as per these instructions.Installed 64bit version of MySQL Server packet from.to get the preference pane working I did the following: You can manually start it as root with the command: /usr/loca/mysql/bin/mysqld_safe The solution was to follow the steps to build MySQL from source found here. Along with making sure you install the 64bit version, also check to make sure that the symbolic link of '/usr/local/mysql' is pointing to the correct version of your installation: lrwxr-xr-x 1 root wheel 27B Aug 29 01:24 mysql -> mysql-5.1.37-osx10.5-x86_64ĭrwxr-xr-x 3 root wheel 102B Aug 29 01:25 mysql-5.1.30-osx10.5-x86ĭrwxr-xr-x 11 root wheel 374B Aug 29 15:59 mysql-5.1.37-osx10.5-x86_64ĭrwxr-xr-x 17 root wheel 578B Jul 13 22:06 mysql-5.1.37-osx10.5-x86_64.oldĪlos, I found that after my installation, even though I used the pkg file from MySQL various other libraries would not build against the installation.
