# Initialization Settings
# Single Application Version
# MariaDB Settings
See the MariaDB section in the Environment Setup chapter, connect to the database
Create an empty database named
budwk_v8, selectutf8mb4as the character setNote: The project will automatically create table structures and initialize data when it starts, no need to manually import SQL

# Distributed Version
# Nacos Settings
See the Nacos section in the Environment Setup chapter, start Nacos
Access http://127.0.0.1:8848/nacos (opens new window) in your browser, enter username
nacosand passwordnacosto log inCreate a new namespace
devNote: Both the namespace ID and namespace name must be
dev

# MariaDB Settings
See the MariaDB section in the Environment Setup chapter, connect to the database
Create an empty database named
budwk_v8, selectutf8mb4as the character setNote: The project will automatically create table structures and initialize data when it starts, no need to manually import SQL
