Mysqlserver

synopsis

This module acts as a facilitator to install mysql-server with the updated version via apt-get. If the mysql-server already exists in your machine, it will checks for the availability of newly updated module.

The Help Command

The help command guides the users regarding the methodology in usage and also about the actions that can be performed under this modules. It also describes the alternative names for mysql-server. The command for using help option is given below

cleopatra mysql-server help

This command makes the users to be aware of its purpose and also about the command used for installing the mysql-server. The screenshot given below shows a pictorial presentation about the help command.

docs/image/cleopatra_help.png
kevells@corp:/# cleopatra MysqlServer help
******************************


 This command allows you to install the MySQL Server. Currently only
 Mysql Workbench, the Database management GUI provided by Oracle for
 Mysql.

 MysqlServer, mysql-server, mysqlserver

       - install
       Install some Mysql Server Tools through apt-get.
       example: cleopatra mysql-server install

 Notes, during mysql install a root password will be set. First, it'll look
 for the parameter --mysql-root-pass, if this is not set, it'll look in the
 cleopatra config for a mysql-default-root-pass setting, and failing both of
 those it will just set the password for root to cleopatra.

------------------------------
End Help
******************************

Installation

The command used for installing the mysql server is given below.

cleopatra mysql-server install

During the installation, the following process occurs

  • This module assists to install some tools for mysql server via apt-get.
  • Initially a root password will be set.
  • While installing, it will look for a parameter of –mysql-root-pass.
  • If the –mysql-root-pass is not available, it will search the cleopatra config for the settings of mysql-default-root-pass.
  • In case of both steps mentioned above gets failed, it will proceed by setting root password to cleopatra.

Additional Options:

Let us see about, the additional options involved in installing the mysql-server.

Parameters Directory(default) option Comments
Install MySQL Server? (Y/N) In the place of MySQL Server these alternative names can be used:MysqlServer,mysql-server, mysqlserver. Y(YES) If the user wish to proceed the installation process they can input as Y.
Install MySQL Server? (Y/N) In the place of MySQL Server these alternative names can be used:MysqlServer,mysql-server, mysqlserver. N(NO) If the user wish to quit the installation process they can input as N| |

The following screen shot gives you an graphical presentation regarding the installation process.

image/mysqlser_install.png

If the mysql server is already exists in your machine, then it will throw an message to the user as it is already installed. The following screen shot represents the process of ensuring:

image/mysqlserver_instal_already.png

Benefits

  • While installing the mysql server, it installs with the updated version.
  • It ensures before installing, and check for the availability of modules.
  • In case of any new modules included in the updated version, the missing module will be installed individually.
  • It checks the availability of library functions in the mysql server.
comments powered by Disqus

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to Mysqlserver on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.