Child pages
  • Configuring Database

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To create your own database use the database you need to install MySQL. Usually the system administrator do it. You should ask him to install MySQL and give you required settings - adress, login, password. If you want to do it by yourself do the following steps:

  1. Install MySQL
  2. Create user in MySQL
  3. Create database: create database my_database_name
  4. Connect with database from UGENE using username, password and database name

...