0byt3m1n1
Path:
/
data
/
23
/
2
/
158
/
142
/
2810957
/
meta
/
3092778
/
mysql.backup
/
[
Home
]
File: mwj_photo_db.mysqlv106.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv106 Database: mwj_photo_db -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `Blog` -- DROP TABLE IF EXISTS `Blog`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `Blog` ( `RecordNumber` int(11) NOT NULL auto_increment, `Date` date NOT NULL, `Content` text NOT NULL, PRIMARY KEY (`RecordNumber`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `Blog` -- LOCK TABLES `Blog` WRITE; /*!40000 ALTER TABLE `Blog` DISABLE KEYS */; INSERT INTO `Blog` VALUES (1,'0000-00-00','<table><tr><td class=\"td_center\">Test Shoot Three | Seattle, WA</td></tr>\r\n<tr><td class=\"td_left\">This is a paragraph with the description of the photo shoot that we did while on vacation in Los Angeles. The bride was wonderful and the groom a royal pain in the rear. All and all the photos turned out well and we are happy to have been there.</td></tr>\r\n<tr><td class=\"td_left\">Second Paragraph and more.</td></tr>\r\n<tr><td class=\"td_center\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin1.jpg\"></td></tr>\r\n</table>'),(2,'0000-00-00','<table><tr><td class=\"td_center\">Test Shoot Three | Seattle, WA</td></tr>\r\n<tr><td class=\"td_left\">This is a paragraph with the description of the photo shoot that we did while on vacation in Los Angeles. The bride was wonderful and the groom a royal pain in the rear. All and all the photos turned out well and we are happy to have been there.</td></tr>\r\n<tr><td class=\"td_left\">Second Paragraph and more.</td></tr>\r\n<tr><td class=\"td_center\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin2.jpg\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin3.jpg\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin4.jpg\"></td></tr>\r\n</table>'),(3,'2013-12-22','<table><tr><td class=\"td_center\">Test Shoot Two | Seattle, WA</td></tr>\r\n<tr><td class=\"td_left\">This is a paragraph with the description of the photo shoot that we did while on vacation in Los Angeles. The bride was wonderful and the groom a royal pain in the rear. All and all the photos turned out well and we are happy to have been there.</td></tr>\r\n<tr><td class=\"td_left\">Second Paragraph and more.</td></tr>\r\n<tr><td class=\"td_center\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin5.jpg\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin7.jpg\"></td></tr>\r\n</table>'),(4,'2013-12-22','<table><tr><td class=\"td_center\">Test Shoot | Los Angeles, CA</td></tr>\r\n<tr><td class=\"td_left\">This is a paragraph with the description of the photo shoot that we did while on vacation in Los Angeles. The bride was wonderful and the groom a royal pain in the rear. All and all the photos turned out well and we are happy to have been there.</td></tr>\r\n<tr><td class=\"td_left\">Second Paragraph.</td></tr>\r\n<tr><td class=\"td_center\"><img src=\"https://s3.amazonaws.com/mwjphoto.aws.ca/Mastin6.jpg\"></td></tr>\r\n</table>'); /*!40000 ALTER TABLE `Blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'mwj_photo_db' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-10-20 11:29:03