• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

mysql newbie

skeletal29

Senior member
Ok im trying to set up php nuke and im almost there i need yall help.

this is what im getting right now'



Fatal error: Failed opening required 'mainfile.php' (include_path='..') in /var/www/html/nuke/index.php on line 15


well i have to edit the config file and in the process i saw that mysql needs a username and password.

I already put the database(tables) in now how do i adduser and set password and change the owner of the db to the new user i created?

some one please help.



$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";


what is the user prefix and the prefix? the table name i see is nuke.
 
Back
Top