LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-15-2009, 07:07 AM   #1
smaj84_1
Member
 
Registered: Jul 2009
Location: Pakistan
Distribution: Fedora
Posts: 71

Rep: Reputation: 15
MySQL forum


Hi friends,

Friends I want to create forum using MySQL...
Please guide me or give me some link that explain how to make forums using APACHE/PHP/MySQL...I have fedora.
 
Old 08-15-2009, 07:40 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Have a look at what your favourite forum runs. If it runs on GNU/Linux and it's not commercially licensed maybe try it. Else http://freshmeat.net/search?q=forum&submit=Search, http://sourceforge.net/search/?type_...ft&words=forum, http://savannah.gnu.org/search/?word...xact=1#options and http://developer.berlios.de/search/?...d=&words=forum all list OSS forum software and so would your favourite searchengine. Read some and if you feel up to it download it. Most choices come with installation information (usually text files called "README", "INSTALL"), might have extensive documentation on their site, in a Wiki or have a forum you could ask in. Else just pick three and ask for opinions?
 
Old 08-16-2009, 07:12 AM   #3
smaj84_1
Member
 
Registered: Jul 2009
Location: Pakistan
Distribution: Fedora
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by unSpawn View Post
Have a look at what your favourite forum runs. If it runs on GNU/Linux and it's not commercially licensed maybe try it. Else http://freshmeat.net/search?q=forum&submit=Search, http://sourceforge.net/search/?type_...ft&words=forum, http://savannah.gnu.org/search/?word...xact=1#options and http://developer.berlios.de/search/?...d=&words=forum all list OSS forum software and so would your favourite searchengine. Read some and if you feel up to it download it. Most choices come with installation information (usually text files called "README", "INSTALL"), might have extensive documentation on their site, in a Wiki or have a forum you could ask in. Else just pick three and ask for opinions?

Thanks alot for your quick reply....But problem is that these links didnt help me out....I m using fedora linux and I want to make forum through mysql/php...I want to know what files should I create and how do I link them to my web page which shows php test page.
 
Old 08-16-2009, 07:17 AM   #4
ThinkFree
Member
 
Registered: Jan 2009
Location: India
Distribution: Fedora, Arch, OpenSolaris
Posts: 112

Rep: Reputation: 20
^It seems you have just started learning php. If that's the case, then it might not be possible for you to create your own forum just now. If you need it urgently, you can use one of the many available php bulletin boards like myBB, phpBB, bbPress. Also, you can study their code to get idea how you should proceed to create your own forum.
 
Old 08-16-2009, 08:02 AM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by ThinkFree View Post
^It seems you have just started learning php. If that's the case, then it might not be possible for you to create your own forum just now. If you need it urgently, you can use one of the many available php bulletin boards like myBB, phpBB, bbPress. Also, you can study their code to get idea how you should proceed to create your own forum.
I agree.

On top of that, and with all due respect, you should not make your efforts publicly accessable until you know what you're doing. As starting programmer you'll make lots of mistakes, some of which will make it very easy for anyone to breach the security of your machine.
 
Old 08-16-2009, 08:08 AM   #6
smaj84_1
Member
 
Registered: Jul 2009
Location: Pakistan
Distribution: Fedora
Posts: 71

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by unSpawn View Post
I agree.

On top of that, and with all due respect, you should not make your efforts publicly accessable until you know what you're doing. As starting programmer you'll make lots of mistakes, some of which will make it very easy for anyone to breach the security of your machine.
Thank you for advice...Yes, I m new user and in learning phase.
 
Old 08-16-2009, 09:16 AM   #7
teebones
Member
 
Registered: Aug 2005
Location: /home/teebones
Distribution: sometimes this, sometimes that..
Posts: 502

Rep: Reputation: 56
phpbb, myBB, etc etc...

google is your friend, also freshmeat is. and sourceforge is.
 
Old 08-17-2009, 01:21 AM   #8
smaj84_1
Member
 
Registered: Jul 2009
Location: Pakistan
Distribution: Fedora
Posts: 71

Original Poster
Rep: Reputation: 15
Smile

Quote:
Originally Posted by teebones View Post
phpbb, myBB, etc etc...

google is your friend, also freshmeat is. and sourceforge is.
Thanks buddies!!!
 
Old 08-19-2009, 03:06 AM   #9
smaj84_1
Member
 
Registered: Jul 2009
Location: Pakistan
Distribution: Fedora
Posts: 71

Original Poster
Rep: Reputation: 15
Unable to Start MySQL Server

I have followed the instructions (at http://www.linuxquestions.org/questi...1/#post1745970) regarding MYSQL but I m getting this

root@vps2 [/etc]# /usr/bin/mysqladmin -u root password 'mypasswordhere'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
mysql.sock doesnt exist anywhere.
please help

Last edited by XavierP; 08-19-2009 at 06:25 AM. Reason: removed unnecessary quoting
 
Old 08-19-2009, 06:44 AM   #10
ilikejam
Senior Member
 
Registered: Aug 2003
Location: Glasgow
Distribution: Fedora / Solaris
Posts: 3,109

Rep: Reputation: 97
Hi.

Check the log at /var/log/mysql.log - there's usually something in there if MySQL won't start.

Dave
 
Old 08-19-2009, 07:35 AM   #11
ThinkFree
Member
 
Registered: Jan 2009
Location: India
Distribution: Fedora, Arch, OpenSolaris
Posts: 112

Rep: Reputation: 20
Why a new thread for same problem?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying a phpbb3 forum contents to a different forum; no admin access on source forum Maligree General 1 08-11-2008 11:45 AM
MySQL forum down - HELP!!! AlteRFirE Programming 11 01-05-2007 12:15 AM
Learning MySQL. Know a good forum? cevjr Linux - Software 3 12-09-2003 02:17 AM
Php MySQL Forum? Greenman Programming 5 02-27-2003 01:35 PM
install a php forum with mysql. dkc_ace Linux - General 28 02-04-2003 04:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration