Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:mac:builds:mysql [2008/08/03 00:59] – billh | docs:mac:builds:mysql [2012/04/25 22:09] (current) – [mysql] billh | ||
---|---|---|---|
Line 23: | Line 23: | ||
sudo chown -R root . | sudo chown -R root . | ||
sudo chown -R mysql var | sudo chown -R mysql var | ||
+ | |||
+ | (note - if you get a socket error when trying the command below to start the server, you need to create the socket file like this) | ||
+ | cd /tmp | ||
+ | sudo touch mysql.sock | ||
+ | sudo chown mysql:wheel mysql.sock | ||
(start the MySQL server) | (start the MySQL server) | ||
Line 33: | Line 38: | ||
sudo / | sudo / | ||
</ | </ | ||
- | |||
===== thread safe client ===== | ===== thread safe client ===== | ||
The **%%--enable-thread-safe-client%%** flag tells mysql to build mysqlclient_r. | The **%%--enable-thread-safe-client%%** flag tells mysql to build mysqlclient_r. |