Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Database import Issue



Threaded Mode | Print  

 Database import Issue, I am trying to import my database from shared hosting but it is not letting me do it (1 Replies, Read 6464 times)
9explore
Group: Member
Post Group: Newbie
Posts: 1
Status:
Hi, i have recently shifted my website from shared hosting to vps with webuzo panel but when i am trying to import my database it is keep on giving me error can anyone help me how to fix this?

-- --------------------------------------------------------

--
-- Table structure for table `giftbox_coupons`
--

CREATE TABLE `giftbox_coupons` (
  `id` int(11) NOT NULL,
  `promotion` varchar(64) NOT NULL DEFAULT '',
  `code` varchar(64) NOT NULL DEFAULT '',
  `active` int(1) NOT NULL DEFAULT '1',
  `min_reward` int(8) NOT NULL DEFAULT '0',
  `max_reward` int(8) NOT NULL DEFAULT '0',
  `total_rewards` int(16) NOT NULL DEFAULT '0',
  `min_lvl` int(8) NOT NULL DEFAULT '0',
  `total_users` int(8) NOT NULL DEFAULT '0',
  `max_users` int(8) NOT NULL DEFAULT '10',
  `active_until` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8
MySQL said: Documentation

#1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

-- --------------------------------------------------------


Regards
IP: --   

Database import Issue
salman
Group: Webuzo Team
Post Group: Working Member
Posts: 212
Status:
Hi,

Sorry for the delay.
Please open support ticket with us and submit the server details there so we can check the issue for you.
https://softaculous.deskuss.com

Edited by salman : March 19, 2020, 7:45 am
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 18, 2024, 2:02 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.032