Log In · Register

 
Fanupdate isn't installing for me.
theerinkal
post 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.
 
 
Start new topic
Replies
theerinkal
post May 9 2009, 09:46 AM
Post #2


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



I still have a few questions:

1.) How long does it take a database to install itself?
2.) Would I use that password that is listed in the mysql part of phpMyAdmin? I found passwords and usernames for the database.
3.) Would I put @localhost at the end of my username?
4.) I have to edit the first username and password, right? As in I don't wait for the install.php page to come up I just put the username and password to my mysql database in there?
5.) I looked in the address bar and saw this:
cutenews/index.php?db=blog&&token=6f73353b0dc78fae38c0df56be3a674c
Would I use the bolded word as the database name?
 
Mikeplyts
post May 9 2009, 10:40 AM
Post #3


Mel Blanc was allergic to carrots.
*******

Group: Official Designer
Posts: 6,371
Joined: Aug 2008
Member No: 676,291



QUOTE(theerinkal @ May 9 2009, 10:46 AM) *
I still have a few questions:

1.) How long does it take a database to install itself?
2.) Would I use that password that is listed in the mysql part of phpMyAdmin? I found passwords and usernames for the database.
3.) Would I put @localhost at the end of my username?
4.) I have to edit the first username and password, right? As in I don't wait for the install.php page to come up I just put the username and password to my mysql database in there?
5.) I looked in the address bar and saw this:
cutenews/index.php?db=blog&&token=6f73353b0dc78fae38c0df56be3a674c
Would I use the bolded word as the database name?


1. It shouldn't take long, at least under 5-10 min. I guess that depends on your host.
2. Ok, in the code, the password part of the MySQL variables has to be the password that you use to sign into the database.
3. No, you don't have to do that. The username is just simply the username you use to sign into phpMyAdmin.
4. Yes, but no. I'm pretty sure FanUpdate has to create a username and password for you in order to recgonize you. Did you have to sign up for FanUpdate?
5. Well that seems to the cutenews directory and you must have used your "blog" database for cutenews so that's why it appears like that so I don't really think it matters. You can choose any database name you want as long as you remember it and such.
 
theerinkal
post May 9 2009, 01:27 PM
Post #4


Irrisistable Cabbages.
*****

Group: Member
Posts: 549
Joined: Nov 2007
Member No: 589,355



QUOTE(Mikeplyts @ May 9 2009, 10:40 AM) *
1. It shouldn't take long, at least under 5-10 min. I guess that depends on your host.
2. Ok, in the code, the password part of the MySQL variables has to be the password that you use to sign into the database.
3. No, you don't have to do that. The username is just simply the username you use to sign into phpMyAdmin.
4. Yes, but no. I'm pretty sure FanUpdate has to create a username and password for you in order to recgonize you. Did you have to sign up for FanUpdate?
5. Well that seems to the cutenews directory and you must have used your "blog" database for cutenews so that's why it appears like that so I don't really think it matters. You can choose any database name you want as long as you remember it and such.


1.) My sugar_blossom is still not installed. It doesn't have any tables or anything.
2.) It would be the password I would use to sign into phpMyAdmin or the passwords that I found, Because I don't sign in to any databases I just look at them with phpMyAdmin.
3.) Okay, I wasn't sure. Thanks.
4.) No, I found a site that has it, here is the site, and I read the tutorial but I can't get past the first step with changing the variables.
5.) Okay. How is the database name supposed to look? Is it supposed to have an underscore like word_mysql or something?
 

Posts in this topic
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
fixtatik   looking at your databases through phpMyAdmin is te...   May 10 2009, 01:20 PM
theerinkal   QUOTE(fixtatik @ May 10 2009, 01:20 PM) l...   May 10 2009, 01:32 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: