Fanupdate isn't installing for me. |
Fanupdate isn't installing for me. |
May 2 2009, 09:20 PM
Post
#1
|
|
|
Irrisistable Cabbages. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 549 Joined: Nov 2007 Member No: 589,355 |
On my fanupdate page it says, "ERROR: Could not connect to database server." when I have the correct database server name in it. I'm using version 2.2.1 if that is needed.
CODE // ------------->ADMIN VARIABLES $fanupdate['admin_username'] = 'erin'; $fanupdate['admin_password'] = md5('CORRECT PASSWORD IS HERE'); // ------------->DATABASE VARIABLES $fanupdate['dbhost'] = 'localhost'; $fanupdate['dbuser'] = 'erin'; $fanupdate['dbpass'] = 'CORRECT PASSWORD IS HERE'; $fanupdate['dbname'] = 'mysql'; That is everything that I edited and I have everything correct but it's not working. I don't know why it's not working either. |
|
|
|
![]() |
May 10 2009, 01:20 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
looking at your databases through phpMyAdmin is technically logging into them. if you wanted to, you could make database changes there. that "test" database you created won't have any tables because you didn't add any tables. as soon as you create the database within your control panel, it's "installed."
you mentioned you have a few user names and passwords in your host's control panel. have you given the user name you want access to the database to where you're installing fan update? if you don't give the user name any database privileges, it can't do anything, and the fanupdate installation wouldn't be able to connect to the database. |
|
|
|
theerinkal Fanupdate isn't installing for me. May 2 2009, 09:20 PM
theerinkal Doesn't anyone know what's wrong? May 4 2009, 10:16 PM
Mikeplyts You did put the correct password for your MySQL da... May 5 2009, 04:13 PM
theerinkal QUOTE(Mikeplyts @ May 5 2009, 04:13 PM) Y... May 5 2009, 08:22 PM
fixtatik QUOTE(theerinkal @ May 5 2009, 09:22 PM) ... May 5 2009, 08:44 PM
theerinkal QUOTE(fixtatik @ May 5 2009, 08:44 PM) th... May 5 2009, 08:58 PM
fixtatik it starts without tables because it hasn't ins... May 6 2009, 03:27 PM
theerinkal QUOTE(fixtatik @ May 6 2009, 03:27 PM) it... May 6 2009, 04:10 PM
Mikeplyts Is your MySQL hostname "localhost"? Chec... May 6 2009, 04:54 PM
theerinkal QUOTE(Mikeplyts @ May 6 2009, 04:54 PM) I... May 6 2009, 04:55 PM
Mikeplyts And you are using a database called "mysql... May 6 2009, 04:58 PM
theerinkal QUOTE(Mikeplyts @ May 6 2009, 04:58 PM) A... May 6 2009, 04:59 PM
Mikeplyts Do you have any other databases? May 6 2009, 05:00 PM
theerinkal QUOTE(Mikeplyts @ May 6 2009, 05:00 PM) D... May 6 2009, 05:05 PM
Mikeplyts Well try connecting to all the other databases, or... May 6 2009, 05:17 PM
theerinkal QUOTE(Mikeplyts @ May 6 2009, 05:17 PM) W... May 6 2009, 05:19 PM
theerinkal I still have a few questions:
1.) How long does i... May 9 2009, 09:46 AM
Mikeplyts QUOTE(theerinkal @ May 9 2009, 10:46 AM) ... May 9 2009, 10:40 AM
theerinkal QUOTE(Mikeplyts @ May 9 2009, 10:40 AM) 1... May 9 2009, 01:27 PM
theerinkal QUOTE(fixtatik @ May 10 2009, 01:20 PM) l... May 10 2009, 01:32 PM![]() ![]() |