Created a new website www.mahaphpcode.com for php guys
Archive for the 'Uncategorized' Category
www.mahaphpcode.com
November 5, 2009Making blogs in blogger
September 25, 2009Its very easy to start making your blogs and start earning money through adsense . I have made blog http://forex-my-pravin.blogspot.com today.
I have created new site www.mahacet.com
August 12, 2009Hello ,
I am writing this post after a long . I have created a new site named
www.mahacet.com . This site is a educational website containing details for all cets like CAT , MAT , CET, MCA etc . I am trying hard to promote the site and add google [...]
Installing phpmyadmin on linux
April 17, 2009I was writing this post after a very long time …. Now here i faced a problem installing phpmyadmin on linux …
Access denied error …..
For those whose geeting while logging through phpmyadmin should include following lines in config.inc.php
$i=0;
$i++;
$cfg['PmaAbsoluteUri']=’localhost/phpmyadmin/’;
$cfg['Servers'][$i]['host'] = ‘Localhost’;
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = ‘true’;
// This will definitely solve the problem ….
pay per click advertising
26/11 terror attack
December 9, 2008Pravin pics
November 17, 2008To use flush command in mysql
April 15, 2008mysql > flush tables with read lock // be prepare it will lock the tables
if it gives access denied error, use
mysql > grant reload on [database_name].* to ‘user_name’@’server’ identified by ‘password’;