showCollations: function() {
            var deferred = $q.defer();
            mySQLClientService.query("SHOW COLLATION").then(function(result) {
                if (result.hasResultsetRows) {
                    if (result.resultsetRows.length > 0) {