mysql < mysqldump.sql
When restoring a dump of all tables from a different machine (e.g. using a dump from the production server on the VM), this will override the debian-sys-maint
user (as well as other users and passwords).
// The AWS management console shortcuts are stored in a cookie. | |
// This bookmarklet can be used to (re-)create the cookie. | |
// https://forums.aws.amazon.com/message.jspa?messageID=883519 | |
javascript:var s="eb,ec2,ecr,rds,r53,s3,ses,iam"; var m = "tm-icon"; var c=document.cookie.replace(/(?:(?:^|.*;\s*)noflush_awscnm\s*\=\s*([^;]*).*$)|^.*$/, "$1"); if (!c) { alert("Can't find cookie. Wrong domain?"); } else { var awscnm=JSON.parse(decodeURIComponent(c)); awscnm.sc = s.split(","); awscnm.toolbarMode = m; document.cookie = `noflush_awscnm=${encodeURIComponent(JSON.stringify(awscnm))};domain=.console.aws.amazon.com;path=/`; alert(`Restored: ${awscnm.sc}`);} void(0); |
mysql < mysqldump.sql
When restoring a dump of all tables from a different machine (e.g. using a dump from the production server on the VM), this will override the debian-sys-maint
user (as well as other users and passwords).
%== setup ====================================================================== | |
% be strict | |
\RequirePackage[l2tabu, orthodox]{nag} | |
% document class | |
\documentclass[a4paper,10pt,titlepage,final]{article} | |
% bug fixes | |
\usepackage{fixltx2e} |