From a7a53aaa2a2ce6d190ee54529a2978e4c40957ac Mon Sep 17 00:00:00 2001 From: bikegeek Date: Tue, 25 Jul 2023 13:18:22 -0600 Subject: [PATCH] fix grammar in troubleshooting --- docs/Users_Guide/load_data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Users_Guide/load_data.rst b/docs/Users_Guide/load_data.rst index 13e3512d..87571c78 100644 --- a/docs/Users_Guide/load_data.rst +++ b/docs/Users_Guide/load_data.rst @@ -356,4 +356,4 @@ _______________ - **ERROR:root: (1049, "Unknown database 'mv_test'") in run_sql Error when connecting to database * - Solution: - - This error is caused when the database you are attempting to load data, does not exist. You will need to create the database, set up the appropriate privileges as outlined above, and load the schema using the mv_mysql.sql file. + - This error is caused when attempting to load data into a database that does not exist. You will need to create the database, set up the appropriate privileges as outlined above, and load the schema using the mv_mysql.sql file.