File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Database Configuration
66 :local:
77 :depth: 2
88
9+ .. note ::
10+ See :ref: `requirements-supported-databases ` for currently supported database drivers.
11+
912***********
1013Config File
1114***********
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Create a Database to Work with
1414******************************
1515
1616The CodeIgniter installation assumes that you have set up an appropriate
17- database, as outlined in the :doc : `requirements </intro/ requirements >`.
17+ database, as outlined in the :ref : `requirements <requirements-supported-databases >`.
1818In this tutorial, we provide SQL code for a MySQL database, and
1919we also assume that you have a suitable client for issuing database
2020commands (mysql, MySQL Workbench, or phpMyAdmin).
@@ -54,7 +54,7 @@ Connect to Your Database
5454The local configuration file, ``.env ``, that you created when you installed
5555CodeIgniter, should have the database property settings uncommented and
5656set appropriately for the database you want to use. Make sure you've configured
57- your database properly as described :doc: `here < ../database/configuration > `::
57+ your database properly as described in :doc: `../database/configuration `::
5858
5959 database.default.hostname = localhost
6060 database.default.database = ci4tutorial
You can’t perform that action at this time.
0 commit comments