Password Dialog
#9

If you mean the .sql file, here is it..

PHP код:
CREATE DATABASE  IF NOT EXISTS `seifdb/*!40100 DEFAULT CHARACTER SET utf8 */;
USE `
seifdb`;
-- 
MySQL dump 10.13  Distrib 5.6.23, for Win64 (x86_64)
--
-- 
Hosthttp://185.12.178.71/phpmyadmin/   Database: seifdb
-- ------------------------------------------------------
-- 
Server version    5.6.24-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 `accounts`
--

DROP TABLE IF EXISTS `accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `accounts
That's the first part of it, the rest is regarding creating tables..
Reply


Messages In This Thread
Password Dialog - by JasonRiggs - 09.01.2018, 10:21
Re: Password Dialog - by Misiur - 09.01.2018, 10:25
Re: Password Dialog - by JasonRiggs - 09.01.2018, 10:30
Re: Password Dialog - by Misiur - 09.01.2018, 10:34
Re: Password Dialog - by MEW273 - 09.01.2018, 10:36
Re: Password Dialog - by JasonRiggs - 09.01.2018, 10:59
Re: Password Dialog - by Misiur - 09.01.2018, 11:12
Re: Password Dialog - by MEW273 - 09.01.2018, 11:13
Re: Password Dialog - by JasonRiggs - 09.01.2018, 11:14
Re: Password Dialog - by MEW273 - 09.01.2018, 11:18

Forum Jump:


Users browsing this thread: 1 Guest(s)