[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

MySQL failed to install due to priveleges

Thufir Hawat

11/13/2007 9:29:00 PM

MySQL failed to install and gave the following error:

Product: MySQL Server 5.0 -- Error 1925.You do not have sufficient
privileges to complete this installation for all users of the
machine. Log on as an administrator and then retry this installation.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/....

I'm looking for an alternative on Windows XP -- an installer which
doesn't require administrator privileges so that I can muck around
with Ruby more on the database side.



thanks,


Thufir


4 Answers

Doug Phillips

11/13/2007 11:26:00 PM

0

> -----Original Message-----

> I'm looking for an alternative on Windows XP -- an installer which
> doesn't require administrator privileges so that I can muck around
> with Ruby more on the database side.

If you have Access installed on your computer, you could work with
access through the ODBC connection (not MySQL, but it's a DB). You
could also use SQLite.

Those are just a couple of options I can think of off the top of my
head.

-Doug


Alex Young

11/14/2007 10:43:00 AM

0

Thufir wrote:
> MySQL failed to install and gave the following error:
>
> Product: MySQL Server 5.0 -- Error 1925.You do not have sufficient
> privileges to complete this installation for all users of the
> machine. Log on as an administrator and then retry this installation.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/....
>
> I'm looking for an alternative on Windows XP -- an installer which
> doesn't require administrator privileges so that I can muck around
> with Ruby more on the database side.
Have you tried Instant Rails? As far as I recall it doesn't need
installing.

http://instantrails.rubyforge.org/wi...

--
Alex

John Joyce

11/14/2007 12:13:00 PM

0


On Nov 14, 2007, at 4:42 AM, Alex Young wrote:

> Thufir wrote:
>> MySQL failed to install and gave the following error:
>> Product: MySQL Server 5.0 -- Error 1925.You do not have sufficient
>> privileges to complete this installation for all users of the
>> machine. Log on as an administrator and then retry this
>> installation.
>> For more information, see Help and Support Center at
>> http://go.microsoft.com/fwlink/....
>> I'm looking for an alternative on Windows XP -- an installer which
>> doesn't require administrator privileges so that I can muck around
>> with Ruby more on the database side.
> Have you tried Instant Rails? As far as I recall it doesn't need
> installing.
>
> http://instantrails.rubyforge.org/wi...
>
> --
> Alex
>

Or try some other alternatives: SQLite, PostGRESql


Thufir Hawat

11/17/2007 3:25:00 AM

0

On Wed, 14 Nov 2007 21:13:11 +0900, John Joyce wrote:


> Or try some other alternatives: SQLite, PostGRESql

Next time I'm at a Windows box I'll try SQLite, it looks interesting and
Why has a page on it at <http://whytheluckystiff.net...
aQuickGuideToSQLite.html> which looks interesting.


-Thufir