Jump to content

Recommended Posts

Posted

I would like to know how to set up a Mysql. I would like to try out a program called postnuke, witch is similar but different then phpNuke. If some one could tell me step by step how to set up the mysql and then upload onto it I would appreciate it. Thanks for anyhelp. Rock Sign

Posted

You have to create a database and a user for that database via manage mysql in your sites cpanel, then you need to edit the congif.php file for your post nuke to include the database name, username and password.

Posted

I think I almost have it. I have installed it properly I think, but it comes up that it cant find database. If you could help with these things mabe it will work.

 

What would be my,table prefix=

and my, table type=

 

Thanks

Posted

We dont provide support for PostNuke, like i said your best source for help is on the PostNuke site I linked above.

 

anyway.....you shouldnt change the table prefix or table type, leave them as default. Make sure your dbase name and username are in the format below, also make sure you assigned a user to the database in manage mysql

 

 

$pnconfig['dbtype'] = 'mysql';

$pnconfig['dbtabletype'] = 'MyISAM';

$pnconfig['dbhost'] = 'localhost';

$pnconfig['dbuname'] = 'cpanelname_dbaseusernamename';

$pnconfig['dbpass'] = 'whatever password';

$pnconfig['dbname'] = 'cpanelname_dbasename';

$pnconfig['system'] = '0';

$pnconfig['prefix'] = 'nuke';

$pnconfig['encoded'] = '1';

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...