Home > Database > Mysql Tutorial > 新浪SAE数据库信息(用户&密码&主地址)_MySQL

新浪SAE数据库信息(用户&密码&主地址)_MySQL

WBOY
Release: 2016-06-01 13:17:19
Original
1069 people have browsed it

用户名  : SAE_MYSQL_USER
密  码 : SAE_MYSQL_PASS
主库域名 : SAE_MYSQL_HOST_M
从库域名 : SAE_MYSQL_HOST_S
端  口 : SAE_MYSQL_PORT
数据库名 : SAE_MYSQL_DB

 

######################

用户名: access key ---在汇总信息查
密 码: secret key ---在汇总信息查
主库域名: w.rdc.sae.sina.com.cn
端 口 : 3307
数据库名 : app_*** (其实就是app_应用名)

######################

 

比如:

 

// ** MySQL 设置 - 具体信息来自您正在使用的主机 ** //

/** WordPress 数据库的名称 */

define('DB_NAME', 'app_jiangsuqihuokaihu');

 

/** MySQL 数据库用户名 */

define('DB_USER', 'njw1lo0o5z');

 

/** MySQL 数据库密码 */

define('DB_PASSWORD', 'jkwjxjjxl1j2w1jjyxm00jxlmk4ykw300i315y0k');

 

/** MySQL 主机 */

define('DB_HOST', 'w.rdc.sae.sina.com.cn:3307');

 

/** 创建数据表时默认的文字编码 */

define('DB_CHARSET', 'utf8');

 

/** 数据库整理类型。如不确定请勿更改 */

define('DB_COLLATE', '');

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template