shlomi-noach / openarkkit

Automatically exported from code.google.com/p/openarkkit
24 stars 16 forks source link

I am getting error while altering table #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I am getting error that say "No module named MySQLdb" while altering table
Here is the screenshot:

# oak-online-alter-table --socket=/var/lib/mysql/mysql.sock --database=test
--table=ahmdabad --alter="ADD KEY(City)"
Traceback (most recent call last):
  File "/usr/bin/oak-online-alter-table", line 21, in ?
    import MySQLdb
ImportError: No module named MySQLdb

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using RHEL OS.

Please provide any additional information below.

Original issue reported on code.google.com by zakiram...@gmail.com on 11 Apr 2009 at 10:30

GoogleCodeExporter commented 9 years ago
Oh, dear me, Issue tracking was not working.
I apologize for only getting back two months later.

Please see requirements for this project: 
http://code.openark.org/forge/openark-kit
You'll need to install the MySQL-python driver.
ON RHEL this should be MySQL-python.*.*. Try
yum list available | grep -i python | grep -i mysql

Original comment by shlomi.n...@gmail.com on 21 Jun 2009 at 10:55

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by shlomi.n...@gmail.com on 21 Jun 2009 at 10:58