PDA

View Full Version : [SOLVED] socket in database.yml



frietzieey
November 7th, 2007, 05:00 AM
is there any difference if i remove the socket in the config/database.yml?.



development:
adapter: mysql
database: bookmarker
username: root
password: s3cr3t
host: localhost
socket: /var/run/mysqld/mysqld.sock

ThinkBuntu
November 7th, 2007, 02:40 PM
If you remove that line, your app won't be able to connect with the MySQL database.