Browse Source

ktestsctl: option for mysqld to run as root in container

Daniel-Constantin Mierla 1 năm trước cách đây
mục cha
commit
da7ea2a9a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ktestsctl

+ 1 - 1
ktestsctl

@@ -47,7 +47,7 @@ ktestsctl_mysql() {
 	if [ -f /etc/redhat-release ] ; then
 		mysqld_safe &
 	else
-		/usr/sbin/mysqld &
+		/usr/sbin/mysqld --user=root &
 	fi
 
 	sleep 5