sql/create_db.sql
author rougeronj
Mon, 02 Mar 2015 18:10:47 +0100
changeset 470 d5b166da842d
parent 47 08b008c5a07d
permissions -rw-r--r--
update design for "domaines artstiques" pages. Show 9 categories and possibility to show the 9 others
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;