 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
lizheyang Guest
|
Posted: Wed Jun 16, 1999 2:15 am Post subject: Question about connection between win98 and linux |
|
|
hello:
I'm a beginner about mysql.And now I have a question about the
connectiong between win98(client) and linux(server), which I know you
have solved.
Now my configuration is:
Win98 as client:
1.IP: 165.108.154.36
2.MyODBC version is 2.50.21.00
Linux as server:
1.IP: 165.108.154.33
2.login: java & password: java123
3.MySQL user : lizheyang & password : lizheyang123
4.Database: newscenter
Now I want to connect win98 to linux and I have done these:
In MySQL:
1. Insert into host(host) value('165.108.154.36');
2. Insert into user(host, user, password) values('165.108.154.36',
'lizheyang', password('lizheyang123'));
3. Insert into db(host,user,db)
values('165.108.154.36','lizheyang','newscenter');
And I have setup the MyODBC in win98 as below:
1.DNS: test
2.MySQL host: 165.108.154.33
3.Database name: newscenter
4.user: lizheyang
5.password: lizheyang123
6.port: empty
But I use visual database in VB, but I can not connect to mysql in
linux.
I have try to change port = 80, is also unconnecting.
Now the error is "is not allowed to connect to this mysql server"
If you have time to help me to solve the problem, I will be very
grateful.
thanks
lizheyang
99.07.16
|
|
| Back to top |
|
 |
Isfarazi Guest
|
Posted: Fri Jul 16, 1999 2:27 am Post subject: Re: Question about connection between win98 and linux |
|
|
what is your win98 ip?
Regards,
istaz
On Wed, 16 Jun 1999, lizheyang wrote:
| Quote: | hello:
I'm a beginner about mysql.And now I have a question about the
connectiong between win98(client) and linux(server), which I know you
have solved.
Now my configuration is:
Win98 as client:
1.IP: 165.108.154.36
2.MyODBC version is 2.50.21.00
Linux as server:
1.IP: 165.108.154.33
2.login: java & password: java123
3.MySQL user : lizheyang & password : lizheyang123
4.Database: newscenter
Now I want to connect win98 to linux and I have done these:
In MySQL:
1. Insert into host(host) value('165.108.154.36');
2. Insert into user(host, user, password) values('165.108.154.36',
'lizheyang', password('lizheyang123'));
3. Insert into db(host,user,db)
values('165.108.154.36','lizheyang','newscenter');
And I have setup the MyODBC in win98 as below:
1.DNS: test
2.MySQL host: 165.108.154.33
3.Database name: newscenter
4.user: lizheyang
5.password: lizheyang123
6.port: empty
But I use visual database in VB, but I can not connect to mysql in
linux.
I have try to change port = 80, is also unconnecting.
Now the error is "is not allowed to connect to this mysql server"
If you have time to help me to solve the problem, I will be very
grateful.
thanks
lizheyang
99.07.16
---------------------------------------------------------------------
Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
posting. To request this thread, e-mail [email]myodbc-thread443 (AT) lists (DOT) mysql.com[/email]
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail [email]myodbc-unsubscribe (AT) lists (DOT) mysql.com[/email] instead.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|