0byt3m1n1
Path:
/
data
/
26
/
2
/
159
/
156
/
2648808
/
meta
/
2907112
/
mysql.backup
/
[
Home
]
File: ebuyconnexion.mysqlcluster7.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster7 Database: ebuyconnexion -- ------------------------------------------------------ -- Server version 5.6.51-91.0-56-log /*!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 `Products` -- DROP TABLE IF EXISTS `Products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Products` ( `product` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `price` decimal(10,2) NOT NULL, `imagename` tinytext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Products` -- LOCK TABLES `Products` WRITE; /*!40000 ALTER TABLE `Products` DISABLE KEYS */; INSERT INTO `Products` VALUES ('Low Priced Lenovo Laptop + Kaspersky Anti-Virus License','This is a 15inch Lenovo Laptop with a Celeron Processor. It is not full sized not a mini yet goes for a low price of N70,000. Included is a One Year License for Kaspersky Anti-Virus',70.00,'lenovolaptop.jpg'),('Low Priced HP InkJet Printer','This is a low priced HP All-in-one Inkjet Printer + Scanner named HP Deskjet 1515. It goes for the price of N10,000. It is brand new.',10.00,'hplaserjet1515.jpg'),('Low Priced Lenovo Laptop + Kaspersky Anti-Virus License','This is a 15inch Lenovo Laptop with a Celeron Processor. It is not full sized not a mini yet goes for a low price of N70,000. Included is a One Year License for Kaspersky Anti-Virus',70.00,'lenovolaptop.jpg'),('Low Priced HP InkJet Printer','This is a low priced HP All-in-one Inkjet Printer + Scanner named HP Deskjet 1515. It goes for the price of N10,000. It is brand new.',10.00,'hplaserjet1515.jpg'); /*!40000 ALTER TABLE `Products` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'ebuyconnexion' -- /*!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 2021-12-29 7:47:52