Forum Problems Installing LAMS: will lams 2.0.2 work with mysql version 5.0.27


 
You may request notification for will lams 2.0.2 work with mysql version 5.0.27.
Search: 

1: will lams 2.0.2 work with mysql version 5.0.27
05/29/07 11:16 PM
[ Reply | Forward ]
i tried to install lams 2.0.2 with mysql 5.0.27 , but its giving me error message.The error i will post it as attachment.

any help would be highly appreciable.

Posted by vivin v

Attachments:
2: Re: will lams 2.0.2 work with mysql version 5.0.27
In response to 1 05/29/07 11:50 PM
[ Reply | Forward ]
It should work fine.

Is your my.ini file there?

It should be in xampp/mysql/my.ini

Luke Foxton

Posted by Luke Foxton

3: Re: Re: will lams 2.0.2 work with mysql version 5.0.27
In response to 2 05/30/07 12:48 AM
[ Reply | Forward ]
my.ini file is there,can u please check the error message which i posted as attachment and tell me why it is coming.

Posted by vivin v

4: Re: Re: Re: will lams 2.0.2 work with mysql version 5.0.27
In response to 3 05/30/07 06:16 AM
[ Reply | Forward ]
We think the problem is an odd line in your my.ini file and that is confusing the installer.

The file should look something like this:

[mysqld]
transaction-isolation=READ-COMMITTED
[WinMySQLAdmin]
Server=C:/Program Files/xampp/mysql/bin/mysqld-nt.exe


All the entries in the file should be grouped under a line with []. For example "transaction-isolation=READ-COMMITTED" is grouped under [mysqld].

Do you have any entries in your my.ini file that appear BEFORE the first line with []?

If you could email me your my.ini file then I will look at it and see if I can see a problem in the file. Better to email it rather than post it because some my.ini files contain passwords. My email address is fmalikoff@melcoe.mq.edu.au

If you don't want to email us your my.ini file, you can try the following:

* Rename your my.ini file to myini.keep. You must rename it because you will need it later. Do NOT delete the my.ini file as will make other programs stop working.

* Run the LAMS installer. The installer will warn you that it couldn't find the my.ini file.

* After you have installed LAMS, rename your myini.keep file back to my.ini.

* Open your my.ini file in notepad. Look for a section marked "[mysqld]". If the section exists, add the line "transaction-isolation=READ-COMMITTED" to that section.

If you don't have a section "[mysqld]" then add this to the top of your my.ini file:

[mysqld]
transaction-isolation=READ-COMMITTED

It is 10:15pm at night here, so I'll post this message and I'll check for a reply in the morning.

Regards,

Fiona

Posted by Fiona Malikoff

5: Re: will lams 2.0.2 work with mysql version 5.0.27
In response to 1 05/31/07 04:36 AM
[ Reply | Forward ]
hi,

thank you very much for your advice , the problem was with the my.ini file. now i added this and i successfully completed the installation.

Posted by vivin v

Reply to first post on this page
Back to Problems Installing LAMS