This account can only be used on the SAE platform. It cannot be connected externally. We recommend that developers use SaeMysql to operate databases. If you want to perform database operations by yourself, you can use the following constant: user name? :? SAE_MYSQL_USER password? :? SAE_MYSQL_PASS primary database domain name? :? SAE_MYSQL_HOST_M slave database domain name? :? Port SAE_MYSQL_HOST_S? :
This account can only be used on the SAE platform. It cannot be connected externally. We recommend that developers use SaeMysql to operate databases. If you want to perform database operations by yourself, you can use the following constant: user name? :? SAE_MYSQL_USER password? :? SAE_MYSQL_PASS primary database domain name? :? SAE_MYSQL_HOST_M slave database domain name? :? SAE_MYSQL_HOST_S port? :
This account can only be used on the SAE platform and cannot be connected externally. We recommend that developers use SaeMysql to operate databases.
If you want to perform database operations by yourself, you can use the following constants:
Username? :? SAE_MYSQL_USER
Password? :? SAE_MYSQL_PASS
Master database domain name? :? SAE_MYSQL_HOST_M
Slave database domain name? :? SAE_MYSQL_HOST_S
Port? :? SAE_MYSQL_PORT
Database Name? :? SAE_MYSQL_DB
What is the database name if you connect to the database by yourself? App _ Application name
The user name is accesskey
The password is secretkey.
######################
Username :? Access? Key? -Query summary information
Password :? Secret? Key? -Query summary information
Master database Domain Name :? Export rdc.sae.sina.com.cn
Port? :? 3307
Database Name? :? App _***? (In fact, it is the app_app name)
######################
For example:
//? **? MySQL? Set? -? The specific information is from the host you are using? **? //
/**? WordPress? Database Name? */
Define ('db _ name ',? 'App _ jiangsuqihuokaihu ');
/**? MySQL? Database username? */
Define ('db _ user ',? 'N1_1lo0o5z ');
/**? MySQL? Database Password? */
Define ('db _ password ',? 'Jkwjxjjxl1j2w1jjyxm00jxlmk4ykw300i315y0k ');
/**? MySQL? Host? */
Define ('db _ host ',? 'W .rdc.sae.sina.com.cn: 3307 ′);
/**? What is the default text encoding when a data table is created? */
Define ('db _ charset ',? 'Utf8 ′);
/**? Database sorting type. If you are not sure, do not change it? */
Define ('db _ collate ',?");
Original article address: Sina SAE database information (user & password & Master Address), thanks to the original author for sharing.