PDA

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


frietzieey
November 7th, 2007, 12: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, 09:40 AM
If you remove that line, your app won't be able to connect with the MySQL database.