Mengatasi Masalah penginstalan XAMPP CONTROL PANEL

Masalah saat penginstalan XAMPP CONTROL PANEL
Misalnya seperti :
-          Apache tidak Jalan
-          MySQL tidak jalan
-          Acces deny saat masuk ke LocalHost di browser


Setelah pengistalan XAMPP, maka lakukan langkah – langkah berikut :
1 . buka folder C:\xampp\apache\conf



2. buka httpd.conf dengan notepad
                - ubah Listen 80 menjadi Listen 8080
- dan ServerName localhost:80 menjadi ServerName localhost:8080
                - lalu save






3. buka C:\xampp\apache\conf\extra



4. buka httpd-ssl.conf dengan notepad
                - ubah Listen 443 menjadi Listen 4499
                - VirtualHost _default_:443 menjadi VirtualHost _default_:4499
                - dan www.example.com:443 menjadi www.example.com:4499
                - save







1.       Download bwapp database
Link download : bwapp_database

-          Extrak file
-          Copy semua file ke C:\xampp\htdocs
-          Lalu buka folder C:\xampp\htdocs\bWAPP\admin


-          Buka setting.php dengan notepad
-          Lalu ubah $db_password = "bug";
Menjadi $db_password = "";
(alias mengkosongkan password)
-          Save






Semoga bermanfaat 
Hajriah Fajar is a multi-talented Indonesian artist, writer, and content creator. Born in December 1987, she grew up in a village in Bogor Regency, where she developed a deep appreciation for the arts. Her unconventional journey includes working as a professional parking attendant before pursuing higher education. Fajar holds a Bachelor's degree in Computer Science from Nusamandiri University, demonstrating her ability to excel in both creative and technical fields. She is currently working as an IT professional at a private hospital in Jakarta while actively sharing her thoughts, artwork, and experiences on various social media platforms.

Thank you for stopping by! If you enjoy the content and would like to show your support, how about treating me to a cup of coffee? �� It’s a small gesture that helps keep me motivated to continue creating awesome content. No pressure, but your coffee would definitely make my day a little brighter. ☕️ Buy Me Coffee

Posting Komentar untuk "Mengatasi Masalah penginstalan XAMPP CONTROL PANEL"