Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Well, your groups table definitely looks ok, so there is nothing wrong with that portion of it.

How about this one:

SELECT Bo_Keyword,Bo_Read_Perm,Bo_Write_Perm FROM w3t_Boards;

As for deleting all data from the tables, I'm not aware of a one shot command to do all at once. You would need to one table at a time (But you wouldn't want to do the w3t_Groups table because that one needs some prepopulated data).

There are 2 ways to do this, one is to download a database manager like mysqlman or phpmyadmin. This would allow you to have an online editor for your database and clear out the necessary tables.

The other way would be to do it by hand. Get a list of your tables by doing this:

SHOW TABLES;

And then one by one, exclude the w3t_Groups table, you would do this:

DELETE FROM tablename;


UBB.threads Developer
Sponsored Links
Entire Thread
Subject Posted By Posted
Small issues with 5.1.6php caymuc 02/15/2001 2:06 AM
oops? caymuc 02/15/2001 2:08 AM
Re: Small issues with 5.1.6php Rick 02/15/2001 6:39 AM
cookies - solution? caymuc 02/15/2001 12:35 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 5:33 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 5:37 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 5:43 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 5:54 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 6:22 PM
Re: Small issues with 5.1.6php jfeccker 02/16/2001 7:14 PM
Re: Small issues with 5.1.6php Rick 02/16/2001 7:47 PM
Re: Small issues with 5.1.6php jfeccker 02/17/2001 2:26 AM
Re: Small issues with 5.1.6php jfeccker 02/19/2001 1:05 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,835
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)