LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-02-2011, 05:49 AM   #1
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135
Blog Entries: 1

Rep: Reputation: 1
Question meeting room planner/booking system


Hi,

I wanted to configure meeting room booking system,

i went to this below url and configured it

http://mrbs.sourceforge.net/view_tex...n&file=INSTALL

but i am getting a error like

Fatal Error: Failed to connect to database

does anyone know about the meeting room booking system, if so help me to configure it. .

if you know about the other source also thats not a problem. .
All i need to do is to configure meeting room booking system software on linux. .
I am currently using opensuse11.3 distro. .
 
Old 08-02-2011, 06:44 AM   #2
ibaydan
Member
 
Registered: Jan 2008
Distribution: Debian6 , Centos 6,Ubuntu 11.04
Posts: 57

Rep: Reputation: 2
Sure that your database server is working , address is true , there is no firewall between you , database user is exist , password is set.
If above didn't work try to connect to database server with database management application
 
Old 08-02-2011, 06:44 AM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, are you sure that you've installed mysql properly? Is the mysql-server running?

Markus
 
Old 08-02-2011, 07:49 AM   #4
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135

Original Poster
Blog Entries: 1

Rep: Reputation: 1
Quote:
Originally Posted by ibaydan View Post
Sure that your database server is working , address is true , there is no firewall between you , database user is exist , password is set.
If above didn't work try to connect to database server with database management application

can please tell me how to connect to database server with database management application???

i guess i have to make some changes in .conf file. but i don know what to change or which one to edit???
 
Old 08-02-2011, 07:52 AM   #5
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135

Original Poster
Blog Entries: 1

Rep: Reputation: 1
Quote:
Originally Posted by markush View Post
Well, are you sure that you've installed mysql properly? Is the mysql-server running?

Markus
yes i have installed mysql.

i checked again in yast
mysql-community server, mysql-community server-client and php5-mysql i have installed.

and i restarted the services and checked.
but still the same error.
 
Old 08-02-2011, 08:56 AM   #6
ibaydan
Member
 
Registered: Jan 2008
Distribution: Debian6 , Centos 6,Ubuntu 11.04
Posts: 57

Rep: Reputation: 2
find mysql-browser application for your os and try to connect with database server ip address or
from commandline
"mysql -u DBUSER -h DBSERVERNAME -p "
 
Old 08-02-2011, 11:58 PM   #7
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135

Original Poster
Blog Entries: 1

Rep: Reputation: 1
Question

Quote:
Originally Posted by ibaydan View Post
find mysql-browser application for your os and try to connect with database server ip address or
from commandline
"mysql -u DBUSER -h DBSERVERNAME -p "

i got the below error

varun:~ # mysql -u DBUSER -h DBSERVERNAME -p
Enter password:
ERROR 2005 (HY000): Unknown MySQL server host 'DBSERVERNAME' (1)
 
Old 08-03-2011, 12:34 AM   #8
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135

Original Poster
Blog Entries: 1

Rep: Reputation: 1
Question

Quote:
Originally Posted by ibaydan View Post
find mysql-browser application for your os and try to connect with database server ip address or
from commandline
"mysql -u DBUSER -h DBSERVERNAME -p "
hi,

I made some changes in config.inc.php file and i got a login page,
now with root user and password if i login it tells unknown user. .

and my config file is as below


/*******************
* Database settings
******************/
// Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL,
// "mysqli"=MySQL via the mysqli PHP extension
$dbsys = "mysql";
// Hostname of database server. For pgsql, can use "" instead of localhost
// to use Unix Domain Sockets instead of TCP/IP.
$db_host = "localhost";
// Database name:
$db_database = "mrbs";
// Database login user name:
$db_login = "root";
// Database login password:
$db_password = 'root123';
// Prefix for table names. This will allow multiple installations where only
// one database is available
$db_tbl_prefix = "mrbs_";
// Uncomment this to NOT use PHP persistent (pooled) database connections:
// $db_nopersist = 1;


just don know whats wrong????
Attached Thumbnails
Click image for larger version

Name:	mrbs1.png
Views:	31
Size:	114.3 KB
ID:	7723  
 
Old 08-03-2011, 01:32 AM   #9
ibaydan
Member
 
Registered: Jan 2008
Distribution: Debian6 , Centos 6,Ubuntu 11.04
Posts: 57

Rep: Reputation: 2
change approprate values with dbuser and dbserver
"mysql -u root -h localhost -p"
and then enter password root123
If it is successful problem is with your software may be software didn't have mysql libraries
 
Old 08-05-2011, 09:46 AM   #10
varunb
Member
 
Registered: Mar 2011
Location: Bangalore, INDIA
Distribution: opensuse, fedora
Posts: 135

Original Poster
Blog Entries: 1

Rep: Reputation: 1
Question

Quote:
Originally Posted by ibaydan View Post
change approprate values with dbuser and dbserver
"mysql -u root -h localhost -p"
and then enter password root123
If it is successful problem is with your software may be software didn't have mysql libraries
hello,

configured the config.inc.php file and using LDAP auth and successfully login in.

now working on email notifications. .

is there any one using MRBS????? it would be more helpful!!!!!
 
  


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
meeting room planner varunb Linux - Newbie 10 08-01-2011 05:48 AM
[SOLVED] Running out of room in system partition, any ideas? Peufelon Debian 11 08-22-2010 06:32 PM
Connect two wifi-routers for "meeting room" LAN SaintDanBert Linux - Networking 3 11-10-2009 02:24 PM
Need Online Appointment Booking System! socceroos Linux - Software 2 08-30-2007 05:39 PM
Meeting Room Planner/Scheduler hazey Linux - Software 1 10-28-2004 09:06 AM

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

All times are GMT -5. The time now is 01:03 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