UBB.Dev
Posted By: Threadster SQL Query - 05/22/2002 11:18 AM
I'm curious about how to find out all the table names associated with UBBT...

Im just learning SQL, and I would like to start quering some things from our database...

P.S. i'm new to the admin position
Posted By: Dave_L_dup1 Re: SQL Query - 05/22/2002 5:08 PM
The relevant page in the MySQL manual is here.

The query is 'SHOW TABLES', but it doesn't seem to work when used in the admin area. It works correctly with phpMyAdmin or with the mysql command on the server.

Posted By: Threadster Re: SQL Query - 05/31/2002 5:26 PM
I don't have server access. Only the admin section.

I know everything on the w3t_users table, I am just curious as to what the other table names are.

Can anybody help?
Posted By: Dave_L_dup1 Re: SQL Query - 05/31/2002 5:48 PM
Do you have access to the UBB.threads scripts?

If so, look at the CREATE TABLE queries in createtable.php.
Posted By: AllenAyres Re: SQL Query - 05/31/2002 6:04 PM
If you have phpmyadmin access, it's simple to view the tables. If not, you really need to get permission from the forum owner to access the tables anyway, there is sensitive private info in there.
Posted By: Astaran Re: SQL Query - 05/31/2002 6:20 PM
Here ist the table listing, copied from phpMyAdmin:

WWWThreads
w3t_AddressBook
w3t_Banned
w3t_Boards
w3t_Category
w3t_Favorites
w3t_Groups
w3t_Last
w3t_Messages
w3t_ModNotify
w3t_Moderators
w3t_Online
w3t_PollData
w3t_Polls
w3t_Posts
w3t_Subscribe
w3t_Users
Posted By: Threadster Re: SQL Query - 06/01/2002 12:04 AM
Thank you very much!
© UBB.Developers