Skip to content

Instantly share code, notes, and snippets.

@kuleszaj
Created December 10, 2010 15:51
Show Gist options
  • Save kuleszaj/736366 to your computer and use it in GitHub Desktop.
Save kuleszaj/736366 to your computer and use it in GitHub Desktop.
[kulesza@db ~]$ sed -n '402,427 p' global_us_phpbb.sql > tmp.sql
[kulesza@db ~]$ head tmp.sql
-- Table structure for table `phpbb_config`
--
DROP TABLE IF EXISTS `phpbb_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `phpbb_config` (
`config_name` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`config_value` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
`is_dynamic` tinyint(1) unsigned NOT NULL DEFAULT '0',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment