Re: [OpenSER-Users] Cant connect to local MySQL server through socket

2008-03-17 Thread henning Westerholt
> I have completed all the steps successfully. However, I am not able to > create database as said in step 7. To check that MySQL is working on my > system, I used the command: /etc/init.d/mysqld start > It says: Starting MySQL : [OK] > > To check openser is running: I used the command, /etc/init.d

Re: [OpenSER-Users] Cant connect to local MySQL server through socket

2008-03-17 Thread Megha Saini
Hello, Thanks for the quick reply! I have edited my file: /etc/openser/openserctlrc and using the command openserdbctl create, I am able to create the database. But if I run the command : /usr/local/sbin/openserctl moni I am getting error: database engine 'MYSQL' loaded Control engine 'FIFO'

Re: [OpenSER-Users] Cant connect to local MySQL server through socket

2008-03-17 Thread Jan ONDREJ (SAL)
Hello, On Mon, Mar 17, 2008 at 11:18:50AM +0530, Megha Saini wrote: > Hi, > > I have installed OpenSER, openser-1.3.1-notls from: > http://openser.org/pub/openser/1.3.1/src/ on Fedora Core 8. Why you don't use Fedora packages? You can install openser-1.3.0 from fedora updates or openser-1.3.1 fr

[OpenSER-Users] Cant connect to local MySQL server through socket

2008-03-16 Thread Megha Saini
Hi, I have installed OpenSER, openser-1.3.1-notls from: http://openser.org/pub/openser/1.3.1/src/ on Fedora Core 8. I have followed the steps given in: http://www.openser.org/dokuwiki/doku.php/install:openser-from-svn For the make command, I used: make install include_modules="mysql" I have comp