dieguy Posted November 25, 2003 Posted November 25, 2003 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 Quote
TCH-Dick Posted November 25, 2003 Posted November 25, 2003 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. Quote
dieguy Posted November 25, 2003 Author Posted November 25, 2003 Thanks. Is there a certain program needed or do u use the web browser for the config.php. Quote
TCH-Dick Posted November 25, 2003 Posted November 25, 2003 you can edit the config.php in notepad Quote
dieguy Posted November 25, 2003 Author Posted November 25, 2003 What would be Mysql db hostname. And I can not find the db in my FTP. Quote
dieguy Posted November 25, 2003 Author Posted November 25, 2003 Am I doing something wrong if I cant find it in FTP. It says the db is created. Or do I upload somewere else. Sorry for all the questions. Quote
TCH-Dick Posted November 25, 2003 Posted November 25, 2003 cant find what with ftp? Your database wont show up in ftp Quote
dieguy Posted November 25, 2003 Author Posted November 25, 2003 Oh, then how do I upload the post nuke or where. Quote
TCH-Dick Posted November 25, 2003 Posted November 25, 2003 you upload nuke to your public_html folder, or a folder inside the public_html folder Quote
TCH-Dick Posted November 25, 2003 Posted November 25, 2003 Take a look here if you are having problems installing postnuke PostNuke install help Quote
dieguy Posted November 26, 2003 Author Posted November 26, 2003 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 Quote
TCH-Dick Posted November 26, 2003 Posted November 26, 2003 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'; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.