Advertisement
Guest User

Untitled

a guest
Jul 31st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <Realm className="org.apache.catalina.realm.JDBCRealm"
  2. driverName="com.mysql.jdbc.Driver"
  3. connectionURL="jdbc:mysql://localhost:3306/coupon_system?user=root;password=plemia000"
  4. userTable="user" userNameCol="nickname" userCredCol="password"
  5. userRoleTable="user_roles" roleNameCol="role"/>
  6.  
  7. mysqladmin -u root password qwertyuiop123
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement