Jump to content

Error When Trying To Install


Recommended Posts

Hi,

 

I have set up everything as per instructions and changed the file permissions, when I add the database information and click continue I get the following error message:

 

MDB2 Error: connect failed
connect: [Error message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)] [Native code: 2002] [Native message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)]
Installation failed to create the database DM_13667_revive_3
 
Any ideas?
 
Gerald
Link to comment
Share on other sites

  • 1 year later...

1) Did you grant full SQL privs to the mysql user you specified

2) are the username, password, and database name you specified correct. Open a shell and try connecting to the database from the command line to test your parameters:  mysql -umyusername -pmypassword mydatabasename

3) The host is usually 'localhost.'  If you specify a remote host, your host needs to be specified in that server's remotehosts for mysql or it will not be allowed to connect.

Link to comment
Share on other sites

  • 2 months later...
 
I am getting the following error, I have checked the database login details they are working fine.
MDB2 Error: connect failed 
connect: [Error message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)] [Native code: 2002] [Native message: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)] 
Installation failed to create the database littleadserver
 
 
Edited by Adclues
Link to comment
Share on other sites

  • 1 year later...
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...