要求是:Open up config.php and input the credentials of your MySql database.請問我具體該修改什么?我沒有學(xué)過php。希望大神幫下忙。<?php /*AthenaHTTP*/if(!defined('AthenaHTTP')) header('Location: .');$DB_HOST = 'athena-mysql';$DB_USER = 'root';$DB_PASS = '123456';$DB_NAME = 'athena2';$TIME = strtotime(gmdate('M d Y H:i:s'));mysql_connect($DB_HOST, $DB_USER, $DB_PASS) or die(mysql_error());mysql_select_db($DB_NAME) or die(mysql_error());?>
這個config.php該怎么配置?
慕工程0101907
2019-02-08 11:07:05