Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phpmyadmin


herminshs

Recommended Posts

Posted

ok guys, I figured out that the problem that I had was that I didn't have a database made up :rolleyes:

 

so I got this tool, pypmyadmin to create one

 

I got it to run

 

but now I get this crap about I need to create usernames, by configuring the config.php file wiht yet another tool. What else do I need, and how do I get it?

 

Is this whole thing about Unix/Linux always so damm complex?

 

I guess during all this, I'm going to be learning a lot,

 

Expecially since I've been wanting to give this windows crap the boot.

Posted

How many different programs do you run under windows

 

Can you be more expletively explicit about what you are after

 

Do you mean to configure the configure.php files paths information for the database, http(s) server and cookies

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
How many different programs do you run under windows

 

Can you be more expletively explicit about what you are after

 

Do you mean to configure the configure.php files paths information for the database, http(s) server and cookies

yeah, basically, I'm new at this, and I need to create a database so that I can go ahead on the oscommerce installation.

 

Thanks

Posted

ok

 

Presumming that you have apache setup php installed mysql installed and phpMyAdmin installed

 

start up phpMyAdmin and create the database

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

know, but here's the problem:

 

"

 

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

 

Server localhost

Error

 

MySQL said:

 

 

#1045 - Access denied for user: 'root@localhost' (Using password: NO)

 

[Documentation] "

 

HHEEELLLLP

 

this is getting agravated

Posted

okay....

 

here is a tutorial about setting up PHPmYADMIN

 

form my webserver website:

 

http://www.aprelium.com/forum/viewtopic.ph...hpmyadmin+setup

 

that should help with the setup....

 

I suggest that if you are not very good at the scripting part of this adventure you are heading down....I suggest you get the program called...

 

MYSQL Administrator

 

just search in your friendly search engine....

 

I have had all the problems you mentioned...and was able to solve them with those 2 tid bits.

 

Just unfortunately it took me 16 hours to find them out..

 

It kinda looks like your MYSQL is not running though....in that case you gotta check your installation of that first.

  • 2 years later...
Posted

Hi folks,

 

I've installed MySQL4.1.8, Apache 1.3.34, PHP 4.0, installed in the order I just wrote and I am now in the process of installing PHPmyAdmin 2.6.6pl1.

 

Here's my problem:

 

When I go to explorer window and type http://localhost/phpmyadmin/index.php I get this error:

 

"MySQL said: #1045 - Access denied for user 'root'@'localhost' (using password: NO)"

 

I had previously set mysql a password in mysql but I didn't know it was for user root, I was following the installation instructions and set a mysql -u root -p password to Rasheke3376 as per installation instructions. So, I searched various forums, including this one and was told to go to the config.inc.php document and put in my password for localhost so I do this:

 

$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?

$cfg['Servers'][$i]['user'] = 'root'; // MySQL user

$cfg['Servers'][$i]['password'] = 'Rasheke3376'; // MySQL password (only needed

// with 'config' auth_type)

 

1. So I tried to install phpmyadmin again and I get this error: "#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client"

 

2. For my hosting company, they use the versions that I am trying to install on my home computer so I really don't want to use any different versions. My shop runs fine on my hosting company so I know that these versions should work together on my computer.

 

3. Then I tried a fresh new package of mysql by uninstalling it and reinstalling it again, and I tried using a fresh new phpmyadmin download and I get the previous error, "My SQL said #1045 - Access denied for user 'root'@'localhost' (using password: NO)"

 

 

4. What should I do now? Maybe I am not configuring the config.inc.php file correctly? Or maybe I'm just missing something? Maybe there are more parts to this file I need to configure? I've really tried to google these errors both on this site, mysql sites, and phpmyadmin and I get stuck. Can someone please help me to know what to do here and exactly where I should be configuring this document and how many parts of it I need to configure.

 

Thank you so much guys for any help you can offer

 

:blush:

Archived

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

×
×
  • Create New...