Using Rev to Access MySql over the LAN
mwieder
mwieder at ahsoftware.net
Thu May 17 17:59:13 EDT 2007
"Sivakatirswami" <katir at hindu.org> wrote in
message news:46496D32.8080702 at hindu.org...
> I need to do some more testing.
Since it's not clear to me that this got resolved, here are a couple of
hints:
Make sure your database has the right privileges:
> sudo mysql
mysql> grant all on dbname to username;
mysql> flush privileges;
mysql> exit
I believe MySQL by default limits accesses to localhost. I'm not sure where
the config files will be on your system, but on my Kubuntu system I've got
/etc/mysql/my.cnf
find the line "bind-address = 127.0.0.1"
comment it (place a # in front of it)
restart networking:
sudo /etc/init.d/mysql restart
--
Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list