> On Tue, Jul 26, 2011 at 8:33 PM, Thilina Dulanjana
> <thilinadulanj...@gmail.com <mailto:thilinadulanj...@gmail.com>> wrote:
> On 2011-07-26 8:30 ප.ව., Danishka Navin wrote:
>> 2011/7/26 Thilina Dulanjana <thilinadulanj...@gmail.com
>> <mailto:thilinadulanj...@gmail.com>>
>> I need My SQL control center to work collaborate with a java
>> program. But there is no My SQL in hanthana linux. How could
>> I install it?
>> Which version you have?
>> MySQL has been shiped with Hanthana 14.x
>> --
>> Danishka Navin
>> http://danishkanavin.blogspot.com
>> http://twitter.com/danishkanavin
>> http://identi.ca/danishka
>> http://www.flickr.com/photos/danishkanavin/
>> http://twitter.com/danishkanavin
>> http://identi.ca/danishka
>> http://www.flickr.com/photos/danishkanavin/
>> --
>> You received this message because you are subscribed Hanthana
>> User Group.
>> To post to this group, send email to
>> hanthana-community@googlegroups.com
>> <mailto:hanthana-community@googlegroups.com>
>> To unsubscribe from this group, send email to
>> hanthana-community+unsubscribe@googlegroups.com
>> <mailto:hanthana-community+unsubscribe@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/hanthana-community?hl=en
>> ඔබට මෙම ලිපිය ලැබෙන්නේ ඔබ හන්තාන පරිශීලක සමූහයට එක්වි ඇති නිසයි.
>> මෙම සමූහයට ලිපියක් යැවීමට hanthana-community@googlegroups.com
>> <mailto:hanthana-community@googlegroups.com> ඊමේල් ලිපිනය භාවිත කරන්න.
>> මෙම සමූහයෙන් ඉවත් වීමට
>> hanthana-community+unsubscribe@googlegroups.com
>> <mailto:hanthana-community+unsubscribe@googlegroups.com> වෙත ලියන්න.
>> ~ Feel The Freedom ~
>> Web Site: http://www.hanthana.org
>> Blog : http://blog.hanthana.org
>> Identi.ca : http://identi.ca/hanthana
>> Twitter : http://twitter.com/hanthana
> I think 14.1 . I have received that from you in the UCSC
> exhibition. Does it include My SQL server? Sorry, I can't find it!
> Yes, 14.1 was released for the IFO++ exhibition held by the UCSC.
> As I remember I have added LAMP stack in to 14.1
> run following command in terminal or you can just check whether
> "mysqld" service is listed
> in the services list by running system-config-services (system >
> administration > services)
> rpm -qa mysqld
> run following command if you want to start the mysqld
> service mysqld start
> to install mysql "yum install mysql-server"
> --