4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 21:26:37 +00:00

Small deployment fixes.

This commit is contained in:
Buster Neece 2014-08-05 16:19:26 -05:00
parent ec08e63aac
commit 26568e8cae
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,8 @@ then
cat $www_base/util/vagrant_mycnf >> /etc/mysql/my.cnf
echo 'CREATE DATABASE pvl CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;' | mysql -u root -ppassword
echo "GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;" | mysql -u root -ppassword
echo "CREATE DATABASE pvl CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" | mysql -u root -ppassword
service mysql restart
# Enable PHP flags.

View File

@ -9,6 +9,7 @@ default-character-set = utf8mb4
default-character-set = utf8mb4
[mysqld]
bind-address=*
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci