Mailinglist Archive: opensuse (888 mails)
| < Previous | Next > |
Re: [opensuse] Re: Re: Can't connect to MySQL
- From: Bogdan Cristea <cristeab@xxxxxxxxx>
- Date: Sun, 2 Jan 2011 12:43:33 +0200
- Message-id: <201101021243.33640.cristeab@gmail.com>
On Sunday 02 January 2011 11:02:00 xPol wrote:
Check if there is a mysql server listening on a port on your machine:
nmap localhost
you should see something like this
....
3306/tcp open mysql
....
regards
--
Bogdan Cristea
http://sites.google.com/site/cristeab/
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
No errors, starting as root:
% sudo /etc/rc.d/mysql start
Starting service MySQL
Check if there is a mysql server listening on a port on your machine:
nmap localhost
you should see something like this
....
3306/tcp open mysql
....
regards
--
Bogdan Cristea
http://sites.google.com/site/cristeab/
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |