Completely uninstall and reinstall mysql in Ubuntu
Sometimes we need to reinstall mysql. Learn how to completely uninstall mysql and reinstall it.[……]
Sometimes we need to reinstall mysql. Learn how to completely uninstall mysql and reinstall it.[……]
A simple introduction of kafka and how it works. Kafka is a distributed message queue based on publish/subscribe mode, which is mainly used in the field of real-time processing of big data.[……]
A simple tutorial of xorm, a Go library. Includes database settings, create tables and insert, update, delete records.[……]
1.Install Postgres and Initialization
Install Postgres though apt
Change your default login information
Log into your postgres database first[……]