Skip to content

Commit

Permalink
Better error message for MySQL 8 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalReffas committed Aug 1, 2018
1 parent 0d996e3 commit 87b91b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installation/language/en-GB/en-GB.ini
Expand Up @@ -64,7 +64,7 @@ INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provid
INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one."
INSTL_DATABASE_TYPE_DESC="Select the database type."
INSTL_DATABASE_USER_DESC="Either a username you created or a username provided by your host."
INSTL_DATABASE_VALIDATION_ERROR="Check your database credentials, database type, database name or hostname"
INSTL_DATABASE_VALIDATION_ERROR="Check your database credentials, database type, database name or hostname. You may have MySQL 8 installed then please use this <a href="https://docs.joomla.org/Joomla_and_MySQL_8#Workaround_to_get_Joomla_working_with_MySQL_8">wiki</a> for more information."
INSTL_INSTALL_JOOMLA="Install Joomla"
INSTL_CONNECT_DB="Setup Database Connection"

Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-US/en-US.ini
Expand Up @@ -64,7 +64,7 @@ INSTL_DATABASE_PASSWORD_DESC="Either a password you created or a password provid
INSTL_DATABASE_PREFIX_DESC="Enter a table prefix or use the randomly generated one."
INSTL_DATABASE_TYPE_DESC="Select the database type."
INSTL_DATABASE_USER_DESC="Either a username you created or a username provided by your host."
INSTL_DATABASE_VALIDATION_ERROR="Check your database credentials, database type, database name or hostname"
INSTL_DATABASE_VALIDATION_ERROR="Check your database credentials, database type, database name or hostname. You may have MySQL 8 installed then please use this <a href="https://docs.joomla.org/Joomla_and_MySQL_8#Workaround_to_get_Joomla_working_with_MySQL_8">wiki</a> for more information."
INSTL_INSTALL_JOOMLA="Install Joomla"
INSTL_CONNECT_DB="Setup Database Connection"

Expand Down

0 comments on commit 87b91b2

Please sign in to comment.