a newbie question(network question)

This is a discussion on a newbie question(network question) within the MySQL Database forums, part of the Database Forums category; Hello, Now, i have three computers at my home and i installed mysql to one of the computers. I want ...


Go Back   Usenet Forums > Database Forums > MySQL Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-31-2007
hardemr
 
Posts: n/a
Default a newbie question(network question)

Hello,

Now, i have three computers at my home and i installed mysql to one of
the computers. I want to access mysql from other computers. However, i
couldn't access to that mysql server. When i tried to connect from
client, it gave that error(mysql error number 2003). What can i do for
solving that problem?

Best Regards,

Emrah Ayanoglu

P.S: I tried both of linux and windows, but i couldn't succeed.

Reply With Quote
  #2 (permalink)  
Old 02-02-2007
Rob
 
Posts: n/a
Default Re: a newbie question(network question)

On 1 Feb, 18:45, "Peter H. Coffin" <hell...@ninehells.com> wrote:

> Check your server config and ensure that network access is turned on,
> with a port= option in the [mysqld] stanza.
>


You need also to esplicitly allow any external host to connect to your
sql server. This can be done putting couples of HOST, USER
in the "user" table of your "mysql" database:

On localhost:
mysql -u youruser -p -D mysql

then
insert into user (etccetera)

Bye
Roberto

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:17 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0