WAMP Server Installatin Shiyun Wen WAMP Server Installation

  • Slides: 5
Download presentation
WAMP Server Installatin Shiyun Wen

WAMP Server Installatin Shiyun Wen

WAMP Server Installation Ø WAMP Server is an integrated installation of Apache, My. SQL,

WAMP Server Installation Ø WAMP Server is an integrated installation of Apache, My. SQL, 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.

WAMP Server Installation Ø Put Server Online • From menu list, choose Put Server

WAMP Server Installation Ø Put Server Online • From menu list, choose Put Server Online Ø Open My. SQL Console • From menu list, choose My. SQL / My. SQL 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: wampwww, web pages reside here

WAMP Server Installation Ø Configure for Database • If you have set the password

WAMP Server Installation Ø Configure for Database • If you have set the password for your database, modify the file c: wampappsphpmyadminconfig. inc • In this file set the user and password correctly $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = 'melody 65'; $cfg['Servers'][$i]['Allow. No. Password'] = true; Ø Start and Stop Server • From menu list, choose Start or Restart All Service, Stop All Service

WAMP Server Installation Ø Managing Database • From menu list, choose php. My. Admin

WAMP Server Installation Ø Managing Database • From menu list, choose php. My. Admin • From php. My. Admin console, you can create / delete databases, create / delete / modify tables, and query the database