Mysql connection info (unable to connect)

Status
Not open for further replies.

sdk1985

New Member
Messages
2
Reaction score
0
Points
0
I am unable to get a script to connect to mysql. I do not know what info to use, I tried localhost but it did not seem to work.

Also phpmyadmin through the cpanel does not seem to load, or really slow (>3 minutes) so I cannot check phpmyadmin either.

I already requested a php upgrade to level 2.

Current setting:
// Database connection
$dbusername = "myaccountname_ogame"; // database username
$dbpassword = "secret..."; // database password
$dbname = "myaccountname_ogame1"; // database name
$dbhost = "myaccoutname.x10hosting.com"; // host address of your mysql server

Edit:
addition:

phpmyadmin now DID load however:
phpMyAdmin - Fout
#2013 - Lost connection to MySQL server during query
 
Last edited:

Luxoria

New Member
Messages
13
Reaction score
0
Points
0
Read the annoucement the mysql is upgrading so nothing is working atleast not for me XD
 

GamingX

Executive Team
Messages
6,355
Reaction score
3
Points
38
Your problems are due to the server work going on. You will have to wait until all the server work is completed before everything can be returned to normalcy. Please read the News and Information section for more detail.
 
Status
Not open for further replies.
Top