Bom dias Andre,

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.

Thanks for this useful info. Stored it for later use!

In the moment the best spolution for me is to install a local mySQL
on my OS X, i think...

Andre

PS: I am now in a deep fight with postgreSQL... and he is winning.

Damn! Did you attempt a bribe? ;-)

Andre Alves Garzia  2004  BRAZIL
http://studio.soapdog.org

Adeus

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to