Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > OS & Software > The Alternative OS

HELP! with PhpMyAdmin

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 01-28-2007
Newcomer, in training
 
Member since: Jan 2007, 2 posts
HELP! with PhpMyAdmin

I cannot see the MIME type field when I create tables
Reply With Quote
  #2  
Old 01-28-2007
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,555 posts
be more specific; what tables -- html "< table > .. </ table >" or SQL tables?

either of these do NOT have a MIME type so you've got me confused!

Mime types are set in the HTTP header of a reply so the browser knows how
to render the content --
Reply With Quote
You can remove this banner by registering, join the TS Community for free.
  #3  
Old 01-29-2007
Newcomer, in training
 
Member since: Jan 2007, 2 posts
To be more clear...

When I use PhpMyAdmin to create SQL tables, there should be a MIME type field, but it is missing in my PhpMyAdmin.
Reply With Quote
  #4  
Old 01-29-2007
Mictlantecuhtli's Avatar
TS Special Forces
 
Location: Finland
Member since: Feb 2002, 4,749 posts
System specs
That's odd, I've been using MySQL for quite a long time and I've never heard of mimetypes in tables.

Then again, I prefer the command line to PHPMyAdmin.
Reply With Quote
  #5  
Old 01-29-2007
Nodsu's Avatar
TS Special Forces
 
Location: Estonia
Member since: Feb 2002, 9,430 posts
System specs
The columns and types in database tables are arbitrary. Why do you think that there has to be a MIME type field? Or, if it has to be there, then just create it. That's what you are supposed to do when creating tables - define the fields and data types.
Reply With Quote
  #6  
Old 01-29-2007
jobeard's Avatar
TechSpot Evangelist
 
Location: Southern Calif.
Member since: Apr 2005, 6,555 posts
Haven't done this in some time -- however, one normally creates SQL tables
as a background task, ie: command line or batch script, not online via a browser.
ONLY the browser needs mimetypes.

Even if using some online form the flow would still be
  • fill in the form
  • POST to a CGI script on the host
  • run the sequence into MySQL
  • verify no errors
  • reply to the browser success/failure (needing a mimetype)

Last edited by jobeard; 02-01-2007 at 08:50 PM.
Reply With Quote
Reply
Thread Tools

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
PhpMyAdmin/Sql problem when im trying to transfer database.. Distance Security and the Web 3 09-04-2006 09:49 AM
sql query error on phpmyadmin zfarooq The Alternative OS 9 11-16-2005 10:51 AM
phpMyAdmin help! MattG The Alternative OS 3 11-13-2004 09:19 AM


All times are GMT -4. The time now is 03:04 PM.