User Tools

Site Tools


cms_faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cms_faq [2011/06/24 07:07]
siva_epari
cms_faq [2018/03/24 11:13] (current)
Line 1: Line 1:
 +==Links==
 +
 +  * [[cms1|Drupal,​ Day1]]
 +  * [[cms2|Drupal,​ Day2]]
 +  * [[cms_faq|Frequently Asked Questions, CMS]]
 +  * [[drupal-lms|Library Management System as Assignment]]
 +
 +===Frequently Asked Questions(FAQ)===
 +
 ==Reset Mysql password== ==Reset Mysql password==
  
Line 17: Line 26:
  
    mysql -u root -ppassword    mysql -u root -ppassword
-   ​update d7.users set pass=md5('​password'​),​ name='​admin'​ where uid=1;+   ​update d7.user set pass=md5('​password'​),​ name='​admin'​ where uid=1;
    exit    exit
  
Line 25: Line 34:
  
    * open **Applications** > **Programming** > **Mysql query browser** present in Debian desktop menu    * open **Applications** > **Programming** > **Mysql query browser** present in Debian desktop menu
 +   * It Opens a Mysql query browser asking for
  
 +Server hostname: localhost
 +
 +username ​      : root
 +
 +password ​      : hello
 +
 +now click on connect.
 +
 +   * Now the Mysql query browser will open, click on the Resultset 1,a plain text editor appears on top of the Resultset 1.
 +   * on this plain editor write a query "​create database d7" then click on execute.
 +   * open **Applications** > **Programming** > **Mysql Administrator** present in Debian Desktop menu
 +   * It Opens a Mysql Administrator asking for
 +
 +Server hostname: Localhost
 +
 +username ​      : root
 +
 +password ​      : hello
 +
 +now click on connect.  ​
 +
 +   * Now a Mysql Administrator will open click on the option "user administration"​ when we click on it a page will appear on right click on the tab "new user" and give the Login information i.e:
 +
 +Mysql User:
 +
 +New Password:
 +
 +Confirm Password:
 +
 +   * Click "​Schema Privileges"​ the second tab on the same page     
 +   * Here a page appears having the database which you created in Schema List click on the database you created ​
 +   * Then a List of Available Privileges will appear on right of that page,click on any one of the available privileges and press ctrl A now all the available privileges are selected now press the arrow **<​--** ​
 +   * Now click on "Apply Changes"​
 +   * Your Database is created you can use the Username and database name and password given here in your drupal database.
 +                    ​
 ==Check and kill the existing process on the standard port 80(Apache) and 3306(MySQL)== ==Check and kill the existing process on the standard port 80(Apache) and 3306(MySQL)==
  
Line 107: Line 152:
    * Check your system ip and put it in the configuration    * Check your system ip and put it in the configuration
    * Whenever anyone request the dynamic host name you created, the apache server will serve the local instances to the host name.    * Whenever anyone request the dynamic host name you created, the apache server will serve the local instances to the host name.
 +
 +==Links==
 +
 +  * [[cms1|Drupal,​ Day1]]
 +  * [[cms2|Drupal,​ Day2]]
 +  * [[cms_faq|Frequently Asked Questions, CMS]]
 +  * [[drupal-lms|Library Management System as Assignment]]
cms_faq.1308899258.txt.gz ยท Last modified: 2018/03/24 11:13 (external edit)