We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1820107 commit 65eb4c7Copy full SHA for 65eb4c7
install/ubuntu/16.04/mysql/my-large.cnf
@@ -28,7 +28,6 @@ read_rnd_buffer_size = 4M
28
myisam_sort_buffer_size = 64M
29
thread_cache_size = 8
30
query_cache_size= 16M
31
-thread_concurrency = 8
32
33
#innodb_use_native_aio = 0
34
innodb_file_per_table
install/vst-install-ubuntu.sh
@@ -932,7 +932,9 @@ if [ "$mysql" = 'yes' ]; then
932
933
# Configuring MySQL/MariaDB
934
wget $vestacp/mysql/$mycnf -O /etc/mysql/my.cnf
935
- mysql_install_db
+ if [ "$release" != '16.04' ]; then
936
+ mysql_install_db
937
+ fi
938
update-rc.d mysql defaults
939
service mysql start
940
check_result $? "mysql start failed"
0 commit comments