Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: David Powers
In Terminal I found there was
a /tmp/mysql.sock but nothing at /var/mysql/ Not even a directory for
mysql. So
I had to create one and then make the -s link. I also had to use super user
permissions to do it.
On a Mac 10.4.10, here's what you do--In Terminal
cd /var/
sudo mkdir mysql
cd (to get back to root)
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
At any time you can run the ls command to see all the files and
directories within the current directory, so you can keep track of where
you are. Always hit cd (enter) to go back to home (root).
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more