Skip to content
Violet edited this page Nov 2, 2010 · 2 revisions

DBSocket

Used to define the database socket in the case which database is on the same host as the web server running Melody but the database and Perl's UNIX sockets are different.

Advanced and typically only used in larger installations.

Examples

For the database socket "/path/to/mysql.sock":

DBSocket /path/to/mysql.sock

Related

Database config directives:

For instructions on how to configure Melody for your database environment, see Installation and Updating Guides.

  • Categories: Appendix: Configuration Directives
  • Tags: config, configuration, database, dbi, installation, mysql, oracle, postgres, sqlite
Clone this wiki locally