Changes

Jump to navigation Jump to search
283 bytes added ,  01:10, 13 March 2022
Line 47: Line 47:  
=== Configuration ===
 
=== Configuration ===
 
you can list the available configuration with the following command :
 
you can list the available configuration with the following command :
  config show {{#var:contribname}}
+
  config show {{#var:contribname}}-mariadb
 +
config show {{#var:contribname}}-mysql.init
    
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
 
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
Line 81: Line 82:  
|}
 
|}
    +
===Usage===
    +
For Wordpress adjust the DB_HOST value in the wp-config.php file accordingly.
 +
 +
  define( 'DB_HOST', 'localhost:/var/lib/mysql/mariadb105.sock' );
 +
or
 +
 +
  define( 'DB_HOST', '127.0.0.1:/var/lib/mysql/mariadb105.sock' );
    
=== Uninstall ===
 
=== Uninstall ===
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu