General discussion
July 25, 2002 at 11:39 AM
c_cmorrow

Setting Up a Database Using FTP?

by c_cmorrow . Updated 24 years, 1 month ago

I am trying to install PHP-Nuke, and I have a web host that has MySQL (a requirement for PHP-Nuke).

In the installation instructions, it says:

=======
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.

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 ======= Now my question is, my host, Powweb.com, allows FTP, but no telnet. How should I run this program to set up MySQL? Any suggestions would be appreciated. Regards, CSM

This discussion is locked

All Comments