What does unsigned in mysql mean?

What does a MySQL error mean?

  • Does anyone know what this error means: Can't connect to MySQL server on imp1 (4) ?

  • Answer:

    you write any code for connecting to MYSQL check that you do properly like in php to connect MYSQL code is: mysql_connect("localhost","root","") or die ("Failure to communicate with localhost"); mysql_select_db('admin');

cc at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Did you got this problem while you are trying to connect to MySQL database? If Yes, then your database server is not started. Check it. If you are not trying to connect to a database, then make sure that no other pro gramme is trying to connect to any MySQL database.

ArunB

Somethings trying to access a MySQL server....and there was a problem.

Beast Answers

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.