[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.14.244.90: ~ $
#!/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
SELinux Folder 0755
bulgarian Folder 0755
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
hungarian Folder 0755
italian Folder 0755
japanese Folder 0755
korean Folder 0755
norwegian Folder 0755
norwegian-ny 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
ukrainian Folder 0755
binary-configure File 1.13 KB 0755
dictionary.txt File 24.98 KB 0755
errmsg-utf8.txt File 495 KB 0755
fill_help_tables.sql File 875.74 KB 0755
innodb_memcached_config.sql File 3.87 KB 0755
magic File 773 B 0755
my-default.cnf File 1.1 KB 0755
mysql-log-rotate File 844 B 0755
mysql.server File 10.84 KB 0755
mysql_security_commands.sql File 2.07 KB 0755
mysql_system_tables.sql File 91.47 KB 0755
mysql_system_tables_data.sql File 3.88 KB 0755
mysql_test_data_timezone.sql File 10.58 KB 0755
mysqld_multi.server File 1.04 KB 0755