Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help!!!


ICEBerx

Recommended Posts

Posted

Hi!

 

I've registered an account in http://members.lycos.co.uk/ I've activated PHP and there is also MySQL I think. The problem is that when I click NEXT after filling in Database Installation form, I get something like:

Access denied for user: '[email protected]' to database 'sklepik'

 

What does it meen?

 

What can I do to Import Database?

Posted

Normally for database server you should put localhost instead of icepierd_uk

 

The_Bear

Posted

The problem is that I've typed localhost into Database Server form. But after that It still shows me that stupid message!

Posted

hang on though icepierd_uk is the username not the server the server is the part behind the @

 

So what I gather from the info above is this

 

// define our database connection
define('DB_SERVER', 'wmphpf14.st2.lyceu.net');
define('DB_SERVER_USERNAME', 'icepierd_uk');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'sklepik');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');

there is no mention of the password in the message, however you say that you have the database server as localhost

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

It also does not help :(

 

Here is exactly what i've tried to type:

 

 

Database Server: "localhost" / "wmphpf14.st2.lyceu.net" / "members.lycos.co.uk"

 

Username: "icepierd"

 

Password: "********"

 

Database name: "sklepik"

 

Persistent Connections: NO

 

Session Storage: DATABASE

 

 

Maybe I should use some other prvider? Are there someother free servers supporting MySQL?

Posted

do you know what the username, password and database name should be for your setup

 

this is what the Lycos help had to say

database host: localhost

 

 

database access login: your Tripod id

 

 

database access password: let this parameter empty

 

 

database name: id_uk_db

which would suggest something like this
CODE  
// define our database connection
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'icepierd');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', ''icepierd_uk_db'');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

I've typed identical ones as in the account registeration on the server. Only database name I've chosen on my own (I've red somewhare that if I type anything, the base on that name would be created).

Posted

**Repost due to fluffed edit**

 

this is what the Lycos help had to say

 

database host: localhost

 

database access login: your Tripod id

 

database access password: let this parameter empty

 

database name: id_uk_db

 

 

which would suggest something like this

 

 

// define our database connection
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'icepierd');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', 'icepierd_uk_db');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'mysql');

 

What do you mean you didn'y RTFM :lol:

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...