Re: Creating Mysql DB with PHP
- From: "Tony" <someone@xxxxxxxxxxxxx>
- Date: Fri, 3 Jun 2005 20:55:46 -0700
"MS" <nospamplaesegr8t_ukuk@xxxxxxxxxxx> wrote in message
news:d7qlqa$95s$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>
>> Are you copying an existing database (since you mention a SQL dump)?
>
>
> I am Copying an existing database, which the sql dump is created from.
If the original database is MySQL, then all you need to do is copy the
files.
But from the rest, I gather this may not be practical.
>> And have you looked into importing the dump into PHPMyAdmin?
>
> I want to package the creation of the database into an install.php So that
> the relevant fields can be input
> DB name
> Server Name
> Password etc...
>
> so that there is no need to use phpmyadmin.
>
> I am trying to avoid phpmyadmin and keep the creation of the database as
> simple as possible for the user.
I'm guessing from this that it's not necessarily a one-time script, then?
I wrote a script that does this a few months ago - I'll see if I still have
a copy of it.
One possible problem, though - how big is the database (how many rows)?
.
- 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
- Creating Mysql DB with PHP
- Prev by Date: Re: multi-part messages with PHP
- Next by Date: Re: How to change pictures everyday using php
- Previous by thread: Re: Creating Mysql DB with PHP
- Next by thread: Re: Creating Mysql DB with PHP
- Index(es):
Relevant Pages
|