Tag: Database
-
Working with PostgreSQL on Mac locally
This post walkthrough installing PostgreSQL, PGAdmin, starting & stopping service as need and Mulesoft tips
-
Definition of Frequently Used Database Architecture Related Terms
Definitions of Data warehouse, Data lake, Data Mart, Operational Data Store
-
Install MySQL and Query Browser in Ubuntu
To open the Terminal, go to Application > Accessories > Terminal Type the following command at terminal. $sudo apt-get install mysql-server mysql comes with no root password. To set the root password, type: $mysqladmin -u root password your-new-password $sudo /etc/init.d/mysql restart Install mysql query browser $sudo apt-get install mysql-query-browser After installing, go to Applications >…