• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #id
    Waiting for the end of The Clone Wars first though.
    Best Forum Advisor 2014
    Work in the public sector? You can read my FAQ here
    Click here to get 15% off your first year's IPSE membership

    Comment


      #id
      It's not very good.
      Best Forum Advisor 2014
      Work in the public sector? You can read my FAQ here
      Click here to get 15% off your first year's IPSE membership

      Comment


        #id
        Cartoon Obi-Wan's accent keeps changing.
        Best Forum Advisor 2014
        Work in the public sector? You can read my FAQ here
        Click here to get 15% off your first year's IPSE membership

        Comment


          #id
          The plot is laughable.
          Best Forum Advisor 2014
          Work in the public sector? You can read my FAQ here
          Click here to get 15% off your first year's IPSE membership

          Comment


            #id


            Just wasted about an hour mucking up mySQL

            I've got a server running on Amazon EC2, and I wanted to move the databases off onto a separate Elastic Block Storage volume, which means it persists after a server shutdown (the server's local disks only persist if you've bundled the machine image and stored it in S3).

            So no problem: I copied the existing databases across to the new locations (they're just directories), renamed the old ones to something else, created symbolic links to the new locations, and done

            Unfortunately, using my remote admin tool, several of my databases then vanished

            After googling around for ages, I finally realised that when I'd changed ownership of the new locations and their contents to the mysql user account, I'd done
            Code:
            chown -r mysql:mysql dbname
            instead of
            Code:
            chown -R mysql:mysql dbname
            meaning that rather than recursively changing ownership of the directory and all its contents, I'd instead removed read access to it

            All working again now

            Comment


              #id
              Anakin seems to be a jedi master, even though he isn't a master in the third film (maybe he gets demoted?)
              Best Forum Advisor 2014
              Work in the public sector? You can read my FAQ here
              Click here to get 15% off your first year's IPSE membership

              Comment


                #id
                Anakin also has a padawan, which seems a tad strange to say the least.
                Best Forum Advisor 2014
                Work in the public sector? You can read my FAQ here
                Click here to get 15% off your first year's IPSE membership

                Comment


                  #id
                  But the padawan managed to fend of Asajj Ventress, which is impressive.
                  Best Forum Advisor 2014
                  Work in the public sector? You can read my FAQ here
                  Click here to get 15% off your first year's IPSE membership

                  Comment


                    #id
                    Obi wan also seems to have some degree of mahogony wood beard chiselled to his face.
                    Best Forum Advisor 2014
                    Work in the public sector? You can read my FAQ here
                    Click here to get 15% off your first year's IPSE membership

                    Comment


                      #id
                      And (as I said earlier), the "plot" is laughable.
                      Best Forum Advisor 2014
                      Work in the public sector? You can read my FAQ here
                      Click here to get 15% off your first year's IPSE membership

                      Comment

                      Working...
                      X