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 [...]
Archive for February, 2008
Tecuthsav’08 came to an END
Posted in General on February 18, 2008 | 2 Comments »
Admin Scripts in pgdb
Posted in FOSS, Techstuff, tagged FOSS, portgresql, python on February 6, 2008 | No Comments »
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 [...]