connecting to mySql
Andre Garzia
soapdog at mac.com
Sat Oct 16 11:16:03 EDT 2004
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
More information about the use-livecode
mailing list