also @ TechSpot: AMD Radeon HD 7770 & Radeon HD 7750 Review
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Download Now:

HELP! with PhpMyAdmin

Thread Tools Search this Thread
  #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
  #2  
Old 01-28-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 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 --
  #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.
  #4  
Old 01-29-2007
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 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.
  #5  
Old 01-29-2007
Nodsu's Avatar
TechSpot Evangelist
 
Location: Estonia
Member since: Feb 2002, 9,431 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.
  #6  
Old 01-29-2007
jobeard's Avatar
TechSpot Ambassador
 
Location: Southern Calif.
Member since: Apr 2005, 10,835 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..
Closed Thread

Similar Topics
Topic Replies Forum
I am having trouble logging out of phpMyAdmin 3.0.1.1 1 Windows OS
MySQL & PhpMyAdmin on WinXP 2 The Alternative OS
PhpMyAdmin/Sql problem when im trying to transfer database.. 3 Virus and Malware Removal
sql query error on phpmyadmin 9 The Alternative OS
phpMyAdmin help! 3 The Alternative OS

Thread Tools Search this Thread
Search this Thread:

Advanced Search
All times are GMT -4. The time now is 01:01 PM.