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) Quote Link to comment Share on other sites More sharing options...
spluskhan Posted March 3, 2013 Author Share Posted March 3, 2013 any body plz help Quote Link to comment Share on other sites More sharing options...
teynon Posted March 3, 2013 Share Posted March 3, 2013 Define not working. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
fenway Posted March 3, 2013 Share Posted March 3, 2013 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.). Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
fenway Posted March 3, 2013 Share Posted March 3, 2013 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. 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.