* Carlos Lorenz <[EMAIL PROTECTED]> [050726 04:21]:
> Hi list,
>
> I have been using %mysql-protocol.r for almost 2 years on a CGI script at
> web site and it is just great. No complaints at all.
>
> Now I need to stabilish a connection to MySQL at Debian server
> 192.168.1.100<http://192.168.1.100>of my intranet from my Ubuntu
> Desktop and that's what I get:
>
> >> do %~/rebol/scripts/mysql-protocol.r
> Script: "mySQL Protocol" (25-Jul-2001)
> mySQL protocol loaded
> >> db: open mysql://root:[EMAIL PROTECTED]/revel
> connecting to: 192.168.1.100 <http://192.168.1.100>
> ** Access Error: Cannot connect to 192.168.1.100 <http://192.168.1.100>
> ** Where: open-proto
> ** Near: db: open mysql://root:[EMAIL PROTECTED]/revel
> >>
>
> I have already unblocked port 3306 on both hosts (tcp,udp). What else am I
> missing?
Hi Carlos:
1)What version of mysql on this box?
2)can you confirm that mysql is really running on 3306?
3)Is that version of mysql using encrypted passwords?
For encrypted passwords use the following:
SET PASSWORD FOR 'some_user'@'some_host' =OLD_PASSWORD('newpwd');
See entries on Rebol3 world => mysql for January of this year.
HTH
tim
--
Tim Johnson <[EMAIL PROTECTED]>
http://www.alaska-internet-solutions.com
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.