Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 3879a7459585118bf3296821932abea2 > files > 22

mariadb-10.3.17-1.mga7.src.rpm

Index: mariadb-10.2.16/scripts/mysql_install_db.sh
===================================================================
--- mariadb-10.2.16/scripts/mysql_install_db.sh
+++ mariadb-10.2.16/scripts/mysql_install_db.sh	2018-06-26 19:50:07.371602307 +0200
@@ -521,9 +521,10 @@
 # the screen.
 if test "$cross_bootstrap" -eq 0 && test -z "$srcdir"
 then
-  s_echo
-  s_echo "To start mysqld at boot time you have to copy"
-  s_echo "support-files/mysql.server to the right place for your system"
+# Output disabled, since the RPM comes with an init script installed
+#  s_echo
+#  s_echo "To start mysqld at boot time you have to copy"
+#  s_echo "support-files/mysql.server to the right place for your system"
 
   if test "$auth_root_authentication_method" = normal
   then
@@ -498,10 +499,10 @@ then
   then
     echo
     echo "You can start the MariaDB daemon with:"
-    echo "cd '$basedir' ; $bindir/mysqld_safe --datadir='$ldata'"
+    echo "service mysqld start"
     echo
-    echo "You can test the MariaDB daemon with mysql-test-run.pl"
-    echo "cd '$basedir/mysql-test' ; perl mysql-test-run.pl"
+    echo "You can test the MariaDB daemon with mariadb-bench package"
+#    echo "cd $basedir/mysql-test ; perl mysql-test-run.pl"
   fi
 
   echo