Re: Re: Adding new users

2002-05-14 Thread Egor Egorov
Todd, Monday, May 13, 2002, 7:18:11 PM, you wrote: TC> Where is the user table? Table 'user' is located in database 'mysql'. It's one of the table that MySQL uses for user identification. Some more details about user identification and privilege system in MySQL you can find at: ht

Re: Re: Adding new users

2002-05-13 Thread Mark
Todd wrote: > TC> The error is a timeout with the following message > TC> and I think the answer is right in front of me: > TC> need to open port 110. Could that be true? No. Port 110 is used for POP. Barring any unforeen setup, the MySQL daemon runs on port 3306. > TC> Warning: Can't connect

Re: Re: Adding new users

2002-05-13 Thread Egor Egorov
Todd, Monday, May 13, 2002, 4:44:30 PM, you wrote: TC> Egor - TC> Here is the code: TC>$link = mysql_connect("209.204.172.122", "root", "mypassword"); TC> if ($link) { TC> print("Connected"); TC> } else { TC> print("Cannot connect"); TC> } ?>> TC> The error is a timeout with