The database would not accept the connection - MySQL

Status
Not open for further replies.

christiand14

New Member
Messages
51
Reaction score
0
Points
0
Hi, I have downloaded and uploaded a PHP CMS called "eZ" and I have gone to the location and I am asked for my MySQL details which are:

Servername
Port
Username
Password
Socket

When I put the details in i get the message

The database would not accept the connection, please review your settings and try again.

What should I do? What is the servername? Is it the Database name?

Thanks
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
The MySQL server name is 'localhost'
 

christiand14

New Member
Messages
51
Reaction score
0
Points
0
I am getting this message now:


Warning
The database [chris15_cms] cannot be used, the setup wizard wants to create the site in [utf-8] but the database has been created using character set [iso-8859-1]. You will have to choose a database having support for [utf-8] or modify [chris15_cms] .

What shall i do?
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
You have to ALTER the database to change it to utf-8
 
Status
Not open for further replies.
Top