Changeset 1902202
- Timestamp:
- 07/02/2018 01:38:12 AM (7 years ago)
- Location:
- secure-db-connection/trunk
- Files:
-
- 5 edited
-
lib/admin.php (modified) (1 diff)
-
lib/db.php (modified) (1 diff)
-
lib/dropin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
secure-db-connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
secure-db-connection/trunk/lib/admin.php
r1754886 r1902202 7 7 * Author URI: http://xyu.io/ 8 8 * Text Domain: secure-db-connection 9 * Version: 1.1. 49 * Version: 1.1.5 10 10 */ 11 11 -
secure-db-connection/trunk/lib/db.php
r1902178 r1902202 6 6 * Author: Xiao Yu 7 7 * Author URI: http://xyu.io/ 8 * Version: 1.1. 48 * Version: 1.1.5 9 9 */ 10 10 -
secure-db-connection/trunk/lib/dropin.php
r1754886 r1902202 7 7 * Author URI: http://xyu.io/ 8 8 * Text Domain: secure-db-connection 9 * Version: 1.1. 49 * Version: 1.1.5 10 10 */ 11 11 -
secure-db-connection/trunk/readme.txt
r1902178 r1902202 3 3 Tags: db, mysql, secure, encrypted, ssl 4 4 Requires at least: 3.9 5 Tested up to: 4. 8.26 Stable tag: 1.1. 45 Tested up to: 4.9.6 6 Stable tag: 1.1.5 7 7 License: GPLv3 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 66 66 define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL | MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT ); 67 67 68 = Example Config = 69 70 Aside from setting the normal MySQL connection parameters the minimum configs to get SSL connections to the database will look something like this in `wp-config.php`: 71 72 define( 'MYSQL_SSL_CA', '/path/to/rds-combined-ca-bundle.pem' ); 73 define( 'MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL ); 74 68 75 == Screenshots == 69 76 -
secure-db-connection/trunk/secure-db-connection.php
r1754886 r1902202 7 7 * Author URI: http://xyu.io/ 8 8 * Text Domain: secure-db-connection 9 * Version: 1.1. 49 * Version: 1.1.5 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.