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
Next revision Both sides next revision
cms_faq [2011/06/24 08:15]
madhumathi
cms_faq [2012/06/02 10:00]
siva_epari
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)=== ===Frequently Asked Questions(FAQ)===
  
Line 19: 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 26: Line 33:
    ​apt-get install mysql-query-browser mysql-admin    ​apt-get install mysql-query-browser mysql-admin
  
-   * open **Applications** > **Programming** > **Mysql query browser** present in Debian desktop ​ +   * open **Applications** > **Programming** > **Mysql query browser** present in Debian desktop menu
-     menu +
-     +
    * It Opens a Mysql query browser asking for    * 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 ​ +Server hostname: localhost 
-     Desktop menu + 
-         +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    * 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 +Server hostname: Localhost
-     ​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  +username ​      : root 
-     in your drupal database.+ 
 +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 152: 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.txt · Last modified: 2018/03/24 11:13 (external edit)