untuk caranya sebagai berikut :
xampp\mysql\bin -> my.ini -> port= 3306 -> port= 3308
xampp\apache\conf\extra ->httpd-ssl.conf ->Listen 443 ->Listen 446
xampp\php ->php.ini ->mysql.default_port = 3306 ->mysql.default_port = 3308
xampp\phpMyAdmin ->config.inc.php ->tambahkan $cfg['Servers'][$i]['port'] = ′3308′;
XAMPP yang terbaru
Program Files\mysql\ ->my.ini ->port= 3306 ->port= 3308
Program Files\mysql\bin\mysql\mysqlserver5\MysqlId.exe ->port= 3306 ->port= 3308
semoga membantu
Tambahan sharing ilmu
Ketika muncul hal seperti ini tampil ketika masuk http://localhost/phpmyadmin/
Welcome to phpMyAdmin
ErrorMySQL said:#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Connection for controluser as defined in your configuration failed.
|
xampp\phpMyAdmin ->config.inc.php ->tambahkan
$cfg[‘Servers’][$i][‘socket’] = ‘/var/lib/mysql/mysql.sock';
$cfg[‘Servers’][$i][‘connect_type’] = ‘socket';
mudah-mudahan lancar tampilan phpmyadminnya.
semoga membantu
0 komentar:
Post a Comment