mnh_Pastebin

db

Mar 28th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. INSERT INTO `user` (`id`, `fullName`, `desigNation`, `userName`, `passWord`, `Rule`, `status`, `date`) VALUES
  2. (1, 'Administrator', 'Accountant', 'admin', '321web', 'Superadministrator', 1, '22-12-2018'),
  3. (4, 'Md. Bashir Uddin Bhuiyan', 'Web Developer', 'bashir', '12345678', 'Supervisor', 1, '24-12-2018'),
  4. (5, 'Abul Basar', 'Execttive', 'AB', '123', 'Editor', 1, '01-01-2019'),
  5. (6, 'mohamad adu', 'adu', 'adu', 'admin123', 'Superadministrator', 1, '26-03-2018');
  6.  
  7. $db['default']['hostname'] = 'cmys2.my-hosting-panel.com';
  8. $db['default']['username'] = 'stamford_univ81';
  9. $db['default']['password'] = 'uni*321';
  10. $db['default']['database'] = 'stamford_unimysql';
  11.  
  12. $myServer = "182.160.114.109";
  13. $myUser = "sa";
  14. $myPass = "!QAZadbnstamford@2014@WSX";
  15. //$myDB = "SUBD_SIMS";
  16. $myDB = "HRM";
Add Comment
Please, Sign In to add comment