Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Cannot Get Beyond The Database Information Page.

Cannot Get Beyond The Database Information Page.

Views: 2,119

Results 1 to 8 of 8
11 Jul 2015, 8:26 AM
#1
chome4 avatar

chome4

New Zenner

Join Date:
Jul 2015
Posts:
14
Plugin Contributions:
0

Cannot Get Beyond The Database Information Page.

Following the instructions, I uploaded the files to the webserver and went to the zc_install directory. ':: Zen Cart® Setup - System Inspection' shows everything OK. When it comes to 'Database Setup', I have Wamp installed locally and successfully seeing phpMyAdmin as well as the Wampserver Homepage.

In phpMyAdmin, I click on Databases and go to 'Create database'. This is where I get confused. I created a database but can't see where I can assign a password to be referred to in Zen Cart setup.

Basically, 'Database Username', 'Database Password' and 'Database Name' are where I have problem. Does the fact that the WAMP side of things are running locally and the Zen Cart stuff is installing remotely?

I'm running Windows 7.

11 Jul 2015, 8:41 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Cannot Get Beyond The Database Information Page.

You must first create the database before running zc_install

Create the database
create a user and pass
assign the user to the database with full privilges

11 Jul 2015, 12:02 PM
#3
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Cannot Get Beyond The Database Information Page.

Have you tried from within your phpmyadmin to access the database to possibly create a table? At any time while accessing your phpmyadmin were you prompted for a username/password?

11 Jul 2015, 12:20 PM
#4
chome4 avatar

chome4

New Zenner

Join Date:
Jul 2015
Posts:
14
Plugin Contributions:
0

Re: Cannot Get Beyond The Database Information Page.

kobra:

You must first create the database before running zc_install

Create the database
create a user and pass
assign the user to the database with full privilges

Thanks for that. I'll concentrate on the database side of things for now!

12 Jul 2015, 9:16 AM
#5
chome4 avatar

chome4

New Zenner

Join Date:
Jul 2015
Posts:
14
Plugin Contributions:
0

Re: Cannot Get Beyond The Database Information Page.

mc12345678:

Have you tried from within your phpmyadmin to access the database to possibly create a table? At any time while accessing your phpmyadmin were you prompted for a username/password?

I'm creating a table now but I can see nothing that prompts me for login details. As of now I have a newly-created database and its table. I'm going to look at privileges to see if I can 'add' login details.

12 Jul 2015, 11:50 AM
#6
chome4 avatar

chome4

New Zenner

Join Date:
Jul 2015
Posts:
14
Plugin Contributions:
0

Re: Cannot Get Beyond The Database Information Page.

Still having issues!

Starting from scratch, I create a database. Then I create a user and assign that user to the newly-created database with a password. I pass these details on to Zen Cart installation and still get 'Connection to Database failed'. At this stage, I didn't populate the database with a structur, colums etc...

12 Jul 2015, 12:56 PM
#7
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Cannot Get Beyond The Database Information Page.

You may want to refer to the WAMP documentation again and look up how to assign users and their privileges to a database.

13 Jul 2015, 4:37 PM
#8
chome4 avatar

chome4

New Zenner

Join Date:
Jul 2015
Posts:
14
Plugin Contributions:
0

Re: Cannot Get Beyond The Database Information Page.

Got it working. When I followed Zen Cart's own instructions, they say upload the Zen Cart files to the webserver and run the install from there. I found a very good YouTube vid that showed in a few steps how to get it working via localhost. Zen Cart way was very misleading.