Sanpele / websitePlaying

Personal website little projects.
0 stars 0 forks source link

Get and implement mariadb locally #22

Open Sanpele opened 2 years ago

Sanpele commented 2 years ago

Moving away from siteground, also lost the lovely hosted instance of mssql, given the aws LAMP tutorial uses mariadb seems to make sense to get that setup locally. Ideally will use similar syntax.

Sanpele commented 2 years ago

Up and running, worst blocking point was that to connect locally, Needed to specify 127.0.0.1 not local host (when the docs mislead ;/ ). Also that the port used by default is the 3306 which is where php looks, no intervention needed.