20120821 drupal where is my mysql config - plembo/onemoretech GitHub Wiki

title: Drupal: where is my mysql config? link: https://onemoretech.wordpress.com/2012/08/21/drupal-where-is-my-mysql-config/ author: lembobro description: post_id: 3223 created: 2012/08/21 11:46:04 created_gmt: 2012/08/21 15:46:04 comment_status: closed post_name: drupal-where-is-my-mysql-config status: publish post_type: post

Drupal: where is my mysql config?

For recent versions of Drupal the default MySQL client config can be found in [INSTALL]/sites/default/settings.php as a mysqli connect string.

mysqli://root:paswordgoeshere@localhost

Replace "root" and "localhost" with the actual user and host for your target MySQL server.

Copyright 2004-2019 Phil Lembo