DERs/DERS-DB1: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 June 2023

  • curprev 19:1219:12, 2 June 2023Admin talk contribs 334 bytes +334 Created page with "== USERS TABLE == CREATE TABLE IF NOT EXISTS `users` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user` varchar(30), `level` varchar(2), PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; INSERT INTO users (user, level) VALUES('admin', 'CL'); INSERT INTO users (user, level) VALUES('pbuser', 'CL');"