Jump to content
Larry Ullman's Book Forums

Phpmyadmin Chapter 3


Recommended Posts

Hi,

I wonder if anyone can help me - I'm a newbie and using phpmyadmin to set up the database in Knowledge is Power - what is the phpmyadmin equivalent to mySql 'key' index in code setting up database tables in Chapter 3? There isn't an option for 'key' just 'primary' 'unique' 'index' 'full text' in phpmyadmin.

eg, KEY 'category_id' ('category_id')

Thanks

Link to comment
Share on other sites

Hi Lou22,

 

Just for future reference, if you want to get the most out of designing a database (as with any other programming language) I would recommend that you code it by hand. Just means to type in the structure of the DB and/or Table.

 

You can do this by going to phpMyAdmin > select the SQL tab and type the code into the white box. This is the interface for MySQL Database design.

 

Hope this helps you,

 

Todd

Link to comment
Share on other sites

 Share

×
×
  • Create New...