Following this, you really should create a mysql user just for phpnuke, as I (and others) have posted before. To do this, do:
# mysql
mysql> grant all on nuke.* to nuke@localhost identified by 'nukespassword';
I did this and then mysqladmin reload,
but still the postnuke php scriopt says
'unable to make database'.
I am logged in as root at the console, in a virtual ibay. Should I not first log in as root in mysql or mysqladmin? Are those programs open to anyone or just root? I quess root, but why then can I not make a db?
Perhaps because I use the database Roque? should one of the words in
mysql> grant all on nuke.* to nuke@localhost identified by 'nukespassword';
be Roque then?
hope you can help.
hc