Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    MYSQL


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Unable To Connect To Database Server. Can't Connect To MySQL Server On 'localhost' (10055)


I am running a PHP application with mySQL . Some times it gives the following error.
I do not understrand why this error occures .

today i am using the application but it is not giving the error but error occures yested day .

Unable to connect to Database Server. Can't connect to MySQL server on 'localhost' (10055).




View Complete Forum Thread with Replies

Related Forum Messages:
Can't Connect To MySQL Server On 'localhost' (10055)
I have setup my server with following

1. win 2000 server and IIS
2. mysql-4.0.21-win
3. myodbc-2.50.37-nt
4. dbtools 3.23.32

The program runs well for few days. I can insert, delete and edit data in database. couple of days later the system will have the following error. I have to reboot the server and the program works again!

----------------------------------------------------------
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[TCX][MyODBC]Can't connect to MySQL server on 'localhost' (10055)

web_file_name.asp, line XXX
----------------------------------------------------------

user rights, database and table's names are all match. MySQL service started. Just can't connect to database. even in the dbtools program.

View Replies !
Unable To Connect To MySQL Server On Localhost (10061)
I'm trying to install invision pwr board for friends and family. I've got Apache2Triad on Windows, along with some other services like DC, Vent, Teamspeak (I'm a big gammer). I fill out the information to 'install' invision from the web address, click next and it says cannot connect to MySQL server on localhost (10061).

I've created the database but didn't add any tables or anything cuz I don't know what tables to create. Invision doesn't say which tables, just says type in the name of the database. Don't know if my password is wrong (using the one I created at install of apache) or if it's a port issue (installing on host machine) etc...

I've also tried to install a few other programs the same way; Bulletin Board, 3 different image hosting programs etc... all say the same thing, can't connect. All have there own databases with no tables (cuz programs doesn't say which tables to create). Code:

View Replies !
Unable To Connect To Mysql Server
I have downloaded and installed the latest stable versin of MySql. I have followed the install steps and everything went fine. I have then installed phpmyadmin. I modified the config file to add my password for the root user.

When I type the following address http://localhost/phpmyadmin to access the index page of phpmyadmin, I get this error message:

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error

MySQL said: Documentation
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

I double checked the password, it's the one I entered during the install process. The username is root. The host name is localhost.

View Replies !
Can't Connect To MySQL Server On 'localhost'
my webhost has mySQL and PHPmyadmin preinstalled on its server. A basic PHP code works on my remote website and also on my local browser. An other code, a search machine, which uses the database/mySQL from my webhost only runs on the remote website without problems but on my local browser it shows the following message:

Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10062) in C:.....php on line 14

View Replies !
Unable To Connect To Mysql Server(Linux)
i have problem om my sevrer ( linux )
WHM 11.11.0 cPanel 11.16.0-S18450
REDHAT Enterprise 4 i686 on standard - WHM X v3.1.0

after update apache then all websites on server can not connect mysql
from WHM > Tweak Settings > Mysql > 5.0
and used old style (4.0) passwords with MySQL® 4.1+

also command /scripts/mysqlup
but no way still same error can not connect to Mysql

View Replies !
Unable To Connect MySQL Server Across The Network
We have a MySQL server that was managed by another group in our company, the guy who used to manage that MySQL server has promptly left. Now this server has turned into me. I'm a Microsoft SQL guy, however, the manager doesn't think there is much difference between MSSQL and MYSQL.

Now I am in the hot seat to fix a problem that just occurred last week. We're suddenly not able to connect this MySQL server across the network. I checked the network connection, everything looked fine, I was able to telnet into the port 3306. First I thought someone changed the root password, but I was able to connect the server from the local server by using:

mysql -h localhost -u root -p

Other accounts have the same problem as well. If I try to connect this MySQL server from a workstation, I'll get the following error message:

ERROR 1045 (00000): Access denied for user: 'root@CS7LL11' (Using password: YES)

It will be geatly appreciated if someone can inform me what I need to do to fix this problem.

By the way, this MySQL server has the version # 3.32.56-nt

View Replies !
Can't Connect To MYSQL Server On Localhost <1006>
I am new to MYSQL and want to get it up and running I have it installed as a service. When I test the installation using the command C:mysql inmysqlshow I get the following ERROR Message:

can't connect to MYSQL Server on "localhost" <1006>

How do I fix this?

View Replies !
Can't Connect To MySQL Server On 'localhost' (10061)
Can't connect to MySQL server on 'localhost' (10061) Can you help me understand this error?

View Replies !
'Can't Connect To MySQL Server On 'localhost' (10061)'
1) I have been shutting down the service of the server from the control panel before I start.

2.) Then in one terminal I change directories to point to the correct bin directory.

3.) I restart in that terminal from the bin directory in the 'mysqld-nt --skip-grant-tables' mode.

4.) Open new window.

5.) Change to bin directory.

6.) Then I type in 'mysqladmin -u root
flush-privileges password "newpwd"' -- replacing with my password.

7.) Hit return.

Now I have done all that and still recieve this error: 'Can't connect to MySQL server on 'localhost' (10061)'

*When I set up the server I did check to see if I would get the "Localhost" homepage and did, when I initially installed the software.

Can anyone step me through this process and get me beyond this error message. Bear in mind that I am a beginner and may need your assistance in defining terms and methods?

View Replies !
2003 - Can't Connect To MYSQL Server On Localhost (10061)
I have been setting up a sever on one of my PC's using Apache and have installed MYSQL to work off it.
Now i am getting error :

CONNECTION FAILES:
2003 - Can't connect to MYSQL server on Localhost (10061)

Now i have previously set this up and it has usually worked but i dont know what i have doen this time for it not to work?
Has anyone got any ideas what i can do?

View Replies !
Error 2003: Can't Connect To MySQL Server On 'localhost' (99)
The error I am getting it's look like
"Errorno = 2003
Error Message = Can't connect to MySQL server on 'server IP address'
(99)".

This error is coming most of the time.

1) the server is also running when I got this error.

2) I checked the config file, there is no parameter defined for the mysql port, it might be using the default port no 3306.

3) I have checked the server with telnet also, I can connect to the server with the default port no, it's showing connected.

View Replies !
Error: Can't Connect To MySQL Server On 'localhost' (10061)
I m trying to solve this but i coulnt do it..i get this error when i try to connect to mysql.

Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2003): Can't connect to MySQL server on 'localhost' (10061) in c:Inetpubwwwroot est.php on line 20
Error: Can't connect to MySQL server on 'localhost' (10061).

But in the command line i can create database and tables.. i m using IIS6, php 5.1.3 and mysql4.1.20.

View Replies !
Host 'localhost' Is Not Allowed To Connect To This MySQL Server
My instance of mysql was having an issue with too many people connecting to it at once, so I ran the configuration utility. Now all of a sudden, I cannot connect from anywhere including localhost. I keep getting the message Host 'localhost' is not allowed to connect to this MySQL server no matter what method I try of connecting.

What I initially did was edit the user table and replaced the root/localhost with root/% and I'm guessing this was overwritten by the utility somehow. Can someone tell me if there's a way I can edit the user database?

View Replies !
Host 'localhost' Is Not Allowed To Connect To This MySQL Server ...
I reinstalled MySQL Server.

However, I can't connect to the server anymore.

I keep getting this error:
MySQL Error Number 1130
Host 'localhost' is not allowed to connect to this MySQL server.

View Replies !
Installing MySQL :: Connect To Server At 'localhost' Failed
I am just installing mySQL on my laptop. I am just setting the root password.

I have already set my password to twinsister:
C:mysql in>mysqladmin -u root passsword twinsister

This worked fine.

Now I am trying to set the hostname, and I have read in a thread on the net, that you should always set this to localhost, so I have typed this:

C:mysql in>mysqladmin -u root -h localhost password twinsister

However, this is the error message I get:

mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'

This is probably very simple to solve, but I just can't think what I am doing wrong.

View Replies !
Can't Connect To MySQL Server On 'localhost' (10061) On Windows 98
i'm a newbie here and i've just installed the apache,php,mysql package on windows 98

i started the relevant batch file and i'v sucessfully entered the phpdev5 home page however when i clicked on the phpmyadmin link it issued this message:

Warning: Can't connect to MySQL server on 'localhost' (10061)

is it because of the os i'm using or is there something in my system that is conflict with the installation?

appreciate if you could reply soon as the start of my work depends on this.

View Replies !
Can't Connect To MySQL Server On 'localhost' (10061) On Windows XP
I just set up a test environment on my local machine.

Windows xp pro sp 2
Apache 2
php 5.2.0
MySql 5.0.27

I can connect from the console and run queries just fine but from a php page I try to run.

$link = mysql_connect('localhost', 'root', 'my_password');

And it says Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:Apache2htdocsmysql.php on line 3

This doesn't seem to be a php problem because the phpinfo() shows mysql just fine and the mysql_connect is recognized as a function. The password is the same as the one I use when connecting from the console.

Any idea what I could have done wrong? Reading Yank's book I can't figure out what's wrong.

View Replies !
Can't Connect To MySQL Server On 'localhost' (10061) On Script Execution
Whenever I run this script:

<?php
$mysqli = mysqli_connect("localhost", "root", "rootnow");

if (mysqli_connect_errno()) {
printf("Connect failed: %s
", mysqli_connect_error());
exit();
} else {
printf("Host information: %s
", mysqli_get_host_info($mysqli));
mysqli_close($mysqli);
}
?>


I get this error message:
Connect failed: Can't connect to MySQL server on 'localhost' (10061)

I'm running Apache 2.0.58 with PHP 5.1.4 and MySQL 5.0.20 on Windows XP Home Edition.

View Replies !
ERROR 2003: Can't Connect To MySQL Server On 'localhost' &lt;10061&gt;
Everything was working just fine. I shut down my PC, brought it up the next day, and now I'm getting this.

I am using Windows-XP. I installed with something called Apache2Triad - it installs apache, php, and myql, at the same time.

View Replies !
ODBC Can't Connect To MySQL Server On 'localhost' (10013) (2003; S1000)
I have xampp running. WinMySqlAdmin is correctly showing my database "finofix".
Using dosbox i can open the database using "mysql -ufinofix -p<pwd>;" and "use test;"
So everything looks allright.

My application runs on 'localhost'.
ODBC sytem-DSN definition: name=finofix, server= ,username=finofix, pwd=XXX, database=finofix

When running my PHP application I get:

msql,version 32.1.739,Nov 15 2000
ODBC: available data sources:
ODBC: finofix - MySQL ODBC 3.51 Driver
ODBC: database connect string is 'finofix/finofix/<password>'
ODBC: connecting to database
ODBC Error: [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'localhost' (10013) (2003; S1000)

View Replies !
ERROR 2003 (HY000): Can't Connect To MySQL Server On 'localhost' (10061)
I've downloaded the following one

mysql-5.1.31-win32

after having unzipped the zip file I then locate to this folder

mysql-noinstall-5.1.31-win32mysql-5.1.31-win32in>

But after I've typed 'mysql' to go, I got this issue
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

View Replies !
Error 2003 (HY000): Can't Connect To MYSQL Server On 'localhost' (10061)
I can install MySQL 4.1.18 without problem. I also can connect and run the MySQL right after I install it. The problem is this, everytime I reboot my computer I can't run the MySQL anymore. MySQl service can no longer appear on the task manager's list. I type the following commands in the command window: Code:

View Replies !
Server Unable To Connect
I added a admin and security feature through Xampp after which I cannot load my Mysql database on my localserver. When I try to load it and use it in joomla the following error comes up 'Database Error: Unable to connect to the database:Could not connect to MySQL'


View Replies !
I Cannot Connect To The Database Because: Host Server.name.net Is Not Allowed To Connect
I need to access a database on one server from another I get this error message:

I cannot connect to the database because: Host server.name.net is not allowed to connect to this MySQL server

I am guessing there is an allowed file somewhere that I need to add my server to. can anybody tell me where and what this file might be? if it is not a file, how do I accomplish this?

View Replies !
Download Of Mysql.sock File Unable To Connect To Mysql Server
Where can i get the download mysql.sock file?

I am unable to connect to local server because i dont have this file?

View Replies !
Mysqladmin: Connect To Server At 'localhost' Failed
I am getting the following error:

mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: NO)'

View Replies !
"Unable To Connect To The Database Server"
I'm moving database from old to new hosting account. I created the MySQL database and my user name and then imported the text file that I'd created when exporting the database in phpmyadmin on the old hosting account. Now, after importing database in phpmyadmin, I'm getting this message "Unable to connect to the database server." on website where the data should be displayed. This is what the php looks like that calls up the database for that webpage:

<?php $dbcnx = @mysql_connect('localhost','****', '****');
if (!$dbcnx) { echo('<p>Unable to connect to the database server.</p>');
exit();
}
mysql_select_db('****', $dbcnx);
if (! @mysql_select_db('****')) {
die('<p>Unable to locate the member</p>');
}

This is all new to me and I'm stumped. I can see the data is there in phpmyadmin. Do I need to "upload" it?

View Replies !
Connect A FTP Server With A MySQL Database
I want to connect a FTP server with a MySQL database but I don't know if it possible...
In fact, I have a FTP server with some documents and I want to store these documents in my database... Is it possible?

View Replies !
Getting Error On Applying Security Error Nr. 2003 Can't Connect To MySQL Server On 'localhost' 1006 1
i have tried over and over and over and over and i even add a port on firewall, but i keep getting this error at the end part of the configuration of MySQL: The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003. Can't connect to MySQL server 'localhost' [10061]

if a personal firewall is running on your machine, pleas make sure you have opened the TCP port 3306 for connections. otherwise no client application can connect to the server. after you have opened the port please press [retry] to apply the security settings.

View Replies !
Unable To Connect To Localhost
After installing mysql 4.0 (using the MSI), I tried to type in :

C:wwwmysqlin>mysql -u root -p

I get the error message:

Enter password:
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)

View Replies !
Error Message: MYSQL RealTime: Failed To Connect Database Server Asterisk
I have installed asterisk version 1.2.14, asterisk-addons 1.2.5 and mysql version 4.1.21. on Red Hat linux version 9.0. I created the database 'asterisk' in mysql so that the asterisk cdr record can be stored in my sql. I has edited the asterisk modules.conf to load cdr_addon_mysql.so and also change the configuration in cdr_mysql.conf. Finally, i do a reset on asterisk.

I got the below error message after i reset my asterisk.

Error [6825]: cdr_addon_mysql.c:231 mysql_log: cdr_mysql:cannot connect to database

ERROR[6969]: res_config_mysql.c: 651 mysql_reconnect: MYSQL RealTime: Failed to connect database server asterisk on (err 1045). Check debug for more info.

View Replies !
Unable To Connect To Server (was "Novice User Problem")
I've been reading Kevin Yank's Build Your Own Database Driven Website and am unable to connect to the MySQL server as he describes in Chapter 4 (p. 74-75).

After modifying his code to produce a mysql_error, I get:

Unable to connect to server at this time.Client does not support authentication protocol requested by server; consider upgrading MySQL client

Even though I am using the latest MySQL server (5.0).
My
?php

$dbcnx = @mysql_connect('localhost', 'root', 'my_actual_password');
if (!$dbcnx) {
exit('<p>Unable to connect to server at this time.' . mysql_error() . '</p>');
}

if (!@mysql_select_db('ijdb')) {
exit('<p>Unable to locate the joke database at this time.</p>');
}

?>
<p>Here are all the jokes in our MySQL database:</P.
<blockquote>
<?php
$result = @mysql_query('SELECT joketext FROM joke');
if (!$result) {
exit('<p>Error performing query: ' . mysql_error() . '</p>');
}
while ($row = mysql_fetch_array($result)) {
echo '<p>' . $row['joketext'] . '</p>'
}
?>

View Replies !
Connect To A Database On Remote Server
By process of the fabulous PHP, I'm trying to connect to a database on a different server, Server A, from my one I want to manipulate the info on, Server B.

I'm using a MySQL username, password and database from Server A just as if I'd be connecting to a database on Server B. Just changing 'localhost' to the IP of Server A isn't cutting it. How would be a clear-cut way to go about it? Would Server A need to give me more permission or something?

View Replies !
Connect To MSSQL Server Database
I have situation where need to connect MSSQL Server 2000 database as need data from SQL Server 2000 DB. This connectivity will be using in the Store Procedure.
can we use Linked server in MySQL? I have searched but couldn't find any article or literature on it.

View Replies !
Connect To Database On My Free Server From Home
I have my website hosted on a free server and I want it to connect to the database on my home computer, how do I do that?

View Replies !
Can't Connect To MySQL Server
I want to install it on Windows XP on the moment but want to switch to Linux later. I am a total rookie in Linux also, but want to learn.

I use 'Typical' installatioin and it installs allright. I open a commandprompt and start the file 'mysqld' . The commandprompt returns. The book says to check if the 'deamon' works with <mysql -u root> Doing that gives the message:

Error 2003: Can't connect to MySQL server on 'localhost' (10061)

I also tried from http://www.mysql.org/downloads the file mysql-4.0.17-win.zip . This also installs fine, but starting <mysqld> does not return with the commandprompt. The book told my to first install MySQL and check it, after that Apache and PHP.

View Replies !
Cannot Connect To Mysql Server
I am running mysql server with "tcp/ip" port disabled and I cannot connect to it from the same machine from java code.

I can connect to it from cmd line (see screenshot). But when I try "jdbc:mysql://./mysql" in java I get unknown host error.

Caused by: java.net.UnknownHostException: . at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:243) at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:284) ... 13 more

View Replies !
Connect To The Mysql Server
I have intalled MySQL on one of my computer and try to access it using another machine inside the same LAN. Some info about the setup:

* The MySQL server's IP is 192.168.0.3 while the client machine is 192.168.0.6
* Both machine running WinXP Pro
* On the client machine, I am using PHPED's embedded MySQL support to try to access the database on the server.But it keeping telling me that I can not connect the server, and I have tried the following which didn't work:

* Add host address 192.168.0.6 to the privilage list
* Turn the windows SP2 firewall off on both machines

View Replies !
Connect To A MySQL Server
I have a MySql server in the web. i also have the access data (user name , password, etc.)

I tried to cennect to this server via MySQL Control Center but this doesn't work.

I just want to run a SQL script that creates a new database structure. With a local MySql installation I just type something like:
mysql < insert_script.sql
in the command promt.
How do I do this with a MySql Server in the web?

View Replies !
Connect To My MySQL Server
I just can't connect to the MySQL server installed in my pC from remote hosts.
I can over my LAN. I have create a user with '%' for the host.
also, I have added a host with '%'
What I'm doing is to connect from a webhost that support PHP but doesn't include MySQL databases. so, from the host i'm running a PHP script for connection.
the result is this:

Warning: mysql_pconnect(): Access denied for user: 'roberto@10.8.8.4' (Using password: YES)

What can I do to allow any server ?
I have a router, but the port 3306 is forwarded to the MySQL PC, so that not a problem.

View Replies !
Can't Connect To MySql Server Outside The LAN
MySql 5.0.22 - running on windows server 2003

.Net connector 2.0

I've opened the port and specified the correct host address in my connection string.
I can connect with Query Browser, but not with the .NEt connector in my code (same code works PERFECT when connecting within the LAN)

Exception text: "A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied"

View Replies !
How To Connect To MySQL Server In LAN?
I installed MySQL server v5.0.51b on a Windows 2000 machine and i would like to execute queries from another computer in the same LAN.

how to connect to the server from client in same LAN? Let say the Windows 2000 machine, where MySQL Server's installed, has a static IP of 192.168.1.138.

View Replies !
How To Connect MS SQL Server From MySQL
Is there any way I can connect to MS SQL from MySQL directly so that I can push the extracted data directly from MySQL to MS SQL?

View Replies !
Connect MySQL Server
I run Mysql 4.0.18 on window xp. After I trid the command 'mysqladmin shutdown' , I cannot connect the server again. I restarted the computer, and tried the command 'mysqladmin ping'. The followings showed on the screen:

mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to MySQL server on 'localhost' <10061>'
check that mysqld is running on localhost and that the port is 3306.
You can check this by doing 'telnet localhost 3306'


Then I trid the command 'telnet localhost 3306', and get the followings:

Connecting To localhost...Could not open connection to the host, on port 3306: connect failed


I checked the processes in memory. 'mysqld-nt.exe' was on the list. My firewall is Norton 2005. How can I solve the problem?

View Replies !
Connect To This MySQL Server
I tried to connect to the MySQL Server on 192.168.115.12 on local network, then I got the message that i am not allowed to connect to that MySQL Server, but when I try to connect to localhost, it works. What do I have to do that I can connect to 192.168.115.12(It IS my own PC with the MySQL Server installed and runing)?

View Replies !
How To Connect To Mysql On Another Server?
i trying to connect to mysql that resides on another server in the same LAN. so i trying to connect from server A to server B. On server B i was told i would need to grant full priviliges to server A in order to connect, but still no joy.

here is my grant on server B

PHP Code:

GRANT ALL PRIVILEGES ON mysql.* to username@IP_address IDENTIFIED BY 'some_password' WITH  GRANT OPTION;

View Replies !
Could Not Connect To The Database, Please Recheck The Settings You Specified. Also Make Sure That A Database With The Name You Specified Already Exists On The Database Server. PhpAdsNew Will Not Create The Database For You, You Must Create It Manually
The error message I get above is the same everytime when trying to install phpAdsnew. I have tried everything. I am hosted through yahoo! and have actually succesfully installed scripts before even though I know nothing about it. Now that I have a "auto-install", it does not work. Yahoo! also offers php-nuke with the auto-install where you just click a few buttons, and I get a similar error stating that it can not conect to the database.

Please can anyone help me and tell me what I am doing wrong?

View Replies !
Connect To Local MySQL Server
I am trying to connect to our
remote MySQL server (which is running just fine). I have a perl script
which
worked just fine on my other Fedora 4 box (all servers are Fedora 4
with
latests updates). The one that worked fine it down and I cannot
compare
anything against it (it was a client also).

My problem is, when I try to connect to the server I get:

DBI connect('passwd','user',...) failed: Can't connect to local MySQL
server through socket '/var/lib/mysql/mysql.sock' (2) at
/home/perl_inc/mysql.pl line 19

I read all the articles I could on the subject talking about how
mysql.sock was in
/tmp and linking it etc, but on my system I did:

find / -name 'mysql.sock'

and cannot find it anywhere on my system.

My question is, on the mysql client, is there always a mysql.sock file?

View Replies !
Can't Connect To Mysql Server On Development Box
I am setting up MySQL on a development box. I have set it up and can connect from localhost, but I cannot connect from another computer on the network. I have narrowed down the problem quite a bit, but can't quite figure it out still.

I am getting MySQL Error Number 2003 "Can't connect to MySQL server on 'server'. I know that the server is there because I can ping it. I am also running a webserver from that computer and I am able to access that just fine. I know that it is not a rights issue because if you try to connect with a user that doesn't have rights, MySQL will respond "Access denied for user: 'user@host' (Using password: YES)".

I checked on the host machine and check that the following are true:

- mysqld.exe is in the process list (in the task manager)
- MySQL is running on port 3306 (the one I'm trying to access it from)

View Replies !
Connect To Mysql Server Through Socket
I have installed suse 8.2 a short while ago and at my first attempt to connect mysql (via shell and a perl dbi script) i get following error:

can't connect to mysql server through socjet '/var/lib/mysql/mysql.sock'.

i know this looks like a common error and I am terribly sorry if this kind of subject has been posted before but I'll appreciate any urgent help.
ComputerBild 15-03 bestaetigt: Den besten Spam-Schutz gibt es bei
WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021121 .

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved