@@ -26,43 +26,43 @@ display_global_parameters: true
2626 <tbody>
2727 <tr>
2828 <td><a href="/commands/db/cli/">cli</a></td>
29- <td>Open a mysql console using the WordPress credentials. </td>
29+ <td>Open a MySQL console using credentials from wp-config.php </td>
3030 </tr>
3131 <tr>
3232 <td><a href="/commands/db/create/">create</a></td>
33- <td>Create the database, as specified in wp-config.php </td>
33+ <td>Create the database in MySQL. </td>
3434 </tr>
3535 <tr>
3636 <td><a href="/commands/db/drop/">drop</a></td>
37- <td>Delete the database.</td>
37+ <td>Delete the database in MySQL .</td>
3838 </tr>
3939 <tr>
4040 <td><a href="/commands/db/export/">export</a></td>
41- <td>Exports the database to a file or to STDOUT.</td>
41+ <td>Exports the MySQL database to a file or to STDOUT.</td>
4242 </tr>
4343 <tr>
4444 <td><a href="/commands/db/import/">import</a></td>
45- <td>Import database from a file or from STDIN.</td>
45+ <td>Import a MySQL database from a file or from STDIN.</td>
4646 </tr>
4747 <tr>
4848 <td><a href="/commands/db/optimize/">optimize</a></td>
49- <td>Optimize the database.</td>
49+ <td>Optimize the database in MySQL .</td>
5050 </tr>
5151 <tr>
5252 <td><a href="/commands/db/query/">query</a></td>
53- <td>Execute a query against the database.</td>
53+ <td>Execute a MySQL query against the database.</td>
5454 </tr>
5555 <tr>
5656 <td><a href="/commands/db/repair/">repair</a></td>
57- <td>Repair the database.</td>
57+ <td>Repair the database in MySQL .</td>
5858 </tr>
5959 <tr>
6060 <td><a href="/commands/db/reset/">reset</a></td>
61- <td>Remove all tables from the database.</td>
61+ <td>Remove all tables from the database in MySQL .</td>
6262 </tr>
6363 <tr>
6464 <td><a href="/commands/db/tables/">tables</a></td>
65- <td>List the database tables.</td>
65+ <td>List the MySQL database tables.</td>
6666 </tr>
6767 </tbody>
6868</table >
0 commit comments