Skip to content

Instantly share code, notes, and snippets.

@Gaddict
Created September 13, 2015 06:09
Show Gist options
  • Save Gaddict/85f7df8db9b5af315319 to your computer and use it in GitHub Desktop.
Save Gaddict/85f7df8db9b5af315319 to your computer and use it in GitHub Desktop.
OpenShift用phpMyAdminのconfig.inc.php
$cfg['Servers'][$i]['host'] = getenv('OPENSHIFT_MYSQL_DB_HOST');
$cfg['Servers'][$i]['port'] = getenv('OPENSHIFT_MYSQL_DB_PORT');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment