I can't remember the original guide but I am sure that this is a correct solution.
Edit the follow snippet of code in a script file, e.g: mysql_modify.sh #!/bin/bash clear echo "Modify mysql configuration before running" sudo mkdir /var/run/mysqld cd /var/run/mysqld sudo ln -s /opt/lampp/var/mysql/mysql.sock mysqld.sock Then, chmod this file to able execute it. Run it at the final step. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
