473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

NEWBEE; How do I install and use?

Hi,
I have installed a ILS.
Installed MYSQL
Installed PHP on my XP PRO PC.
I want to test and develop a webshop local.

BUT...I got the PHP and ILS working.
The SQL im not sure about.

When I load the OSCommers webshop it lockes in step two (The SQL db
settings).
Now...Im not sure if I do it rigth OR what to fill into the shop info so pls
help me;

The info needed are;
Database Server`?
Username?
Password?
Databasename`?

Pls help me fill in the rigth names etc.
I installed the SQL standard...So Im not even sure what the name of the DB
is ;-))
Can I test that in anyway???

Aug 2 '05 #1
2 1549
>I have installed a ILS.
Instrument landing system?
Installed MYSQL
Installed PHP on my XP PRO PC.
I want to test and develop a webshop local.

BUT...I got the PHP and ILS working.
The SQL im not sure about.

When I load the OSCommers webshop it lockes in step two (The SQL db
settings).
Now...Im not sure if I do it rigth OR what to fill into the shop info so pls
help me;

The info needed are;
Database Server`? Assuming you installed MySQL and PHP on the same machine, the database
server is 'localhost'.
Username?
Password?
The default setup is 'root' with no password on a UNIX setup, not
sure what it would be on XP. Maybe root or Administrator. In any
case, you should create a separate MySQL account for OSCommerce
with its own username and password. Also, you should put a password
on the root or Administrator account.
Databasename`?
You need to create these yourself as part of setting things up. It
is possible that the request for the database name is asking for a
database for the OS Commerce setup routine to create for you.
Anything but 'test' and 'mysql' is OK. Or maybe it wants you to
create it first. If you are setting up multiple shops for multiple
customers, they likely each want their own database.
Pls help me fill in the rigth names etc.
I installed the SQL standard...So Im not even sure what the name of the DB
is ;-))
Can I test that in anyway???


One of the first things you need to test is whether the 'mysql'
command line client is working. Log in with host localhost, user
root or Administrator (whatever works), no password (unless you've
set one already, then use it). You might enter commands like:

C:\> mysql -h localhost -u root
mysql> grant all privileges on oscommerce.* to www@localhost identified by 'drowssap';
mysql> create database oscommerce;
mysql> quit

Now your username is www, password is drowssap, and database name is oscommerce.
The www user has privileges on the oscommerce database only.

Gordon L. Burditt
Aug 3 '05 #2
> >I have installed a ILS.
Instrument landing system?
LOL---No...its IIS ofcourse ;-)))
Database Server`?

Assuming you installed MySQL and PHP on the same machine, the database
server is 'localhost'.


My guess aswell...OK this part is ok then.

Username?
Password? The default setup is 'root' with no password on a UNIX setup, not
sure what it would be on XP. Maybe root or Administrator. In any
case, you should create a separate MySQL account for OSCommerce
with its own username and password. Also, you should put a password
on the root or Administrator account.
I tried with Root and Administrator without any luck.

Databasename`? You need to create these yourself as part of setting things up. It
is possible that the request for the database name is asking for a
database for the OS Commerce setup routine to create for you.
Anything but 'test' and 'mysql' is OK. Or maybe it wants you to
create it first. If you are setting up multiple shops for multiple
customers, they likely each want their own database.


I tried the mysql and I have made a new DB (oscommerce) and tried that as
well....
Pls help me fill in the rigth names etc.
I installed the SQL standard...So Im not even sure what the name of the DB
is ;-))
Can I test that in anyway???


One of the first things you need to test is whether the 'mysql'
command line client is working. Log in with host localhost, user
root or Administrator (whatever works), no password (unless you've
set one already, then use it). You might enter commands like:


I could login without any problem.
But I cant see how to make OsCommerce find that DB...
Anything in my IIS server I need to do to get this MySQL to work with the
OSCommerce?

/ Rene
Aug 3 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Newbee | last post by:
Hi ! Let's say that this is the folder on the server: /web/firstDir/secondDir/images/image.gif where i have stored my pictures. I have tryed with apsolute and relative paths but i can't display...
8
by: Richard | last post by:
Just downloaded python for the fun of it. What do I run to begin coding with? Version 2.3.3 When I run the "command line" thing, I get a dos window. Now what? The built in tutor explains...
5
by: slava | last post by:
hello, i am writing a python script that will be run by a non root user the script needs to open a file in write mode that is owned by root file = open('/etc/apt/sources.list', 'r+') ...
2
by: Newbee Adam | last post by:
some said that .NET app can run on any program where rutime exists. What is "runtime" in this sense? will I have to install runtime or .net framework or .NET support on an xp machine for a...
4
by: PerryC | last post by:
All, 1. Do the following codes seem ok? 2. If so, then how do I pull the value of YOE1 and YOE2 into my report? (to do some further calculations) ...
2
by: Martin Hvidberg | last post by:
Dear list I have found a declaration like this: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <math.h> #include "ectemp.h"
26
by: Kanthi Kiran Narisetti | last post by:
Hi ALL, I am new to C and programming . I need suggestions for the IDE to be used as a begginer and should I start on Windows or Linux ?? I am also looking for resources for C programming on...
0
by: VJ | last post by:
Please bare with me.. I am a C# programmer... Situation demands I needed to write just one C++ managed service. All I did was Create a new project in VS2003 and then Add Installer, to get a...
9
by: EMW | last post by:
I have created a page in aspx and after a click on a button, a new page should open. How is this possible? I tried it doing it like in vb.NET with opening a new form, but it doesn't work. rg,...
1
by: gimme_this_gimme_that | last post by:
Hello fellow DB2ers! I have a new DB2 Express-C (version 9.5) installation running on Vista Business. I'm able to create new databases using the "create db dbname" command. I'm setting...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.