RE: phpMyadmin

2003-02-26 Thread David Lubowa
did you compile phpmyadmin from source if so then there should be a couple of switches that you can add to pick up the mysql libraries check under the installed directory and do a ./configure --help and have a look at the options as for the php-mysql library here is the tarball try and compile it

RE: redirect mysql output to file

2003-02-25 Thread David Lubowa
echo " MYSQL_STATEMENT" | mysql -u user_name -p>> /path/to/file this should work fine on command line . cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 345466 --- Every minute is an occasion to change your l

RE: ReiserFS vs Ext3

2003-01-27 Thread David Lubowa
i think i am replying to this post abit late ..but go through this doc it will probably help you http://gurulabs.com/ext3-reiserfs.html cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 345466 -Original Message- From: Nicholas Gaugler [mailto:[EM

RE: mysql monitoring

2003-01-11 Thread David Lubowa
i think he was speaking more of graphical stats ..if i am not mistaken...mytop cant give you that or atleast i havent seen it..but it wouldnt be bad if it could have those stats in a graphical format. cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 34546

RE: mysql monitoring?

2003-01-09 Thread David Lubowa
cacti? cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 345466 -Original Message- From: Shon Stephens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 8:55 PM To: '[EMAIL PROTECTED]' Subject: mysql monitoring? is there an snmp mib o

RE: Query

2002-12-02 Thread David Lubowa
aah i think i got it ...thanx.. cheers David Ziggy Lubowa -Original Message- From: Danny Haworth [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 6:50 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Query David Lubowa wrote: >hey guys ..i got a question her

RE: Query

2002-12-02 Thread David Lubowa
PROTECTED] Subject: RE: Query select Realm, AcctStartTime, AcctStopTime from radacct; ??? Did I miss something here? =C= * * Cal Evans * The Virtual CIO * http://www.calevans.com * -Original Message- From: David Lubowa [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 9:29 AM To

Query

2002-12-02 Thread David Lubowa
hey guys ..i got a question here i need to do a query which will let me pull 3 fields from a table; below is the table [snip] mysql> desc radacct; ++-+--+-+-+- ---+ | Field | Type| Null | Key | Default

RE: No port listed

2002-11-30 Thread David Lubowa
what you can do is check if port 3306 is listening try lsof -i :3306 and about connecting to a remote mysql server via the -h switch check your firewall to see if your IP or whatever you specify is allowed to connect to the mysql server. If it is not that try and add a -u and -p switch to the com

RE: restricting mysql

2002-11-15 Thread David Lubowa
i thought the main reason was that he did not want to use a firewall ( for some reason , only he knows why :) ) cheers David Ziggy Lubowa Network Engineer One2net (U) web: www.one2net.co.ug Tel: +256 41 345466 -Original Message- From: Michael T. Babcock [mailto:mbabcock@;fibrespeed.net]

RE: restricting mysql

2002-11-15 Thread David Lubowa
port 3306 is the default port for mysql , if you do "grep -i 3306 /etc/services " you will see what service runs on that port. As for restricting access to it without a firewall i guess you would have to set up specific users who can access it and throw out the rest. Have a look at the mysql docs

ODBC connection from Mysql to Mssql

2002-10-02 Thread David Lubowa
hey guys i got a scenario here i need to extract some CDR records from a Mssql database into a mysql database and have them available on a website. I have not really configured odbc before, so i am having some problems, i am running SuSE 7.2 on my linux box, i got the the source (myodbc) from m

RE: Server shutdown

2002-09-18 Thread David Lubowa
if all fails try "killall mysqld" after that you can do an lsof -i : to see if it is still running, you have to have lsof package installed dont know if you have it by default on solaris ..never used solaris b4 :) ma 2cents cheers David Ziggy Lubowa Network Administrator One2net (U) web: www.