PKs Movie Database how-to

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Post Reply
pele
Posts: 72
Joined: 2009-02-21 20:25:57

PKs Movie Database how-to

Post by pele »

Hi,

I can imagine that a lot of people have already asked how it's work, but reading all the messages it's still not clear for me. thats is because i'm new and not familiar with these kind of programs.
Sorry for that, but the good news is i want to learn.

What did i do till now:

install xampp (D:\Portable software\xampp) and everything is running.
15:26:05 [Apache] Attempting to start Apache app...
15:26:05 [Apache] Status change detected: running
15:26:12 [mysql] Attempting to start MySQL app...
15:26:13 [mysql] Status change detected: running

instal moviedb (D:\Portable software\moviedb

export AMC sql to movies, the file names harddisk.sql. Where do i have to put it?

Then import the harddisk.sql in phpadmin and it created 127.0.0.1 mysql movies.

i modified mdb_config.inc the with:
$this->config['mysql']['server'] = "localhost";
$this->config['mysql']['username'] = "root";
$this->config['mysql']['password'] = "#mysql";
$this->config['mysql']['database'] = "movies";
$this->config['mysql']['table'] = "movies";

But then what do i have to do/start?
i start http://127.0.0.1/movies/ but i see only all my files.

Can someone please help me.. :) :grinking:

Thanks a lot.

Bianca
sandmanweb
Posts: 96
Joined: 2006-03-12 01:07:41

Post by sandmanweb »

You need to upload the SQL file to the antexport folder in moviedb.
Post Reply