Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Error loading demo database

Post Reply
erickge
Posts: 6
Joined: Mon Dec 21, 2015 9:08 pm

Error loading demo database

Unread post by erickge »

I am new to nuBuilder and decided to try and load the demo.
I used nuAdmin to create a site called sample
I logged on to the sample site
On the Home screen I selected Database
I went to the databases tab and selected sample
Went to import tab and chose nubuilderprodemo.sql which I had downloaded earlier. Pressed Go
it spun for a while and I got this


Error
SQL query:

--
-- Dumping data for table `zzzsys_access_level`
--
INSERT INTO `zzzsys_access_level` ( `zzzsys_access_level_id` , `sal_code` , `sal_description` , `sal_zzzsys_form_id` , `zzzsys_access_level_log_added_at` , `zzzsys_access_level_log_added_by` , `zzzsys_access_level_log_changed_at` , `zzzsys_access_level_log_changed_by` , `zzzsys_access_level_log_viewed_at` , `zzzsys_access_level_log_viewed_by` )
VALUES (

'54ab7ad219b4869', 'admin', 'Administrator', 'nuhome', '2015-01-06 16:34:04', 'globeadmin', '2015-01-06 16:34:04', 'globeadmin', '2015-02-11 08:35:32', 'globeadmin'
);

MySQL said: Documentation

#1062 - Duplicate entry '54ab7ad219b4869' for key 'PRIMARY'

What did I do wrong and how do I fix it. Thanks!
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Error loading demo database

Unread post by admin »

.
Post Reply