sql/create_db.sql
author rougeronj
Thu, 20 Nov 2014 11:41:50 +0100
changeset 363 627596669480
parent 47 08b008c5a07d
permissions -rw-r--r--
Update Config template, and add instruction to setting up the virtual env for hdalab in the readme
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
CREATE DATABASE hdabo
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  WITH ENCODING='UTF8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
       OWNER=iri
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
       TEMPLATE=template0
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
       LC_COLLATE='fr_FR.UTF-8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
       LC_CTYPE='fr_FR.UTF-8'
08b008c5a07d - add popularity
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
       CONNECTION LIMIT=-1;