Welcome to the nuBuilder Forums!

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

zzzzsys_user Topic is solved

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

zzzzsys_user

Unread post by Duski »

I noticed, that in my zzzzsys_user table there are many duplicated records with the same zzzzsys_user_id. I'd like refine the table, but PHPmyAdmin says "Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available". Thats why I'm not able to delete duplicated records nor set an unique column, because there are many duplicated records. A vicious circle situation :-(
What can I do ?
kev1n
nuBuilder Team
Posts: 4299
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: zzzzsys_user

Unread post by kev1n »

Export the table to an sql file, truncate the table, remove the dups and import again
kev1n
nuBuilder Team
Posts: 4299
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: zzzzsys_user

Unread post by kev1n »

BTW if there's a pk this shouldn't happen
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: zzzzsys_user

Unread post by Duski »

But there was no PK after install :-(
I'l try export, repair and import the table.
Thanx.
Duski
Posts: 95
Joined: Thu Mar 04, 2021 2:03 pm

Re: zzzzsys_user

Unread post by Duski »

Table is repaired.
Post Reply