Default UTF8MB4 for CREATE DATABASE
This commit is contained in:
parent
5d3bf9307f
commit
a2a03c3f70
3 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ sudo ln -fs /vagrant /var/www
|
|||
cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
|
||||
|
||||
# create the friendica database
|
||||
echo "create database friendica" | mysql -u root -proot
|
||||
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | mysql -u root -proot
|
||||
# import test database
|
||||
$MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue