problem installing mysqldb for python2.6
- by apoorva
Hi.. My mysql database is located on a remote machine... So i dont have any local copy of mysql on my local machine.. i get the registry key error... (file not found)...
serverKey = _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, options['registry_key'])
WindowsError: [Error 2] The system cannot find the file specified
I think it requires to have a local copy of mysql... How do i install the mysqldb for database residing on another machine???