mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
some refactoring [execute tests on MySQL]
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# Create alfresco
|
||||
CREATE USER 'alfresco' IDENTIFIED BY 'alfresco';
|
||||
GRANT ALL on alfresco.* to 'alfresco'@'%' identified by 'alfresco' with grant option;
|
||||
FLUSH HOSTS;
|
||||
FLUSH PRIVILEGES;
|
||||
# Create DB
|
||||
CREATE DATABASE IF NOT EXISTS `alfresco` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
|
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -xe
|
||||
set -e
|
||||
CONTAINER_NAME=alfresco-db-mysql
|
||||
|
||||
MYSQL_USER=alfresco
|
||||
|
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -xe
|
||||
DIRECTORY=`dirname $0`
|
||||
echo $DIRECTORY
|
||||
set -e
|
||||
|
||||
. $(dirname "${BASH_SOURCE[0]}")/common.sh
|
||||
|
||||
echo "============================================"
|
||||
|
Reference in New Issue
Block a user