Re: PHP, MYSQL and persistant authentication

2003-06-16 Thread Kamara Eric R-M
Hi , u can try this one out http://www.zend.com/zend/tut/tutorial-delin4.php Regards Eric === Kamara Eric Rukidi Mpuuga Computer Frontiers International Plot 32 Lumumba Avenue P.O Box 12510,Kampala Tel :256-41-340417/71 Mob :256-71-190856 Email:[EMAIL PROTECTED] Web

Re: changing mysqld deamon ownership.

2003-05-30 Thread Kamara Eric R-M
Yeah...I don't think you need to make any changes.. On Fri, 30 May 2003, 2Hosts.com wrote: > Thanks Kamara, > > So does that mean I don't need to change anything? > > > > > > [admin admin]$ ps auxw | grep mysqld > > > root 11073 0.0 0.1 1672 824 pts/0S01:12 0:00 sh > > > /usr/b

Re: changing mysqld deamon ownership.

2003-05-30 Thread Kamara Eric R-M
> [admin admin]$ ps auxw | grep mysqld > root 11073 0.0 0.1 1672 824 pts/0S01:12 0:00 sh > /usr/bin/safe_mysqld --datadir=/var/lib/mysql --pid-file=/var/lib/ > Presumably the "root" on line one shows it's running as root? this > paragraph in the book is extremely sketchy. What

Re: Examples needed of MYSQl/PHP update, delete scripts and relevantforms

2003-02-21 Thread Kamara Eric R-M
Hi Scott, Can you please explicitly state what you want to be done otherwise it seems that all you need to do is get the records from the database,display them to the user and include something like a checkbox or radio button that the user can select to show the records he wants deleted. Then all

Re: List of Tables

2003-02-20 Thread Kamara Eric R-M
Hi, Have u thought of sending an sql query like "show tables" and then looking at what it returns? Eric On Thu, 20 Feb 2003, Jeff Pearson wrote: > I am writing a vb.net application to do some db management on MySQL. Ive > got it pretty far but am at a point where I am stuck. I know with php > th

Re: how to Import from tab delimited text file?

2003-02-20 Thread Kamara Eric R-M
Hi Taurel, You can use a perl script to do that work for you.A sample is given below #!/usr/local/bin/perl use DBI; #These are the configuration variables $host ="host on which mysql is running"; $uname = "database user"; $pword = "user password pass"; $dbase = "database name"; #Connect to the

Re: Deleting a database in Mysql

2003-02-07 Thread Kamara Eric R-M
Hi Calvin, Just do drop database db_name Regards, Eric On Wed, 5 Feb 2003, Calvin Lam wrote: > Hi, > > I am a newbie with this and I need help with Mysql > > How can I delete a database in Mysql > > thanks! - Before posting,

Re: newbie question

2003-02-05 Thread Kamara Eric R-M
Hi Derek, No it doesn't take alot of techy knowledge, time or trouble to run MySQL on windows...Just download it and install and it will be ready to run.Infact installation on a Windows sytem should be easier than on *nix. Regards, Eric === Kamara Eric Rukidi Mpuuga C

Re: Assigning different hosts

2003-02-05 Thread Kamara Eric R-M
On Tue, 4 Feb 2003, Mike Blezien wrote: > Hello all, > > I want to change some of our database host settings to allow for other host > connection other then the default 'localhost' setting. what is the proper way to > assign a different host to connect to, like an IP address or something like > "

Re: encrypted password

2003-02-05 Thread Kamara Eric R-M
On Tue, 4 Feb 2003, Jianping Zhu wrote: > > I have mysql in a redhat machine. I need to use mysql do user > authentication to a website. > I have a table like following. > > +--+--+ > | username | passwd | > +--+--+ > | jianping | jian1830 | > | chichi | jian18

Re: MySql, PHP and Javascript

2003-01-31 Thread Kamara Eric R-M
Hi Steve, You can definitely mix javascript and PHP in the same script so long as you follow the correct syntax for each language.There is no way out here really...if you want to include javascript in your scripts then you have to learn it:-) unless you want to hire someone to do it for you...

Re: Writing a database program in GNU C++ using MySQL.

2003-01-30 Thread Kamara Eric R-M
Hi Prabu, >From my own experience I'd say that PHP is the best option since it can be compiled with MySQL support and you will find that accessing the database is very easy. Regards, Eric On Wed, 29 Jan 2003, Prabu Subroto wrote: > Dear my friends, > > My boss wants a database application runni

Re: mysql

2003-01-20 Thread Kamara Eric R-M
On Sun, 19 Jan 2003, M A wrote: > > > HI > > i am new to mysql.. i have just installed the source code under > /user/local/mysql > but the commnads don't work unless i have "./" infront of the command > for example: mysqladmin won't work unless its written "./mysqladmin". > > please let me know i

Re: MySQL & PHP

2003-01-18 Thread Kamara Eric R-M
Hello Ryan, Did u compile PHP with mysql support enabled?as in did your configure line have something like this ./configure --with-mysql=/path/to/mysql? Regards, Eric === Kamara Eric Rukidi Mpuuga Computer Frontiers International Plot 32 Lumumba Avenue P.O Box 12510,K