feat: Create login page for admin.
wip: Admin user Configuration
This commit is contained in:
@@ -19,5 +19,18 @@ For database:
|
||||
- password : kmobile
|
||||
- SELECT * FROM users;
|
||||
- \x
|
||||
- \d -- all tables details
|
||||
- \d users; -- see the data type of column
|
||||
- \c kmobile_banking kmobile_app_rw -- alter the user
|
||||
- \c kmobile_banking kmobile_app_rw -- alter the user
|
||||
- grant select,insert,update,delete on table admin to kmobile_app_rw; -- give read write access to a table
|
||||
|
||||
______________________________________________________________________
|
||||
|
||||
How to connect through linux machine?
|
||||
- run the bat file.
|
||||
- shh username@localhost
|
||||
- give your password
|
||||
|
||||
Copy local machine to linux machine :
|
||||
- scp -P 9022 Smsservice/smsserviceapplication.jar <username>@localhost:/home/<username>
|
||||
- ssh nabanita@localhost -p 9022
|
Reference in New Issue
Block a user