Yep. That was it. No firewall rules needed to change.
> -Original Message-
> From: Gleb Paharenko [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 07, 2005 1:24 AM
> To: mysql@lists.mysql.com
> Subject: Re: telnet localhost 3306 Connection refused
>
> Hello.
&g
strib 4.0.24,
for pc-linux-gnu (i686)". I am running shorewall, but that shouldn't affect
localhost should it? My firewall, web, and mySQL server are the same
machine.
# telnet localhost 3306
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I'
s problem in "mysql Ver 12.22 Distrib 4.0.24,
> for pc-linux-gnu (i686)". I am running shorewall, but that shouldn't affect
> localhost should it? My firewall, web, and mySQL server are the same
> machine.
>
> # telnet localhost 3306
> Trying 127.0.0.1...
&g
localhost should it? My firewall, web, and mySQL server are the same
machine.
# telnet localhost 3306
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I've tried to comment, uncomment and change to * this 'bind-address' line in
/etc/mysql/my.cnf
# ke
Daevid Vincent wrote:
What is causing me to have this problem in "mysql Ver 12.22 Distrib 4.0.24,
for pc-linux-gnu (i686)". I am running shorewall, but that shouldn't affect
localhost should it? My firewall, web, and mySQL server are the same
machine.
Shorewall can affect localhost as well
Try
ps ax|grep sql
if mysql is running. and if you telnet to that port (3306) and still you
can't connect.
check if you have blocked your port on your firewall.
usually, firewall for linux are iptables and ipchains
flush them first and try.
HTH
On 7/7/05, Daevid Vincent <[EMAIL P
What is causing me to have this problem in "mysql Ver 12.22 Distrib 4.0.24,
for pc-linux-gnu (i686)". I am running shorewall, but that shouldn't affect
localhost should it? My firewall, web, and mySQL server are the same
machine.
# telnet localhost 3306
Trying 127.0.0.1...
te
Ed Patterson wrote:
First I am looking for a way to shutdown and or restart MySQL via
telnet. mysqld -restart returns
You want `mysqladmin [command]` -- try `mysqladmin --help` for a
quick list of available commands.
HTH!
--
Hassan Schroeder - [EMAIL PROTECTED
Greetings,
I need help with a few things:
First I am looking for a way to shutdown and or restart MySQL via
telnet. mysqld -restart returns
chroot: No such file or directory
Aborting
mysqld -shutdown returns:
Can't start server: Bind on TCP/IP port: Address already in use
Do you already
lt;[EMAIL PROTECTED]>
Sent: 22 November 2001 10:04
Subject: Mysql & Win200 problem (telnet localhost)
> hi,
>
> I had posted a few days back regarding having problems running MySQL on WIN
> 2000...
>
> I forgot to add before, I can ping my localhost but unable to do a telnet
should will fixed as soon as possible.
8- Install the service:
mysqld-max-nt --install
9- Start the service:
net mysql start
I hope this help you.
Regards,
Miguel
>hi,
>
>I had posted a few days back regarding having problems running MySQL on WIN
>2000...
>
>I forgot to
hi,
I had posted a few days back regarding having problems running MySQL on WIN
2000...
I forgot to add before, I can ping my localhost but unable to do a telnet
localhost too...
I had installed and was running MySQL and PHP with IIS successfully for
nearly 2 mths now... All of sudden since a
between the command and the semi-colon (or \g)
doesn't matter, you can have the sem come right after your text or you
can add a space for clarity.
--- Todd Williamsen <[EMAIL PROTECTED]> wrote:
> I looked all through the documentation for this and I cannot find the
> comman
On Monday 19 November 2001 01:25, Todd Williamsen wrote:
> I looked all through the documentation for this and I cannot find the
> command for listing tables in mysql in telnet.
>
> I get this:
> Mysql> show tables
> ->
>
> I have no idea what the arrow does an
-> is a continuatin line for your sql stamement. Remember yo conclude your
statement with a semi=colon...
Denis
Todd Williamsen wrote:
> I looked all through the documentation for this and I cannot find the
> command for listing tables in mysql in telnet.
>
> I get this:
>
I looked all through the documentation for this and I cannot find the
command for listing tables in mysql in telnet.
I get this:
Mysql> show tables
->
I have no idea what the arrow does and what I am suppose to do with it.
I type in commands and it just does another -> What is that?
You need a mysql client to connect to a mysql server.
First you telnet to your provider, and from the command prompt connect ala:
mysql -uusername -p database_name
or
If your provider is setup to allow mysql connections from outside their
servers (not as likely) then you can install a mysql
I am using Windows 2000 and MS decided to toss the GUI environment for
it. Plus, I tried connecting like this:
Connect host :<3306>
How can I connect to my remote database that is on my hosting provider?
Thank you,
Todd Williamsen, MCSE
home: 847.265.4692
Cell: 847.867.9427
-
So sprach »tj marlin« am 2001-07-28 um 13:44:03 -0700 :
> There are secure telnet packages. one for windows is SecureCRT. see
> www.vandyke.com
That's a contradiction in itself. Telnet never can be secure, as it
transmits all the data in clear text. It's very easy to sniff sen
So sprach »James McLaughlin« am 2001-07-28 um 13:24:21 -0600 :
> PHPmyAdmin is a great program to use for working with a mySQL DB.
> http://www.phpwizard.net/projects/phpMyAdmin/
Or, for a more recent version of phpMyAdmin:
http://phpMyAdmin.sourceforge.net
PS: sql
Alexander Skwar
--
How to
At 13:44 28-7-01 -0700, tj marlin wrote:
>There are secure telnet packages. one for windows is SecureCRT. see
>www.vandyke.com
Rather use PuTTY.. it's free!! and a very good SSH client I wonder how
many sysadmins still allow telnet..
Use your favorite searchengine to find PuTT
On Saturday 28 July 2001 02:44 pm, tj marlin wrote:
Telnet is NOT secure. The user name and password are passed to the server
through plaintext. Therefor anyone on or with access to your network
(meaninghyour ISP) can sniff and acquire this information with ease.
SecureCRT (which i proudly
There are secure telnet packages. one for windows is SecureCRT. see
www.vandyke.com
for tips and pointers: basic telnet gives you a link to your server thru
your own pc. it is as if you were directly connected to your server.
At 01:24 PM 7/28/01 -0600, you wrote:
>On Saturday 28 July 2001
On Saturday 28 July 2001 12:23 pm, B. van Ouwerkerk wrote:
You should try to avoid using telnet to be honest, its not secure. Start
using ssh and do a google for ssh usage.
PHPmyAdmin is a great program to use for working with a mySQL DB.
http://www.phpwizard.net/projects/phpMyAdmin/
But
At 18:06 28-7-01 +0200, Marco Bleeker wrote:
>I need to Telnet into my domain in order to run some MySQL utility like
>mysqldump (for backup). I am not experienced with Telnet. Any pointers?
>Any way around it (use mysqldump from PHP?)
Good reason to learn it :-)
You could try php
I need to Telnet into my domain in order to run some MySQL utility like
mysqldump (for backup). I am not experienced with Telnet. Any pointers? Any
way around it (use mysqldump from PHP?)
Thanks, Marco
|
| Marco Bleeker, Amsterdam
| [EMAIL PROTECTED]
| http://www.euronet.nl/users/mbleeker
I was indeed trying to test a remote connection to mysql server. I am
actually trying to get JDBC working from a client that does not have MySQL
installed, and was just trying to use telnet to see if the connection
worked. I have discovered that I must install a JDBC driver of some kind on
the
On Wed, 6 Jun 2001, Dibo Chen wrote:
> use 'mysql -h server_machine -u user_name -p ' to connect/query your
> MySQL server. You don't need telnet.
My apologies for introducing some confusion here. You can use telnet to test
whether mysqld accepts incoming connections f
On Wed, Jun 06, 2001 at 10:01:17AM -0700, sanborn wrote:
>
> Thanks for your many answers. (mysql port default = 3306) . I
> can't seem to telnet to port 3306 however, I get a message saying
> '... not allowed to connect to this mysql server'. I am telneting
>
Well, it is not a telnet port, so why are you telnetting to it?
sanborn wrote:
> Thanks for your many answers. (mysql port default = 3306) . I can't seem
> to telnet to port 3306 however, I get a message saying '... not allowed to
> connect to this mysql server'
our many answers. (mysql port default = 3306) . I can't seem
> to telnet to port 3306 however, I get a message saying '... not allowed to
> connect to this mysql server'. I am telneting from a windows machine if
> this makes a d
use 'mysql -h server_machine -u user_name -p ' to connect/query your
MySQL server. You don't need telnet.
sanborn wrote:
>
> Thanks for your many answers. (mysql port default = 3306) . I can't seem
> to telnet to port 3306 however, I get a message saying
Thanks for your many answers. (mysql port default = 3306) . I can't seem
to telnet to port 3306 however, I get a message saying '... not allowed to
connect to this mysql server'. I am telneting from a windows machine if
this makes a difference.
Gene Sanborn
you should use the client to connect to your mysql since the server
doesn't use the standard telnet protocol. The client is available for
several OSes. For examply
mysql -u peter -h grdmss57 -p
Would connect to grdmss57 as user peter and would then ask for a password
(which is safer than ent
lnetd daemon reports the login call by putting a
"connect from" in /var/log/messages, but still the telnet prompt on the
remote server does not appear.
Same for ftp.
It's a maze.
Bye and thank you for your answer.
-
B
Okok, my bad!!
What I meant to say was that I needed a Telnet program with SSH so that I
could log into the shell of my web hosting provider and thereby access
MySQL from shell.
At 05:46 PM 5/21/2001 -0500, you wrote:
>At 4:04 PM -0600 5/21/01, <[EMAIL PROTECTED]> wrote:
>>An
Before you listen to anyone else (and spend any money on a commercial SSH client)
download and try "PuttySSH", which is a free 'telnet like' SSH client (it WILL
do straight telnet if you want it to) that works fabulously (at least for me at
home and work for the past y
Take a look at the posts from Paul and others... You can't connect
directly to MySQL using telnet without knowning the MySQL communication
protocol...
There are many MySQL client programs -- a good one for Windows
is urSQL available from http://www.urbanresearch.com/ursql
You might also
Ahh come on.. I want to make things difficult Normaly I never think about Telnet
but for Fun on a borring Monday I decided hmmm let's play.
If I do any thing it normaly through an ASTA Server and Client. Cool stuff.
Cheers
-Original Message-
FROM: Paul DuBois
TO: [EMAIL PROT
At 4:04 PM -0600 5/21/01, <[EMAIL PROTECTED]> wrote:
>Any good ones for the Windozes version..When I use just regular ol
>Telnet I get Smiley and clovers and hearts and the version.
That's exactly why you don't Telnet to the MySQL server. You're seeing
informatio
I vote for VanDyke's CRT as well -- lots of features and ~ $30 (US) for the
license.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 3:04 PM
Subject: Re: Telnet into MySQL
>
> Any good ones for the Windozes v
hahah
Check out SecureCRT it's a wonderful product and well worth the price.
[EMAIL PROTECTED] wrote:
>
> Any good ones for the Windozes version..When I use just regular ol Telnet I get
>Smiley and clovers and hearts and the version.
>
> Cheers
>
> -Original
e.com and download
EF> the shareware version to give it a try.
EF> - Original Message -
EF> From: "Angerer, Chad" <[EMAIL PROTECTED]>
EF> To: "'Tim Thorburn'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
EF> Sent: Monday, May 21, 200
Any good ones for the Windozes version..When I use just regular ol Telnet I get Smiley
and clovers and hearts and the version.
Cheers
-Original Message-
FROM: Eric Fitzgerald
TO: Angerer, Chad, 'Tim Thorburn', [EMAIL PROTECTED]
DATE: Mon 5/21/01 15:58
SUBJECT: Re: Telnet int
At 3:21 PM -0500 5/21/01, Tim Thorburn wrote:
>Hello,
>
>Can someone here recommend a good Telnet program (with SSH) that I
>can use to connect to my servers MySQL database?
>
>Preferably something shareware/freeware - but if it must be
>purchased, I'm not against
On Mon, May 21, 2001 at 05:13:44PM -0400, Peter L. Berghold wrote:
> On Mon, May 21, 2001 at 03:21:10PM -0500, Tim Thorburn spake thusly:
> *] Can someone here recommend a good Telnet program (with SSH) that I can use
> *] to connect to my servers MySQL database?
> *]
Seeing your m
-
From: "Angerer, Chad" <[EMAIL PROTECTED]>
To: "'Tim Thorburn'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 1:58 PM
Subject: RE: Telnet into MySQL
> go to www.ssh.com .. I beleieve there a few nice clients there.
>
>
Tera Term Pro
-Original Message-
From: Tim Thorburn [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 1:21 PM
To: [EMAIL PROTECTED]
Subject: Telnet into MySQL
Hello,
Can someone here recommend a good Telnet program (with SSH) that I can use
to connect to my servers MySQL database
On Mon, May 21, 2001 at 03:21:10PM -0500, Tim Thorburn spake thusly:
*] Can someone here recommend a good Telnet program (with SSH) that I can use
*] to connect to my servers MySQL database?
*]
Tim,
You don't use telnet to connect to the MySQL database... You use the
mysql c
CRT (www.vandyke.com)
Tim Thorburn wrote:
> Hello,
>
> Can someone here recommend a good Telnet program (with SSH) that I can use
> to connect to my servers MySQL database?
>
> Preferably something shareware/freeware - but if it must be purchased, I'm
> not against th
go to www.ssh.com .. I beleieve there a few nice clients there.
Chad
-Original Message-
From: Tim Thorburn [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 21, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: Telnet into MySQL
Hello,
Can someone here recommend a good Telnet program (with SSH
Hello,
Can someone here recommend a good Telnet program (with SSH) that I can use
to connect to my servers MySQL database?
Preferably something shareware/freeware - but if it must be purchased, I'm
not against that.
Thank you
Rodolfo Baselli wrote:
>
> Gerald Clark wrote:
> >
> > You don't use telnet or ftp to connect to the MySQL server.
> > You use the client "mysql".
>
> Yes, I know, I probably mispelled the problem.
> Now, I can't telnet the telnet service
Gerald Clark wrote:
>
> You don't use telnet or ftp to connect to the MySQL server.
> You use the client "mysql".
Yes, I know, I probably mispelled the problem.
Now, I can't telnet the telnet service and ftp the ftp service running
on the MySQL server when the
You don't use telnet or ftp to connect to the MySQL server.
You use the client "mysql".
Rodolfo Baselli wrote:
> Hi
> I've got a MySQL box running on a PIII/700 with SuSE Linux 6.4 and
> cannot connect to it via telnet and ftp.
> I have my telnet prompt back a
Hi
I've got a MySQL box running on a PIII/700 with SuSE Linux 6.4 and
cannot connect to it via telnet and ftp.
I have my telnet prompt back as I stop the MySQL server daemon (from the
console ;-)).
The MySQL client login is always straight, it never fails and I get the
mysql> prompt im
On Mon, May 14, 2001 at 07:26:44AM -0700, Shtykh Roman wrote:
> When I try to telnet MySQL which uses port 3030 as
> below:
> telnet grdmss57 3030
> I get :
> Trying 163.143.156.38...
> Connected to grdmss57.u-aizu.ac.jp.
> Escape character is '^]'.
> (
>
On Mon, May 14, 2001 at 07:26:44AM -0700, Shtykh Roman spake thusly:
*] telnet grdmss57 3030
Can you connect to the database through a normal client?
--
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Peter L. Berghold[EMAIL PROTECTED]
"
When I try to telnet MySQL which uses port 3030 as
below:
telnet grdmss57 3030
I get :
Trying 163.143.156.38...
Connected to grdmss57.u-aizu.ac.jp.
Escape character is '^]'.
(
3.23.38jN(xIDWiConnection closed by foreign host.
What is the possible reason? Is
maybe he hasn't got telnet server. probably win32 < w2k.
- Original Message -
From: "Seung-woo Nam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 23, 2001 6:41 AM
Subject: Re: howto: telnet shell
> Why not just telnet into the serv
Why not just telnet into the server where mysql is running and log into mysql from
there? That way, there is no need
to install mysql client. It look like he already has a telnet client on the
computer...
Seung-woo Nam
[EMAIL PROTECTED] wrote:
> as someone else has mentioned, you would n
ommand line type connection (remotely).
>
> thanks
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 22, 2001 6:53 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: Re: howto: te
do you mean that you want to go into the database console directly from your office?
Alan.
> i have a MySQL server running in my office. i need to be able to telnet into
> the MySQL server remotely. can anyone point me at documentation that will tell
> me how?
>
> right
Hi,
You don't telnet to the server, you use the mysql command line client
$ mysql --host="yourhost"
etc.
Quentin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, 23 March 2001 12:53 p.m.
To: [EMAIL PROTECTED]
Subject: howto: telnet s
i have a MySQL server running in my office. i need to be able to telnet into
the MySQL server remotely. can anyone point me at documentation that will tell
me how?
right now (from a dos window) when i issue:
TELNET server.name 3306
- it reports "BAD HANDSHAKE"
i think that
Holtzman <[EMAIL PROTECTED]>
To: Rus <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 1:15 AM
Subject: Re: CREATE TABLE / Telnet (Linux / Unix server)
> I turned my access db into excel, and into .csv
>
> So that's the structure of my text fi
dt: 12. februar 2001 23:15
> Til: Rus
> Kopi: [EMAIL PROTECTED]
> Emne: Re: CREATE TABLE / Telnet (Linux / Unix server)
>
>
> I turned my access db into excel, and into .csv
>
> So that's the structure of my text file. When I use "Load data infile..."
> I get t
CTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 1:21 AM
Subject: Re: CREATE TABLE / Telnet (Linux / Unix server)
>
> Check the structure of txt file. Does it created with SELECT ... INTO
> OUTFILE? Check command syntax.
>
> - Original Message -
>
: Re: CREATE TABLE / Telnet (Linux / Unix server)
> I've had questions about this too. What happens if I have a primary key,
and
> the text file has the columns that are in the existing table, with
records.
> And I want to insert them. How do I get rid of that duplicate error? I
read
&g
: Nielsen <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 10:31 AM
Subject: Re: CREATE TABLE / Telnet (Linux / Unix server)
Ok, I am trying to execute the CREATE TABLE command through telnet and the
"test.sql" file is residing in the directory /home2/fullbore
f you want to invoke the same command from within mysql frontend
you write (after choosing \u "database")
mysql> \. test.sql
or you could actually just copy and past the items if you have
an ssh og telnet which support copying and pasting from your
favorite workstation to your favo
Ok, I am trying to execute the CREATE TABLE command through telnet and the "test.sql"
file is residing in the directory /home2/fullboreidiot/test.sql and I put in the
command how I'm assuming it would be executed:
mysql> mysql fullboreidiot < /home2/fullboreidiot/tes
Nielsen <[EMAIL PROTECTED]>
To: C.o.m.b.u.s.t. <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Sunday, February 11, 2001 9:24 PM
Subject: RE: CREATE TABLE / Telnet (Linux / Unix server)
> > ...and this will load the table into your database. Now, in the book
> > it doesn
onnected through SSH to an Linux system running Apache. Please
> help, I'm stuck and I won't give up until I'm un-stuck! Thanks in
> advance to all that reply.
The file must be on the remote machine (as has been answered), but yes, if you
are connected to the shell (via telnet
, C.o.m.b.u.s.t. wrote:
> >%_I thought it is probably an easy question to answer, so sorry if it is
>repetitive, but I am new:
>
> I am reading the book "MySQL" by Paul DuBois, and in it, it is mentioned that when
>creating a table, you can do it through a client such as telne
The .txt or .sql file you are using must be on the remote server -- either
through FTP or created on that server and then you can issue the command
remotely to populate the database.
--
Stephen Johnson
[EMAIL PROTECTED]
http://www.pets4u.com
Owner / Founder
-- your next best friend
I thought it is probably an easy question to answer, so sorry if it is repetitive, but
I am new:
I am reading the book "MySQL" by Paul DuBois, and in it, it is mentioned that when
creating a table, you can do it through a client such as telnet (which is what I'm
doing...ttSS
I suppose you mean that you've been using telnet to access the
server and mysql to access the mysql server. From a security
standpoint, you should probably install sshd, deinstall telnet,
rsh, rexec, etc. and use ssh exclusively to login to your server.
Of course, this is only a tiny piece
Alright, you've got me worried.
I have been using telnet to access mysql. Could that have something
to do with the problems I have been having with the server? (The root
password was erased, but there was no other evidence of a breakin.)
On 8 Feb 2001, at 7:56, Quentin Bennett wrote:
>>>>> "TT" == The Tilghman <[EMAIL PROTECTED]> writes:
TT> You're trying to use a Telnet client with a MySQL server. Instead,
TT> use a MySQL client with a MySQL server and a Telnet client with a
TT> Telnet server. Mixing protocols doesn't real
i agree .. the mysql server _should_ accept telnet sessions. Maybe in a
future release ? it'd really be very handy
- Original Message -
From: "Quentin Bennett" <[EMAIL PROTECTED]>
To: "'@ndYD'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]&g
You're trying to use a Telnet client with a MySQL server. Instead,
use a MySQL client with a MySQL server and a Telnet client with a
Telnet server. Mixing protocols doesn't really work for anybody.
-Tilghman
--
"There cannot be a crisis today. My schedule is already full
Hi,
You don't connect to mysql server using telnet, you use the mysql command
line client 'mysql'.
Regards
Quentin
-Original Message-
From: @ndYD [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 8 February 2001 07:13
To: [EMAIL PROTECTED]
Subject: problems running mySQL via
Hello,
server version: 3.22.34-shareware-debug
OS: Windows 98
I tried to access the mySQL- server via the Win-Telnet Client.
If the connection is established, the following mysterious string appears:
(
3.22.34-shareware-debugk7qS,~Z),
After that, I entered some characters.
Then
84 matches
Mail list logo