Để upload code và data lên host bạn cần đăng nhập vào host, tạo database đăng nhập vào data, dưới đây là hướng dẫn đăng nhập host, tạo data.
Bạn truy cập vào file manager >> Public_html>> tiến hành edit file : config.phpDatabase: demovn_conhantao
Host: localhost
Username: demovn_conhantao
Password: *********A***********
lưu ý nhỏ: *********A*********** là mật khẩu mình ẩn, bạn thực hiện có thể để mật khẩu bất kỳ nhé.define('DB_NAME', 'demovn_conhantao');
/** MySQL database username */
define('DB_USER', 'demovn_conhantao');
/** MySQL database password */
define('DB_PASSWORD', '*********A***********');
/** MySQL hostname */
define('DB_HOST', 'localhost');