How to install the MySQl database for python in fedora OS ?

Hi Friends, The MySQldb is the database interface for python and mysql. To install this mysql in python I have used the following commands :-

First search to get the current version of mysql python by using this command:-

yum search MySQL-python

Then to install the mysql python use the command:-

yum install MySQL-python.i686

Then to know the install version info use the command:-

yum info MySQL-python.i686 

Also install the mysql server :-

yum install mysql-server









What is purpose of an administrator and his privilages ?


The  main purpose of an administrator is to ensure that the system is secured and there is slowness in the system.  The previlages that are given for an administrator is to configure the system and to add or remove installations. An administrator is a person incharge of maintenance of the system.

What vga connection means ?


The VGA can be abbreviated as Video Graphics Array. This is unique method that is followed to connect the monitors to the computer. A standard VGA has 3 rows with 15 pins.  It is also been made standard for the video cards and HD television connection.

What does it mean by autocomplete ?


Autocomplete is a special feature which could be found in source code editors, web browsers, word processors and also in search engine interface. The autocomplete can be defined as  process which is used to predict the word or a sentence on behalf of the user before the user types the complete word or the sentence.