You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ This plugin will also add a custom item on the "At a Glance" section of the Dash
17
17
18
18
Also find me on [GitHub](https://github.com/xyu/secure-db-connection).
19
19
20
+
== Installation ==
21
+
22
+
For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
23
+
24
+
1. Install and activate plugin, if the filesystem is writable the Secure DB Connection dropin will be installed for you automatically. If not proceed to step 2
25
+
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
26
+
3. Set the relevant defines in your `wp-config.php` file.
27
+
20
28
= Configuration Parameters =
21
29
22
30
To adjust the configuration, define any of the following applicable constants in your `wp-config.php` file.
@@ -57,14 +65,6 @@ If you are using the MySQL Native Driver and MySQL 5.6 or later `mysqli_real_con
For detailed installation instructions, please read the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
63
-
64
-
1. Install and activate plugin, if the filesystem is writable the Secure DB Connection dropin will be installed for you automatically. If not proceed to step 2
65
-
2. Symlink or copy the `db.php` file from the `/wp-content/plugins/secure-db-connection/lib/` directory to the `/wp-content/` directory.
66
-
3. Set the relevant defines in your `wp-config.php` file.
67
-
68
68
== Screenshots ==
69
69
70
70
1. An at a glance item is added showing the status of the MySQL connection when this plugin is activated. If the connection is encrypted the SSL version and cipher used will also be shown.
0 commit comments