• Chào bạn, hãy đăng ký hoặc đăng nhập để tham gia cùng bọn mình và sử dụng được đầy đủ chức năng của diễn đàn :).
Cam Chua

Đã giải quyết Ai chỉ tui cách kết nối Database Authme để tạo web đi?

Trạng thái
Không mở trả lời sau này.
config.yml
Mã:
DataSource:
    # What type of database do you want to use?
    # Valid values: SQLITE, MYSQL
    backend: 'MYSQL'
    # Enable database caching, should improve database performance
    caching: true
    # Database host address
    mySQLHost: 'địa chỉ host'
    # Database port
    mySQLPort: '3306'
    # Connect to MySQL database over SSL
    mySQLUseSSL: true
    # Username to connect to the MySQL database
    mySQLUsername: 'tên người dùng database'
    # Password to connect to the MySQL database
    mySQLPassword: 'mật khẩu người dùng'
    # Database Name, use with converters or as SQLITE database name
    mySQLDatabase: 'tên database'

mySQLUseSSL check nếu host có xài SSL
 
config.yml
Mã:
DataSource:
    # What type of database do you want to use?
    # Valid values: SQLITE, MYSQL
    backend: 'MYSQL'
    # Enable database caching, should improve database performance
    caching: true
    # Database host address
    mySQLHost: 'địa chỉ host'
    # Database port
    mySQLPort: '3306'
    # Connect to MySQL database over SSL
    mySQLUseSSL: true
    # Username to connect to the MySQL database
    mySQLUsername: 'tên người dùng database'
    # Password to connect to the MySQL database
    mySQLPassword: 'mật khẩu người dùng'
    # Database Name, use with converters or as SQLITE database name
    mySQLDatabase: 'tên database'

mySQLUseSSL check nếu host có xài SSL
config rồi làm sao nữa bạn
 
config.yml
Mã:
DataSource:
    # What type of database do you want to use?
    # Valid values: SQLITE, MYSQL
    backend: 'MYSQL'
    # Enable database caching, should improve database performance
    caching: true
    # Database host address
    mySQLHost: 'địa chỉ host'
    # Database port
    mySQLPort: '3306'
    # Connect to MySQL database over SSL
    mySQLUseSSL: true
    # Username to connect to the MySQL database
    mySQLUsername: 'tên người dùng database'
    # Password to connect to the MySQL database
    mySQLPassword: 'mật khẩu người dùng'
    # Database Name, use with converters or as SQLITE database name
    mySQLDatabase: 'tên database'

mySQLUseSSL check nếu host có xài SSL
thử kết nối :v
lol
kết nối rồi
 
Muốn làm website mà không muốn bỏ time tìm tòi chỉ muốn ăn sẵn thì chịu =)))
 
tui biết tạo web nhưng không biết kết nối database thôi
Vậy thì hãy đọc qua để biết MySQL là cái khỉ VÀ DÙNG RA SAO gì trước khi tiếp tục hỏi.
 
Chắc thanh niên tạo web = freenom, hostingvn =)) muốn kết nối đc thì phải có kiến thức SQL+PHP+HTML, nếu đã đủ thì tra google or vận dụng
 
Trạng thái
Không mở trả lời sau này.
Back
Top Bottom