31st May 2020 • David Carr My Mac Development Tools What I use for day to day software development, communication and workflow. Read more
30th May 2020 • David Carr Converting MSSQL to MySQL Need to convert MSSQL to MySQL, this post will point you in the right direction. Read more
27th May 2020 • David Carr Composer Allowed memory size error The solution to composer running out of memory when installing a package locally. Read more
22nd May 2020 • David Carr composer install killed If you eve run composer install and terminal hands and then shows killed it means the serv... Read more
5th Dec 2019 • David Carr MySQL 8.0+ error: The server requested authentication method unknown to the client Upgraded MySQL to v8 and starting getting connection errors due to how MySQL 8 defaults to auth_sock... Read more
1st Dec 2019 • David Carr Switching between PHP versions with Homebrew With Homebrew it's possible to have multiple versions of PHP installed at once, to switch which... Read more
30th Nov 2019 • David Carr Upgrade PHP 7.4 with Homebrew PHP 7.4 came out this week, so it's time to upgrade! Read more
26th Oct 2019 • David Carr Setup Linode - Part 10 Laravel The following steps are needed for running Laravel on Linode. Read more
26th Oct 2019 • David Carr Setup Linode - Part 9 Remote MySQL over SSH To connect to your Linode database remotely log in to your MySQL client over SSH Read more
26th Oct 2019 • David Carr Setup Linode - Part 8 MySQL Logged in as a user use sudo to access elevated privileges or login as root. Read more
26th Oct 2019 • David Carr Setup Linode - Part 7 Lets Encrypt Setting up an SSL certificate enables HTTPS on the web server, which secures the traffic between the... Read more
26th Oct 2019 • David Carr Setup Linode - Part 6 Virtual Hosts Virtual hosts maps folders to domain names allowing multiple sites to be configured on a single... Read more
26th Oct 2019 • David Carr Setup Linode - Part 5 Composer Install composer, PHP package manager. Read more
26th Oct 2019 • David Carr Setup Linode - Part 4 Apache Enable Mod Rewrite Enable Apache ModRewrite Read more
26th Oct 2019 • David Carr Setup Linode - Part 3 upgrade to PHP 7.3 Since the lamp stack comes with PHP 7.0 an upgrade is required. Read more