/usr/share/cagefs-skeleton.old/usr/share/mysql
#!/usr/bin/sh SCRIPT_NAME="`basename $0`" usage() { echo "Usage: ${SCRIPT_NAME} [--help|-h]" echo "" echo "This script creates the MySQL system tables and starts the server." } for arg do case "$arg" in --help|-h) usage exit 0 ;; *) echo "${SCRIPT_NAME}: unknown option $arg" usage exit 2 ;; esac done if test ! -x ./scripts/mariadb-install-db then echo "I didn't find the script './scripts/mariadb-install-db'." echo "Please execute this script in the mysql distribution directory!" exit 1; fi echo "NOTE: This is a MySQL binary distribution. It's ready to run, you don't" echo "need to configure it!" echo "" echo "To help you a bit, I am now going to create the needed MySQL databases" echo "and start the MySQL server for you. If you run into any trouble, please" echo "consult the MySQL manual, that you can find in the Docs directory." echo "" ./scripts/mariadb-install-db --no-defaults if [ $? = 0 ] then echo "Starting the mariadbd server. You can test that it is up and running" echo "with the command:" echo "./bin/mysqladmin version" ./bin/mysqld_safe --no-defaults & fi
.
Edit
..
Edit
binary-configure
Edit
bulgarian
Edit
charsets
Edit
chinese
Edit
czech
Edit
danish
Edit
dutch
Edit
english
Edit
errmsg-utf8.txt
Edit
estonian
Edit
fill_help_tables.sql
Edit
french
Edit
georgian
Edit
german
Edit
greek
Edit
hindi
Edit
hungarian
Edit
italian
Edit
japanese
Edit
korean
Edit
magic
Edit
maria_add_gis_sp.sql
Edit
maria_add_gis_sp_bootstrap.sql
Edit
mariadb.logrotate
Edit
mini-benchmark
Edit
mysql.server
Edit
mysql_performance_tables.sql
Edit
mysql_sys_schema.sql
Edit
mysql_system_tables.sql
Edit
mysql_system_tables_data.sql
Edit
mysql_test_data_timezone.sql
Edit
mysql_test_db.sql
Edit
mysqld_multi.server
Edit
norwegian
Edit
norwegian-ny
Edit
policy
Edit
polish
Edit
portuguese
Edit
romanian
Edit
russian
Edit
serbian
Edit
slovak
Edit
spanish
Edit
swedish
Edit
systemd
Edit
ukrainian
Edit
wsrep.cnf
Edit
wsrep_notify
Edit