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
This commit is contained in:
mattf
2006-09-09 20:04:46 +00:00
parent 8780c82d81
commit 0313a712f2
+1
View File
@@ -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: *****