Posted by: Geethapriya on: February 6, 2008
In my project there was need for writing few admin scripts in python to create database account and database for a user.
In case of MySQL we connected to mysql database (admin database) and then performed the DDL queries like create database.The connection string we used is
conn=mysql.connect(host=”localhost”,user=”username”,passwd=” “,db=”mysql” ).
It worked well.In the same way we [...]
Posted by: Geethapriya on: September 15, 2007
Today(September 15th) we celebrated a festival FStival’07 in our college which is a part of Software Freedom Day celebration. The function started around 10 am. The foss enthusiasts and our alumni Mr. Praveen, Mr. Senthilkumaran, Mr. Subramani also participated in it and made it a successful celebration.
The welcome address was given by Mrs.Shalinie, HOD of [...]