I need to install MySQL on Windows XP. But looks like both .msi and and .zip versions require Windows admin rights to get database working. Is there any way possible to install MySQL without windows admin rights? If not, is there any database that doesn't require installation(NOT an in memory database)?
|
feedback
|
migrated from stackoverflow.com Mar 15 '11 at 10:44
This question came from our site for professional and enthusiast programmers.
|
Zip does not require any administrative rights, if you do not run database as a service. you can run it from the command line, , e.g with bin\mysqld --console after unpacking the zip. | |||||
feedback
|
| |||
|
feedback
|
|
I don't think you can get away with installing MySQL without admin rights, because it's a service. If you can't get around that, give SQLite a try. It's file-based, can be just unzipped to any directory and drivers exist for most languages. | |||
|
feedback
|

>.<– Synetech Mar 17 '11 at 19:15