Jag har tidigare bara hållt på lite med ASP och Acess databaser, men nu har jag laddat ner en färdigt skript i PHP som använder MySQL, I Readme filen så står det hur man ska installera det, så här står det:
Unzip and Untar the package into the directory you want to use on you web
server, if you're unsure where that is, ask you system administrator.
tar -zxvf PHP-Nuke.tar.gz
Change to the sql/ directory and there is a file called "nuke.sql"
this file contains the commands to build the database structure,
tables and the default data.
- Create a database called, for example, nuke:
mysqladmin create nuke
- Now fill the databases with the tables in nuke.sql file:
mysql nuke < nuke.sql
Någon som begriper det här?