utf8_general_ci
.Buka folder wordpress di C:\xampp\htdocs\wordpress
.
Temukan file wp-config-sample.php dan ubah namanya menjadi wp-config.php.
Buka file wp-config.php dengan teks editor (Notepad atau VS Code).
Ubah bagian berikut sesuai database yang dibuat tadi:
define( 'DB_NAME', 'pixone_db' );
define( 'DB_USER', 'root' );
define( 'DB_PASSWORD', '' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8' );
define( 'DB_COLLATE', '' );
   5. Simpan dan tutup file.
Buka browser dan akses:Â http://localhost/wordpress
Buka browser dan akses:Â http://localhost/wordpress/wp-admin/
Masukkan Username dan Password yang dibuat tadi.