Posts

Showing posts from February, 2024

XAMPP

Image
Download and Install  https://www.apachefriends.org/download.html Step 2: XAMPP Installer চালু করুন ডাউনলোড শেষ হলে .exe ফাইলটিতে ডাবল ক্লিক করুন। যদি Windows Security Warning আসে → Allow / Yes চাপুন।  Step 3: Installation Setup Select Components আসবে। এখানে যেগুলো দরকার সেগুলো সিলেক্ট করুন: ✅ Apache ✅ MySQL ✅ PHP ✅ phpMyAdmin (বাকি জিনিসগুলো যেমন FileZilla, Tomcat ইত্যাদি চাইলে বাদ দিতে পারেন।) Installation Folder নির্বাচন করুন (ডিফল্ট থাকে C:\xampp\ ) → OK করুন। Error -1  Apache shutdown unexpectedly  click config: 1. open Apache(httpd.conf) and replace      Listen 80 to Listen 8080     ServerName localhost:80 to  ServerName localhost:8080 2. open Apache(httpd-ssl-conf) and replace     Listen 443 to Listen 4433 3 . stop and start again Error-2 8:45:49 AM  [mysql] Port 3306 in use by "Unable to open process"! 8:45:49 AM  [mysql] MySQL WILL NOT start without the configured ports free! 8:45:4...