[PHP] MySQL-port question

2002-11-21 Thread Jule Slootbeek
I have a problem,
i know this is not the MySQL mailinglist, but i hope you guys can help 
me.
when i type mysqladmin variables the port comes up as 0 and doesn't let 
people connect to my db remotely.
does anyone know why this problem is, and how i can change my port?

TIA
Jule
Jule Slootbeek
[EMAIL PROTECTED]


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] MySQL-port question

2002-11-21 Thread Jason Wong
On Friday 22 November 2002 02:12, Jule Slootbeek wrote:
 I have a problem,
 i know this is not the MySQL mailinglist, but i hope you guys can help
 me.
 when i type mysqladmin variables the port comes up as 0 and doesn't let
 people connect to my db remotely.
 does anyone know why this problem is, and how i can change my port?

Jeez, what's this list coming to?

We have people asking questions on javascript, about laptops and now even 
about mysql!!

If you want to let people remote access your db you need to grant them 
permission:

 grant all on mydb.* to [EMAIL PROTECTED] identified by secretpassword

For details please RTFM, or ask nicely on the mysql list.

Now back to php stuff please.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
To be sure of hitting the target, shoot first and, whatever you hit,
call it the target.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php