Child pages
  • Configuring Database
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

To use the database you need to install MySQL. Usually the system administrator does it. You should ask him or her to install MySQL and give you required settings - adress, login, password. If you want to do it by yourself follow the next 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

 

 

  • No labels