Seguo le istruzione di INSTALL ma quando vado a creare il database 'NUKE' mi da errore
mySQLadmin: create DATABASE failed: access denied for user @localhost to database 'nuke'
Seguo le istruzione di INSTALL ma quando vado a creare il database 'NUKE' mi da errore
mySQLadmin: create DATABASE failed: access denied for user @localhost to database 'nuke'
il database è in locale?
se si hai provato a creare tu un database?
usi phpmyadmin per gestire mysql?
1) sì il db è in locale
2) si provo a creare il DB come nelle istruzioni di PHPNuke poi riempirlo con nuke.sql
3) Non uso MyPHPAdmin ma mySQLAdmin
Installing the Package
----------------------
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.
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
3) In order to use the File Manager, please be sure to chmod 666 ALL
files and 777 ALL directories.
4) That's it!... now you need to edit the file "config.php" to set the
database options. Please read carefully the instruction on that file!
After that, point your browser to:
http://yourdomain.com/admin.php
Login with the following data at the prompt:
AdminID: God
Password: Password
Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.
NOTE: If you want to edit config.php file from web browser remember to
chmod 666 the file config.php or your changes will not be saved! If can't
execute chmod just edit the file by hand and re-upload it to your server.