On Oct 16, 2004, at 12:58 PM, Klaus Major wrote:
I called and no way, PHPmyAdmin or die!
Klaus,
try looking into this page: http://dev.mysql.com/doc/mysql/en/Connection_access.html
it's from MySQL manual and will show you how to change connection access thru phpMyAdmin. maybe a line like
GRANT ALL PRIVILEDGES ON db.* TO <youruser>@%
will do the trick. If not, you can still work with databases using a conduit. something that runs on the server (a cgi) that fetches your sql, pipe it thru mysql then echoback the answer, I have a silly one here for I stumbled with the same problem once.
Andre
PS: I am now in a deep fight with postgreSQL... and he is winning.
-- Andre Alves Garzia 2004 BRAZIL http://studio.soapdog.org
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
