MySQL Error

Status
Not open for further replies.

nsideris

New Member
Messages
9
Reaction score
0
Points
0
Goodmorning and thank you in advance both for your time and for the services you provide. After the upgrade you did at MySQL servers and the tranfer to new servers, i receive an mysql error: [2013: Lost connection to MySQL server at 'reading initial communication packet', system error: 111] in CONNECT(int.boru.x10hosting.com, 'nsideris', '****', nsideris_mahara), no matter what settings i try for mySQL server (int.boru.x10hosting.com, localhost, Localhost,boru.x10hosting.com. ) Before that everything worked perfectly. Is something i do wrong? The 2013 error says it has to do with binding address in my.cnf which i cannot access.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Goodmorning and thank you in advance both for your time and for the services you provide. After the upgrade you did at MySQL servers and the tranfer to new servers, i receive an mysql error: [2013: Lost connection to MySQL server at 'reading initial communication packet', system error: 111] in CONNECT(int.boru.x10hosting.com, 'nsideris', '****', nsideris_mahara), no matter what settings i try for mySQL server (int.boru.x10hosting.com, localhost, Localhost,boru.x10hosting.com. ) Before that everything worked perfectly. Is something i do wrong? The 2013 error says it has to do with binding address in my.cnf which i cannot access.

The mysql host should be localhost

and
goto mysql databases

drop user(don't delete user or database)

re assign the user to database with all privileges
 

nsideris

New Member
Messages
9
Reaction score
0
Points
0
Thank you very much for the immediate solution. It works again perfectly. Please close the request. Does this package of services support zip and if yes at what path?
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Thank you very much for the immediate solution. It works again perfectly. Please close the request. Does this package of services support zip and if yes at what path?

package of services support zip?

Are you asking about zip compression and extraction support on filemanager. Yes, On filemanager you can zip and extract .zip, .gz, .bz2 formats in your filemanager.
 

nsideris

New Member
Messages
9
Reaction score
0
Points
0
Not on the file manager on cpanel. I'm running a php application that at some time creates a file and needs to create a zip that contains it. And then i get "Your system does not have the zip command. Please install zip to enable this feature ". I think it refers to the linux system underneath and if it's installed there. The application haw variables for path_to_zip, I tried the usual paths but no success.
 
Status
Not open for further replies.
Top