2
The instructions to be followed for using the application : 1)Computer must be running on windows 2000 or upgraded version. 2)It must have WampServer ,WebServer and mysql installed. 3) Firstly the database table needs to be created. a) The name of the database is “user”. b) The tables of the user database is: i) admin(admin_name, password,retype_password,email_id). ii) recruiter(user_name, company_name, password, email_id, code, phone_no, company_website). iii) student(s_name, roll,email_id, gender, dept, sp_1, sp_2). iv) user(login, password, code, name, email_id, ph_no, notice). v) admin_notice(admin_name, notice, date). 4)In the document folder ,you have been provided with dump mysql, inorder to recover it ,following code to be entered in command prompt mysql –p <output file name>press enter.

Install.txt

  • Upload
    ruchi

  • View
    213

  • Download
    0

Embed Size (px)

DESCRIPTION

Installation file

Citation preview

The instructions to be followed for using the application :

1) Computer must be running on windows 2000 or upgraded version.

2) It must have WampServer ,WebServer and mysql installed.

3) Firstly the database table needs to be created.a) The name of the database is user.b) The tables of the user database is:i) admin(admin_name, password,retype_password,email_id).ii) recruiter(user_name, company_name, password, email_id, code, phone_no, company_website).iii) student(s_name, roll,email_id, gender, dept, sp_1, sp_2).iv) user(login, password, code, name, email_id, ph_no, notice).v) admin_notice(admin_name, notice, date).

4) In the document folder ,you have been provided with dump mysql, inorder to recover it ,following code to be entered in command promptmysql p press enter. remember before entering the code give the path where the dump sql file is located. 5) Open Wamp folder created in C drive ,open www folder ,here put all the html as well as php file.

6) Now Start WampServer ,open a browser and type http://localhost/hero/Frame.html.

7) Now you can avail the facility of this very application.