EnglishFrenchSpanish

OnWorks favicon

mysqlserverclone - Online in the Cloud

Run mysqlserverclone in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command mysqlserverclone that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


mysqlserverclone - Clone Existing Server to Create New Server

SYNOPSIS


mysqlserverclone [options]

DESCRIPTION


This utility permits an administrator to clone an existing MySQL server instance to start
a new server instance on the same host. The utility creates a new datadir (--new-data),
and starts the server with a socket file. You can optionally add a password for the login
user account on the new instance.

If the user does not have read and write access to the folder specified by the --new-data
option, the utility shall issue an error.

Similarly, if the folder specified by
--new-data exists and is not empty, the utility will not delete the folder and will issue
an error message. Users must specify the --delete-data option to permit the utility to
remove the folder prior to starting the cloned server.
OPTIONS

mysqlserverclone accepts the following command-line options:

· --help

Display a help message and exit.

· --delete-data

Delete the folder specified by --new-data if it exists and is not empty.

· --mysqld=<options>

Additional options for mysqld. To specify multiple options, separate them by spaces.
Use appropriate quoting as necessary. For example, to specify --log-bin=binlog and
--general-log-file="mylogfile", use:

--mysqld="--log-bin=binlog --general-log-file='my log file'"

· --new-data=<path_to_new_datadir>

The full path name of the location of the data directory for the new server instance.
If the directory does not exist, the utility will create it.

· --new-id=<server_id>

The server_id value for the new server instance. The default is 2.

· --new-port=<port>

The port number for the new server instance. The default is 3307.

· --quiet, -q

Turn off all messages for quiet execution.

· --root-password=<password>

The password for the root user of the new server instance.

· --server=<source>

Connection information for the server to be cloned in
<user>[:<passwd>]@<host>[:<port>][:<socket>] format.

· --start-timeout=<timeout_in_seconds>

Number of seconds to wait for server to start. Default = 10 seconds.

· --verbose, -v

Specify how much information to display. Use this option multiple times to increase
the amount of information. For example, -v = verbose, -vv = more verbose, -vvv =
debug.

· --version

Display version information and exit.

· --write-command=<file_name>, -w<file_name>

Path name of file in which to write the command used to launch the new server
instance.
EXAMPLES

The following command demonstrates how to create a new instance of a running server, set
the root user password and enable binary logging:

$ mkdir /source/test123
$ mysqlserverclone --server=root:pass@localhost \
--new-data=/Users/cbell/source/test123 --new-port=3310 \
--root-password=pass --mysqld=--log-bin=mysql-bin
# Cloning the MySQL server running on localhost.
# Creating new data directory...
# Configuring new instance...
# Locating mysql tools...
# Setting up empty database and mysql tables...
# Starting new instance of the server...
# Testing connection to new instance...
# Success!
# Setting the root password...
# ...done.

COPYRIGHT


Use mysqlserverclone online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Psi
    Psi
    Psi is cross-platform powerful XMPP
    client designed for experienced users.
    There are builds available for MS
    Windows, GNU/Linux and macOS.. Audience:
    End Users...
    Download Psi
  • 2
    Blobby Volley 2
    Blobby Volley 2
    Official continuation of the famous
    Blobby Volley 1.x arcade game..
    Audience: End Users/Desktop. User
    interface: OpenGL, SDL. Programming
    Language: C++, Lua. C...
    Download Blobby Volley 2
  • 3
    SuiteCRM
    SuiteCRM
    SuiteCRM is the award-winning Customer
    Relationship Management (CRM)
    application brought to you by authors
    and maintainers, SalesAgility. It is the
    world�s mos...
    Download SuiteCRM
  • 4
    Poweradmin
    Poweradmin
    Poweradmin is a web-based DNS
    administration tool for PowerDNS server.
    The interface has full support for most
    of the features of PowerDNS. It has full
    support...
    Download Poweradmin
  • 5
    Gin Web Framework
    Gin Web Framework
    Gin is an incredibly fast web framework
    written in Golang that can perform up to
    40 times faster, thanks to its
    martini-like API and custom version of
    httprout...
    Download Gin Web Framework
  • 6
    CEREUS LINUX
    CEREUS LINUX
    CEREUS LINUX basado en MX LINUX con
    varios entornos de escritorios. This is
    an application that can also be fetched
    from
    https://sourceforge.net/projects/cereu...
    Download CEREUS LINUX
  • More »

Linux commands

  • 1
    aa-clickquery
    aa-clickquery
    aa-clickquery - program for querying
    click-apparmor DESCRIPTION: This program
    is used to query click-apparmor for
    information. USAGE: aa-clickquery
    --click-fra...
    Run aa-clickquery
  • 2
    aa-exec-click
    aa-exec-click
    aa-exec-click - program for executing
    click packages under confinement
    DESCRIPTION: This program is used to
    execute click package under AppArmor
    confinement. I...
    Run aa-exec-click
  • 3
    cpio
    cpio
    cpio - copy files to and from archives ...
    Run cpio
  • 4
    cpipe
    cpipe
    cpipe - copy stdin to stdout while
    counting bytes and reporting progress ...
    Run cpipe
  • 5
    FvwmSave
    FvwmSave
    FvwmSave - the Fvwm desktop-layout
    saving module ...
    Run FvwmSave
  • 6
    FvwmSave1
    FvwmSave1
    FvwmSave - the FVWM desktop-layout
    saving module ...
    Run FvwmSave1
  • More »

Ad