Guest User

Untitled

a guest
May 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Fejl
  2. SQL-forespørgsel:
  3.  
  4. --
  5. -- База данных: `pennylounge`
  6. --
  7. -- --------------------------------------------------------
  8. --
  9. -- Структура таблицы `banned`
  10. --
  11. CREATE TABLE IF NOT EXISTS `banned` (
  12.  
  13. `ip_addr` VARCHAR( 15 ) NOT NULL DEFAULT '',
  14. `reason` VARCHAR( 255 ) NOT NULL DEFAULT ''
  15. ) ENGINE = MYISAM DEFAULT CHARSET = latin1;
  16.  
  17. MySQL returnerede:
  18.  
  19. #1046 - No database selected
Add Comment
Please, Sign In to add comment