Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Will it do this ?

forums forums SQLyog SQLyog Comments Will it do this ?

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #8640
      steve.miller
      Member

      I need to export images from BLOB fields held in a MySQL Database as image files (.jpg) using a file name made up of the unique key field contents and a variable. There are 6 images per record, so image one for record 635 would be 635.jpg, image two would be 635a.jpg, image three would be 635b.jpg etc. This would be done using a script and automated to run through the entire file (about 250 records) can this be done using SQLyog ?

    • #16504
      Ritesh
      Member

      No.

      I think a scripting language like PHP is a better option to handle such problems.

    • #16505
      Shadow
      Member

      Not just better, the only way to accomplish your task is to use a programming language!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.