-sigh-

I hate glitches.
Website was down for a few hours. Blogged about it on my Tabulas.
The first thing that I’m going to do now is backup my databases and export them to my computer. This way if ever i run into any more problems, i won’t feel too bad. At least I won’t lose anything. I’m still thinking about moving to the other host.

4 Responses to “Up again”

  • 1
    shu hsien

    Welcome back ! Lovely site you have here… :flowers:

  • 2
    James Wong

    Do you have cron feature? If so, add these lines to autobackup your db :)
    mysqldump -quick -e –add-drop-table –add-locks -u*USERNAMEHERE* -p*PASSWORD* -h*HOST* *TABLE* | gzip – > backup.sql.gz

    An example would be:
    mysqldump -quick -e –add-drop-table –add-locks -ujaeboy -piluvdogs -hlocalhost jaeboy_blog | gzip – > backup.sql.gz

  • 3
    Karl

    Whew,That explains why I get the error message when I tried to access your website this morning :sad:

    But now,I can access your website and I am feeling happy :wink:

  • 4
    alan

    Not sure if your host give you full phpMyAdmin access to manage your database, but if they do, it’ll make things easier overall… things like database optimizations, backing up specific databases and whatnot. Glad to see your site’s back up. I know how frustrating it can be when it goes down for minutes, hours, or days even.