“Kata Sandi PhpMyAdmin” Kode Jawaban

PHPMyAdmin First Login

// in config.sample.inc.php change this to true
$cfg['Servers'][$i]['AllowNoPassword'] = false;
// in config.sample.inc.php add this 
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123';
// refresh
Mohamed Sami khiari

Kata Sandi PhpMyAdmin

-- DEFAULT: Username:root , Password: –  (none)
mysql> SET PASSWORD FOR root@localhost=PASSWORD('mypassword');
mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost 
	IDENTIFIED BY 'mypassword' WITH GRANT OPTION;
VasteMonde

Jawaban yang mirip dengan “Kata Sandi PhpMyAdmin”

Pertanyaan yang mirip dengan “Kata Sandi PhpMyAdmin”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya