— phpMyAdmin SQL Dump
— version 4.5.4.1deb2ubuntu2
— http://www.phpmyadmin.net
— Host: localhost
— Generation Time: 2018-12-16 12:26:05
— 服务器版本: 5.7.21-0ubuntu0.16.04.1
— PHP Version: 7.0.28-0ubuntu0.16.04.1
SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
SET time_zone = “+00:00”;
/*!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 utf8mb4 */;
—
— Database: PLEASE_READ_ME_XYZ
—
— 表的结构 WARNING
CREATE TABLE WARNING
(id
int(11) NOT NULL,warning
text COLLATE utf8mb4_unicode_ci,Bitcoin_Address
text COLLATE utf8mb4_unicode_ci,Email
text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
—
— 转存表中的数据 WARNING
INSERT INTO WARNING
(id
, warning
, Bitcoin_Address
, Email
) VALUES
(1, ‘To recover your lost data : Send 0.04 BTC to our BitCoin Address and Contact us by eMail with your server IP Address or Domain Name and a Proof of Payment. Any eMail without your server IP Address or Domain Name and a Proof of Payment together will be ignored. Your File and DataBase is downloaded and backed up on our secured servers$.If we dont receive your payment,we will leak your database.’, ‘1MuHsTiKnUWBo8tnkJoooUZhD3cn5GZEqM’, ‘dbrecovery@pm.me’);
—
— Indexes for dumped tables
—
— Indexes for table WARNING
ALTER TABLE WARNING
ADD PRIMARY KEY (id
);
/*!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 */;