|
05-21-2005, 11:36 AM
disregard my last post I understand now but now I'm confused with these directions
When you have finished to edit
config.php file 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.
If you're using a software like phpMyAdmin go to step 3.
1) Create a database called, for example, nuke:
mysqladmin create nuke
2) Now fill the databases with the tables in nuke.sql file:
mysql nuke < nuke.sql
How do i create a data base file
|