fork(1) download
  1. CREATE TABLE `table` (
  2. `id` INT NOT NULL AUTO_INCREMENT,
  3. `username` VARCHAR(50) NOT NULL,
  4. `password` VARCHAR(50) NOT NULL,
  5. PRIMARY KEY(`id`)
  6. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
Runtime error #stdin #stdout 0s 2964KB
stdin
Standard input is empty
stdout
Standard output is empty