Re: Creating Mysql DB with PHP
- From: "Tony" <someone@xxxxxxxxxxxxx>
- Date: Tue, 7 Jun 2005 19:33:49 -0700
"MS" <nospamplaesegr8t_ukuk@xxxxxxxxxxx> wrote in message
news:d84v6s$ck9$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> You use the userID and password of a user that is already created on the
>> system.
>>
>> If this is being installed on someone else's system, then you need to
>> provide some way for them to enter that information. You could do it like
>> PHPMyAdmin - where the end-user modifies a configuration file and enters
> the
>> info, or you could make a form that accepts the information and passes it
> to
>> the installation script.
>
> It will be a new installation on somebody else's server, therefore I just
> need to be pointed in the direction of the php command(s) to setup the
> user.
I think you're missing the question - you seem to be overcomplicating
things.
If someone else has a server with MySQL on it already, they will also have a
userID and password for that MySQL server. All you need to do is get that
information from them and use that information to connect to the database.
Provide a form that the user can enter his userID and password, and use
those values in the connect string.
.
- Follow-Ups:
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- References:
- Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Re: Creating Mysql DB with PHP
- From: Tony
- Re: Creating Mysql DB with PHP
- From: MS
- Creating Mysql DB with PHP
- Prev by Date: Re: sending flash variable to php file
- Next by Date: Re: PHP PROGRAMMING HELP??
- Previous by thread: Re: Creating Mysql DB with PHP
- Next by thread: Re: Creating Mysql DB with PHP
- Index(es):
Relevant Pages
|