From 0313a712f2c04b3e67f8d63518d88190790edebb Mon Sep 17 00:00:00 2001 From: mattf Date: Sat, 9 Sep 2006 20:04:46 +0000 Subject: [PATCH] added ln -s /tmp/mysql.sock /var/run/mysql/mysql.sock to the end of mysql section of scratch install git-svn-id: svn://192.168.202.10@266 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index cccc1ee1..dd7763b4 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -348,6 +348,7 @@ NOTE: a minimum of MySQL server 4.0.X is required - chgrp -R mysql /usr/local/mysql - cp support-files/my-medium.cnf /etc/my.cnf - /usr/local/mysql/bin/mysqld_safe --user=mysql & + - ln -s /tmp/mysql.sock /var/run/mysql/mysql.sock - you are done ***** NOTE: if you will be using any of the DBI perl scripts: *****