| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/community.wondermakr.com/community-enbridge-registration/db/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Feb 20, 2025 at 09:19 PM -- Server version: 5.7.39 -- PHP Version: 8.2.0 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; -- -- Database: `community_enbridge_reg` -- CREATE DATABASE IF NOT EXISTS `community_enbridge_reg` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `community_enbridge_reg`; -- -------------------------------------------------------- -- -- Table structure for table `registration` -- CREATE TABLE `registration` ( `id` int(10) UNSIGNED NOT NULL, `timestamp` int(11) UNSIGNED NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `registration` -- ALTER TABLE `registration` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `registration` -- ALTER TABLE `registration` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; COMMIT;