I have a Window host package - I want to create mySQL database. To which screen I should go? I have experience with creating mySQL on my Linux package on different web host.
I think you might be mixing apples and oranges because you indicate you checked your permissions with "SQL Server Management Studio", but you are programmatically trying to create a database using MySql class objects.
Go to the MySql.org and find the sourceforge link to the free MySQL Administrator download and try using that utiltiy to view and modify your source permissions.
Comment