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:-
Then to install the mysql python use the command:-
Then to know the install version info use the command:-
Also install the mysql server :-
yum install mysql-server
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
No comments:
Post a Comment