/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to databas.sql

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-02 08:46:00 UTC
  • mfrom: (50.1.2 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130502084600-vygqk8e0cv3mz40u
Merged the changes to the categories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CREATE SCHEMA IF NOT EXISTS `lenasys` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
2
2
USE `lenasys` ;
3
3
-- -----------------------------------------------------
4
 
CREATE USER 'dbsk'@'localhost' IDENTIFIED BY 'Tomten2009';
5
 
GRANT ALL PRIVILEGES ON lenasys.* TO 'dbsk'@'localhost' WITH GRANT OPTION;
 
4
 
6
5
 
7
6
 
8
7
-- -----------------------------------------------------