Waiting for the end of The Clone Wars first though.
- 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
Collapse
-
-
Comment
-
Comment
-
Comment
-

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
instead ofCode: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 itCode:chown -R mysql:mysql dbname
All working again now
Comment
-
Comment
-
Comment
-
Comment
-
Comment
-
Comment
- Home
- News & Features
- First Timers
- IR35 / S660 / BN66
- Employee Benefit Trusts
- Agency Workers Regulations
- MSC Legislation
- Limited Companies
- Dividends
- Umbrella Company
- VAT / Flat Rate VAT
- Job News & Guides
- Money News & Guides
- Guide to Contracts
- Successful Contracting
- Contracting Overseas
- Contractor Calculators
- MVL
- Contractor Expenses
Advertisers

Comment