Hello,
My server runs with a Plesk interface and I have PHP and MySQL installed.
I want to install PHPNuke, but there is just one more problem that I need to work out for the script to run properly. In the install file for PHPNuke it says..
1) Create a database called, for example, nuke:
mysqladmin create nuke
>> Using the Plesk interface I made a database.
2) Now fill the databases with the tables in nuke.sql file:
mysql nuke < nuke.sql
How would I be able to do that? I can create databases with Plesk, but how do I get the second step working?
I have PHPMyAdmin but I keep getting syntax errors
Thanks in advance for all your help!
My server runs with a Plesk interface and I have PHP and MySQL installed.
I want to install PHPNuke, but there is just one more problem that I need to work out for the script to run properly. In the install file for PHPNuke it says..
1) Create a database called, for example, nuke:
mysqladmin create nuke
>> Using the Plesk interface I made a database.
2) Now fill the databases with the tables in nuke.sql file:
mysql nuke < nuke.sql
How would I be able to do that? I can create databases with Plesk, but how do I get the second step working?
I have PHPMyAdmin but I keep getting syntax errors
Thanks in advance for all your help!