[PHP] Adding Rows In PHPMYADMIN

2012-04-02 Thread Karl James
Hello,

 

Hey guys, I figured out my critical error. I have a table that has a limit
of 30 rows.

How can I add more rows to a table so that we can upload more images?

Below is what I need to change.

 

Thanks, karl

 

 


Indexes:
http://dev.mysql.com/doc/refman/5.0/en/optimizing-database-structure.html
Description: Documentation


Keyname

Type

Cardinality

Action

Field


PRIMARY

PRIMARY

30 

 
http://www.axiton.com:444/phpMyAdmin/tbl_indexes.php?db=axitontable=produc
ttoken=879a7b6914f690825a521dd29c2f0736goto=tbl_structure.phpback=tbl_str
ucture.phpindex=PRIMARYphpMyAdmin=0b5ebd941a4bbe87db1e38f60fd10dadec30e8e7
 Description: Edit

 
http://www.axiton.com:444/phpMyAdmin/sql.php?db=axitontable=producttoken=
879a7b6914f690825a521dd29c2f0736goto=tbl_structure.phpback=tbl_structure.p
hpsql_query=ALTER+TABLE+%60product%60+DROP+PRIMARY+KEYzero_rows=The+primar
y+key+has+been+droppedphpMyAdmin=0b5ebd941a4bbe87db1e38f60fd10dadec30e8e7
Description: Drop

product_id



 

 

 

 mailto:karlja...@tampabay.rr.com Karl James

Need Web Design Check Out

My Site:  http://kjwebsitedesign.com/ http://kjwebsitedesign.com

Flexible in Cost, Time, and Service.

 



Re: [PHP] Adding Rows In PHPMYADMIN

2012-04-02 Thread Tommy Pham
On Mon, Apr 2, 2012 at 5:46 PM, Karl James karlja...@tampabay.rr.comwrote:

 Hello,

 ** **

 Hey guys, I figured out my critical error. I have a table that has a limit
 of 30 rows.

 How can I add more rows to a table so that we can upload more images?

 Below is what I need to change.

 ** **

 Thanks, karl

 ** **

 ** **

 *Indexes: **[image: Description: 
 Documentation]*http://dev.mysql.com/doc/refman/5.0/en/optimizing-database-structure.html
 **

 *Keyname*

 *Type*

 *Cardinality*

 *Action*

 *Field*

 *PRIMARY*

 PRIMARY

 30 

 [image: Description: 
 Edit]http://www.axiton.com:444/phpMyAdmin/tbl_indexes.php?db=axitontable=producttoken=879a7b6914f690825a521dd29c2f0736goto=tbl_structure.phpback=tbl_structure.phpindex=PRIMARYphpMyAdmin=0b5ebd941a4bbe87db1e38f60fd10dadec30e8e7
 

 [image: Description: 
 Drop]http://www.axiton.com:444/phpMyAdmin/sql.php?db=axitontable=producttoken=879a7b6914f690825a521dd29c2f0736goto=tbl_structure.phpback=tbl_structure.phpsql_query=ALTER+TABLE+%60product%60+DROP+PRIMARY+KEYzero_rows=The+primary+key+has+been+droppedphpMyAdmin=0b5ebd941a4bbe87db1e38f60fd10dadec30e8e7
 

 product_id

 ** **

 ** **

 ** **

 Karl James karlja...@tampabay.rr.com

 Need Web Design Check Out

 My Site: http://kjwebsitedesign.com

 *Flexible in Cost, Time, and Service.*

 ** **


1) Wrong list for the question
2) Since you've chosen this line of profession, pick up a SQL
Fundamentals or Fundamentals of SQL book

HTH,
Tommy