Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Pixelpost Hosting (http://www.pixelpost.org/forum/forumdisplay.php?f=29)
-   -   Need Help Installing PP (http://www.pixelpost.org/forum/showthread.php?t=4201)

geck 05-17-2006 12:32 AM

Need Help Installing PP
 
Hello,

I believe I have uploaded everything correctly to my public_html folder in my new account at eleven2.com. I also think I configured the pixelpost.php file correctly with the info I created in the MySQL cPanel:
user name (geck)
password (XXXXXX)
localhost (localhost)
datebase (geckblog)

I try to run the installer at http://www.geckonia.com/pixelpost/admin/install.php but get this error when the page loads:
_________________________________________________
Warning: mysql_connect(): Access denied for user 'geck'@'localhost' (using password: YES) in /home/geckonia/public_html/pixelpost/admin/install.php on line 38
Error: Access denied for user 'geck'@'localhost' (using password: YES)
_________________________________________________

blog is going to be located at www.geckonia.com
My user name is geck

Here's what the MySQL page says:
__________________________________
MySQL Account Maintenance


Databases:
geckonia_geckblog
Users in geckblog
geckonia_geck (Privileges: ALL PRIVILEGES)
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:geckonia_geckblog:localhost"," geckonia_geck","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "geckonia_geck", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("geckonia_geckblog");

User: Db:
Privileges: ALL ALTER CREATE TEMPORARY TABLES CREATE DELETE DROP SELECT INSERT UPDATE REFERENCES INDEX LOCK TABLES

Db:
Users:
geckonia_geck
UserName:
Password:

Access Hosts:
localhost
Host (% wildcard is allowed):

phpMyAdmin
You can use phpMyAdmin to administrate your MySQL databases in a web based environment.
__________________________________________________

Can anyone tell me where I went wrong?

TIA,
geck

Rodney-E2 05-17-2006 02:25 AM

This is becasue you do not have a database username added. You are just using the username: geck

it will be in the format like geck_geck or whatever you add.

Joe[y] 05-17-2006 08:53 AM

geckonia_ is the prefix you need to add to your database details and username.

geck 05-19-2006 03:39 AM

Thanks! I tried everything I could think of, but keep getting this new error:

Error: No database selected

here is my cpanel mysql page:
http://www.geckographics.com/wc/06_may/mysql.jpg

if that is correct, how should I fill out these fields?
(assume my password is xxxxxx)

$pixelpost_db_host = "replace_me"; // database host, often "localhost"
$pixelpost_db_user = "replace_me"; // database user
$pixelpost_db_pass = "replace_me"; // database user password
$pixelpost_db_pixelpost = "replace_me"; // database

When I have the pixelpost.php file correct, is it ok just to replace that file on the server, or do I need to reinstall the whole folder.

Thanks again.
geck

ranko 05-19-2006 04:12 AM

i think

$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = "geckonia_geck"; // database user
$pixelpost_db_pass = "xxxxxx"; // database user password
$pixelpost_db_pixelpost = "geckonia_geckblog"; // database

should do it. (note that only the database and database user need the geckonia_ prefix.) then you can just replace the pixelpost.php file, no need to re-upload the whole folder.

good luck!

geck 05-19-2006 11:14 PM

I'm in! Thank you.


All times are GMT. The time now is 05:49 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.