Alias target name in Makefile

Okay, I needed something similar. The path to my output artifacts were quite long, but I wanted short target names and also benefit easily from bash-completion. Here is what I’m came up with: os := [arbitrary long path to an artifact] platform := [arbitrary long path to a differ artifact] packer := [common parts of … Read more

MySQL alias for SELECT * columns

You can’t use * with an alias. Aliases can be used for individual columns. You’ll have to alias each column instead.. So unfortunately, if you have a lot of columns, you’ll need to go: SELECT u.col1 AS u_col1 , u.col2 AS u_col2 , u.col3 AS u_col3 — etc , u2.col1 AS u2_col1 , u2.col2 AS … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)