-bash: export: `=’: not a valid identifier

You cannot put spaces around the = sign when you do: Remove the spaces you have and you should be good to go. If you type: the shell will interpret that as a request to export three names: foo, = and bar. = isn’t a valid variable name, so the command fails. The variable name, equals sign and it’s value must not be … Read more

SSH -L connection successful, but localhost port forwarding not working “channel 3: open failed: connect failed: Connection refused”

When you connect to port 8783 on your local system, that connection is tunneled through your ssh link to the ssh server on server.com. From there, the ssh server makes TCP connection to localhost port 8783 and relays data between the tunneled connection and the connection to target of the tunnel. The “connection refused” error … Read more

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