Git commit a8e519a53e2924c5eba9d95fddb041d141a838b1 by Yuri Chornoivan. Committed on 30/08/2016 at 17:26. Pushed by yurchor into branch 'master'.
Fix minor issues M +2 -2 digikam/intro-database.docbook http://commits.kde.org/digikam-doc/a8e519a53e2924c5eba9d95fddb041d141a838b1 diff --git a/digikam/intro-database.docbook b/digikam/intro-database.docbook index 25c9413..f4b4567 100644 --- a/digikam/intro-database.docbook +++ b/digikam/intro-database.docbook @@ -40,7 +40,7 @@ </para> <para> - By default, &digikam; uses SQLite as its back-end for storing important metadata and thumbnails. Tree SQLite files used for storing them are digikam4.db, thumbnails-digikam.db, and recognition.db respectively. + By default, &digikam; uses SQLite as its back-end for storing important metadata and thumbnails. Three SQLite files used for storing them are digikam4.db, thumbnails-digikam.db, and recognition.db respectively. </para> <para> @@ -150,7 +150,7 @@ </para> <para> - Enter the IP address of your MySQL server in the <guilabel>Host Name</guilabel> field and specify the correct port in the <guilabel>Port</guilabel> field (the default port is 3306). In the <guilabel>Schema Name</guilabel> field, enter the name of the database for storing photo metadata, and specify the name of the database for storing thumbnails in the <guilabel>Thumbnails Schema Name</guilabel> field. Enter your MySQL username and password in the appropriate fields. To check whether the database connection works properly, press the <guibutton>Check DB Connection</guibutton> button. If everything works as it’s supposed to, switch to the Collections sections, and add the directories containing your photos. Hit <guibutton>OK</guibutton>, and wait till &digikam; populates the databases with data from photos. This can take a while if you have a lot of photos. + Enter the IP address of your MySQL server in the <guilabel>Host Name</guilabel> field and specify the correct port in the <guilabel>Port</guilabel> field (the default port is 3306). In the <guilabel>Core Db Name</guilabel> field, enter the name of the database for storing photo metadata, and specify the name of the database for storing thumbnails in the <guilabel>Thumbs Db Name</guilabel> field. Enter your MySQL username and password in the appropriate fields. To check whether the database connection works properly, press the <guibutton>Check Connection</guibutton> button. If everything works as it’s supposed to, switch to the Collections sections, and add the directories containing your photos. Hit <guibutton>OK</guibutton>, and wait till &digikam; populates the databases with data from photos. This can take a while if you have a lot of photos. </para> <para>
