Re: NT installation / port issues

2001-05-20 Thread Khaled Omar
I have faced the same problem which took me a very long time to solve. Here are the steps I did hoping it will help you: 1- Install Mysql on d drive and not under c drive. That was clearly stated. 2- In your command line, stop at mysql cd d:\mysql 3- mysqlbin\mysqld-shareware --basedire d:\mysql

Re: NT installation / port issues

2001-05-18 Thread Miguel Angel Solórzano
At 11:36 18/05/2001 -0400, Michael Britton wrote: Hi, That error message should means: the server wasn't started or the client wasn't able to connect for privileges issues. The server you should use is: mysqld-nt.exe The recommended way on NT is as service so install it by:

Re: NT installation

2001-03-27 Thread Lindsay Adams
Doesn't MySQL on NT support networking? You should be able to install the mysql client on the workstation and give it the IP address, port number and database name on the server to connect. You don't have to install telnet. I don't use NT, so if there really is some reason MySQL on NT won't work

Re: NT installation

2001-03-27 Thread jcmaes
Hi Chad You do not need a Telnet client. Just install Myodbc and the mysql client. To connect to your server, type "mysql -h yourhostname -u userID" If you defined a password for the userID, add -p at the end of the line. The system will prompt you for the password. See manual for more

RE: NT installation

2001-03-27 Thread Chad Nielsen
t: Tuesday, March 27, 2001 11:47 AM To: Chad Nielsen Cc: [EMAIL PROTECTED] Subject: Re: NT installation Hi Chad You do not need a Telnet client. Just install Myodbc and the mysql client. To connect to your server, type "mysql -h yourhostname -u userID" If you defined a password fo

RE: NT installation

2001-03-27 Thread Peter Skipworth
Subject: Re: NT installation Hi Chad You do not need a Telnet client. Just install Myodbc and the mysql client. To connect to your server, type "mysql -h yourhostname -u userID" If you defined a password for the userID, add -p at the end of the line. The sy