Feed on
Posts
Comments

Archive for February, 2008

Tecuthsav’08 came to an END

At last our tech fest the TecUthsav’08 came to an end today.The five days event has reached its end point today. Though the strength of the [...]

Read Full Post »

Admin Scripts in pgdb

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 [...]

Read Full Post »