-5

How can I make a database on c9.io?

Michael Szer
  • 77
  • 2
  • 9

2 Answers2

0

You can create a temporary MySQL Database in Cloud9 in the terminal using

mysql-ctl cli

See Set Up a Database.
However, if you do not wish to learn MySQL, I would recommend Getting Started.

baranskistad
  • 2,176
  • 1
  • 21
  • 42
0

You have here all docu about this:

https://community.c9.io/t/setting-up-phpmyadmin/1723

Basically:

mysql-ctl install
phpmyadmin-ctl install
mysql-ctl start
ioses
  • 997
  • 1
  • 8
  • 11