1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

print alias info on failed startups

This commit is contained in:
david hill
2017-10-25 13:06:58 -05:00
parent ca1f85cd05
commit 1360de6b9c
2 changed files with 17 additions and 0 deletions

View File

@@ -3526,6 +3526,14 @@ int main(int argc, char *argv[])
{
cout << " FAILED" << endl;
cout << endl << "MariaDB ColumnStore System failed to start, check log files in /var/log/mariadb/columnstore" << endl;
cout << "Enter the following command to define MariaDB ColumnStore Alias Commands" << endl << endl;
cout << ". " + installDir + "/bin/columnstoreAlias" << endl << endl;
cout << "Enter 'mcsmysql' to access the MariaDB ColumnStore SQL console" << endl;
cout << "Enter 'mcsadmin' to access the MariaDB ColumnStore Admin console" << endl << endl;
exit(1);
}