spluskhan Posted March 3, 2013 Share Posted March 3, 2013 Ha Gyz, I Need Database for my Products: id image of product Condition Product Info Price And 1 Other thing i want search engine for my site to display data from database. Plz Plz Help Me . I Make the following but its not working: id int(10) No auto_increment Image longblob BINARY No name varchar(32) decription varchar(255) Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/ Share on other sites More sharing options...
spluskhan Posted March 3, 2013 Author Share Posted March 3, 2013 any body plz help Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416191 Share on other sites More sharing options...
teynon Posted March 3, 2013 Share Posted March 3, 2013 Define not working. Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416238 Share on other sites More sharing options...
Jessica Posted March 3, 2013 Share Posted March 3, 2013 Don't store images in the database, just the filename. Store images in the filesystem. Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416239 Share on other sites More sharing options...
fenway Posted March 3, 2013 Share Posted March 3, 2013 On 3/3/2013 at 6:01 PM, Jessica said: Don't store images in the database, just the filename. Store images in the filesystem. To be clear, it's a bad idea to store images (file contents) in an RDBMS -- noSQL is great for this stuff (because your files are still accessible from multiple nodes, etc.). Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416252 Share on other sites More sharing options...
Jessica Posted March 3, 2013 Share Posted March 3, 2013 Since he posted in MySQL I assumed it's a MySQL db. Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416254 Share on other sites More sharing options...
fenway Posted March 3, 2013 Share Posted March 3, 2013 On 3/3/2013 at 7:13 PM, Jessica said: Since he posted in MySQL I assumed it's a MySQL db. Of course -- I just mean to say that there's nothing wrong with tying a MySQL DB to a NoSQL document image store -- pick the right hammer for each nail. Link to comment https://forums.phpfreaks.com/topic/275173-need-database-for-my-products/#findComment-1416264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.