bigbluebutton-Github/bigbluebutton-web/INSTALL
Richard Alam 4e733c1cba - when resulting swf file is greater than 500K, use an image snapshot to generate the slide
- send out generating thumbnails progess update

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2369 af16638f-c34d-0410-8cfa-b39d5352b314
2009-09-04 17:58:34 +00:00

15 lines
313 B
Plaintext

1. Create database
> mysql -u root -p
Enter password: ********
mysql> create database bigbluebutton_dev;
mysql> create database bigbluebutton_test;
mysql> create database bigbluebutton_prod;
mysql> grant all on bigbluebutton_dev.* to 'bbb'@'localhost' identified by 'secret';