Download presentation
Presentation is loading. Please wait.
Published byWhitney Stephanie Curtis Modified over 9 years ago
1
WAMP Server Installatin Shiyun Wen
2
WAMP Server Installation WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following these Step to Install it: Download the latest version of WAMP, Execute the downloaded exe file and follow the installation guide. Start the WAMP Server from Shortcut icon on your desktop or Window program menu (Start / All Programs) You will see a menu icon in the system tray located at lower right corner of the window. Click on the menu icon you see a list of menu items related various tasks.
3
WAMP Server Installation Put Server Online From menu list, choose Put Server Online Open MySQL Console From menu list, choose MySQL / MySQL Console You can Set Password For Your Database Login Find Root Directory for Web Content From menu list, choose www directory, web root directory opens C:\wamp\www, web pages reside here
4
WAMP Server Installation Configure for Database If you have set the password for your database, modify the file c:wamp\apps\phpmyadmin\config.inc In this file set the user and password correctly $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'melody65'; $cfg['Servers'][$i]['AllowNoPassword'] = true; Start and Stop Server From menu list, choose Start or Restart All Service, Stop All Service
5
WAMP Server Installation Managing Database From menu list, choose phpMyAdmin From phpMyAdmin console, you can create / delete databases, create / delete / modify tables, and query the database
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.