Skip to content

mrfrodo/book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Legg til i standalone.xml:
  1. Last ned mysql-connector-java-5.1.22-bin.jar og legg den sammen med module.xml inn i jboss7\modules\com\mysql\main

module.xml:

  1. Last ned mysql og lag databasen book_db, brukeren og gi den grants create database BOOK_DB

use book_db

CREATE USER ''@'localhost' IDENTIFIED BY '';

GRANT ALL PRIVILEGES ON . TO ''@'localhost' WITH GRANT OPTION;

se på grants med SHOW GRANTS FOR 'frode'@'localhost';

About

book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors