I have two users for the db sroshan_roshan and sroshan_sroshan with all the permissions set as indicated in the link you mentioned.
I tried creating one more db and user but it did not work out.
Hi,
I found a lot of relevant entries in forum and the wiki and i am still struggling to fix this:
Link: http://sroshan.x10.bz/v.php
This is what i am using in my PHP script:
$db = 'sroshan_temp';
$host = 'localhost';
$user = 'sroshan_roshan';
$pass = 'xxxx';
$link =...