Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

String Problem

 [1/2] from: tmoeller:fastmail:fm at: 25-Aug-2009 12:59


Hi, if have backupscript for our mysqldatabases in rebol. Simplified it reads the output of "show databases", puts it together with the datadirectory and copies all files in this directory to a backupdevice. The problem we have now ist that after a Migration from 5.0 to 5.1, the mysql_upgrade script changed the path names of databases which names contain "-". For example the database name is "tt-wiki" and the path is now "tt-002dwiki". I know that "-002d" is the ascii representation of - . But how can i make rebol search for "tt-002dwiki" and not "tt-wiki"?? Any ideas?? Thanks Thorsten -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again

 [2/2] from: tmoeller:fastmail:fm at: 25-Aug-2009 15:08


OK. Success at last. Found it out myself :-)) Thorsten On Tue, 25 Aug 2009 12:59 +0200, "Thorsten Moeller" <tmoeller-fastmail.fm> wrote:
> Hi, > if have backupscript for our mysqldatabases in rebol. Simplified it
<<quoted lines omitted: 14>>
> To unsubscribe from the list, just send an email to > lists at rebol.com with unsubscribe as the subject.
-- http://www.fastmail.fm - Access all of your messages and folders wherever you are

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted