hanskline Posted March 15, 2003 Share Posted March 15, 2003 For example, I'm trying to implement some contributins that allow image thumbnails as separate files...and the first instructions always seem to refer to phpMyAdmin or things like "Insert a new column into the products table - products_bimage. (if you are using phpMyAdmin 2.2.3 you can simply paste the following into the SQL query window ALTER TABLE `catalog`.`products` ADD `products_bimage` VARCHAR(64) AFTER `products_image` - presuming that your database is 'catalog')"**********************************OR***************************"Step 1. Run sql statement on your database." What do these commands mean? Is this a php file that needs to be changed or something else that I don't understand? Any help is appreciated! Quote Link to comment Share on other sites More sharing options...
alverman Posted March 15, 2003 Share Posted March 15, 2003 It'a a tool to handle the adminstration of MySQL: http://www.phpmyadmin.net/ HTH ivan Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.