Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

MySQL

MySQL

  1. Create a new database (also called schema) by running the statement CREATE DATABASE GADATA CHARSET=UTF8.
  2. Create a new database user by running the statement CREATE USER GADATA IDENTIFIED BY 'password'.
  3. Grant full permissions to the new database created in step 1 to the user created in step 2, by running the statement GRANT ALL ON GADATA.* to 'GADATA'.

0 COMMENTS

We’d like to hear from you!