Re: MySQL Web Server ?

2003-03-11 Thread massey
The one and only Apache web server > Hi, I'm a MySQL newbie - Is there a "MySQL Web Server" > product ? Oracle has their OWS (Oracle Web Server) > for example. > > Can anyone reccomend a *very* lightweight web server > with enough scripting ability to talk to MySQL - > preferably for RedHat? > >

Re: OT: Struts Online Training

2003-02-20 Thread massey
Since this is off topic anyway I thought I would throw this in. Instead of Web-X use http://www.astaskywire.com/ This would reduce the costs and allow the trainer to host the trainings and customize the look and feel. FWIW Mike > It would be great to attend more advanced training on Struts. Bu

Re: Delphi & Mysql

2002-06-10 Thread massey
ASTA at www.astatech.com M:) > What is the best way to connect with Delphi 5/6 to Mysql? > > Johan > > - > Before posting, please check: > http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (t

Re: Message

2002-05-16 Thread massey
Unsure exactly what you want but I use message box's in my apps to say if there is an error or whatever. This, as far as I know, has to be done in the program not in the SQL. > Alexander, > Thursday, May 16, 2002, 5:40:41 PM, you wrote: > > AB> I made a program with delphi and I would like to ge

Project Time

2002-05-13 Thread massey
Kinda OT but it all works :-) Does anyone know where I can get info on using MySQL database for keeping track of time spent on projects? An example or something would be cool. Goal: I need to be able to post my time spent on various CVS projects and such and the owners need to see how many hours

Re: MySQL with Delphi 5.0

2002-04-23 Thread massey
Several ways to do this, MyODBC, ZEOS, ASTA. dbExpress has issues, these can be confirmed in the Borland News groups. ZEOS works well and is free, MyODBC works but the BDE must be installed on the Client if the native database componets id D6 - D5 is used, ASTA is fast and excellent for Internet a

RE: Do any of your applications work?

2002-04-08 Thread massey
The only thing I wish is to know who his client was or is and set them straight on MySQL and get some extra work ;). Probably trying to sell them the hacker proof Oracle..LMAO. MySQL Select * - Before posting, please check:

Re: Strange ODBC Error

2002-04-04 Thread massey
Read http://www.mysql.com/doc/A/c/Access_denied.html > Everytime I try to setup an odbc connection from a windows 2000 to a > sun unix box which is the sql server host is get the following error: > > ...Host '%-.64s' is nto allowed to connect to this MYSQL server. > > Any ideas??? > > __

RE: [ANN] Blue World Announces Lasso vs PHP White Paper

2002-03-07 Thread massey
I think this is should be Learning Lasso$2500 PHP $2500 Dosent matter if the product is free it still costs you time. > Can you provide a NON-BIAS so-called "TRUE comparison"? I would be > curious on what Blueworld has to say. Also, why do you think the TCO > is lower with lasso t

Re: Granting Access in MySQL

2001-12-03 Thread massey
Did you Flush your table when you changed permissions? > Hello everyone, > > I'm trying to grant rights to several user accessing my database. > Right now I'm using their individual IP addresses to grant them > privileges. Which works fine. This way I have to assign user name and > password to e

Re: Image's

2001-12-03 Thread massey
The GUI is built in Delphi and uses a grid and a TDBImage and when you scroll through the Grid or Search I need to be able to retrive the image that goes with the persons name. The Web thought has me thinking since I use PHP to do this with my web site it might be easy to do. But I would rather

Image's

2001-12-03 Thread massey
Either the coffee is flat or someone switched to decafe on me. What is the proper way to retrive an image that is stored as a path in a field name with SQL? My path would be something like Table=YPEOPLE field=pictures with the path like this c:\images\110101\yourpic.jpeg Also is there a way to

Re: Please redo this horrible web page

2001-11-28 Thread massey
Solution is simple Either 1. Filter your e-mail to specific folders 2. Remove yourself > > On Wednesday, November 28, 2001, at 02:44 PM, john wrote: > >> pages every day. Things on the list are no way near how easy they can >> be. I >> cannot fathom why this is not a newsgroup, and why ever

RE: New fork of MySQL

2001-11-09 Thread massey
http://www.mysql.com/doc/G/R/GRANT.html You need to GRANT 'emdtest.ncr.com' permission to connect or a user from any box to connect with a user name and password. mysql> GRANT ALL PRIVILEGES ON *.* TO kenneth@"%" IDENTIFIED BY 'some_pass' WITH GRANT OPTION; means kenneth can connect f

RE: How to turn beeping off

2001-10-30 Thread massey
Back a few years there was a nasty little virus that played Chops on your WinDoDie box's and we had to unplug the PC Speakers on a couple dozen becuase there was not fix for it at the time. Or was it cause they where to cheap..hmm. >> Does anyone know how to turn that annoying beeping off in th

Re: How to turn beeping off

2001-10-30 Thread massey
Correct me if I am wrong. You are using Linux correct? I seen your post before but was leaving for awhile and could not help. Using the Linux theroy: Everytime you use anything you still get a beep correct? If so, you have sound enabled on all system functions therefore when you open close or in

RE: createing database

2001-10-29 Thread massey
Try http://www.mysql.com/doc/A/c/Access_denied.html it explains further what needs to be done. M;) > I have read the manual. > > > I don't understand because when i type: SELECT VERSION(), CURRENT_DATE; > it's OK, the server answer to me!! > > Fanck > > -Message d'origine- > De : [EMAIL

Re: createing database

2001-10-29 Thread massey
You need to setup your permisions in MySQL. Look in the MySQL reference material on how to setup users and permisions. M;) > Hi! > > I have the mysql prompt. > mysql> > > I type : > > mysql> CREATE DATABASE menagerie; > > I have the error message: > ERROR 1044: Access denied for user: '@localho

Re: copying database from linux server to NT server

2001-10-26 Thread massey
I use MySQLFront and do this. Create my dump file create the database restore from dump So far so good... M;) > [EMAIL PROTECTED] wrote: > >> Hi. I've been reading for several hours on this one. I've tried >> everything I've read. I'm either doing something really stupid or I've >> missed the p

RE: test

2001-10-04 Thread massey
No everyone is probably just busy working on the new release and getting it installed. Give it a day and you'll see plenty of E-mail. And Welcome aboard!! M;) > Welcome Howard! This is my first day to the list. Seems rather > slow...wonder if its always like this. > > Allen > > -Original Me

Re: Installing PHP with MySQL

2001-10-04 Thread massey
I ended up using PHP 4.0.4, latest MySQL and Apache from source to get PHP to work on RH 7.0. I tried 4.0.2 - 4.0.6 and only the 4.0.4 worked. The cool thing about source,not sure if RPM's do this, is that I can change my config.status file and rerun using the ./config.status. I can send my 123 st

RE: Use of the MySQL logo - licensing agreement

2001-10-03 Thread massey
Cool! Now I add the Powered by MySQL to my site. At leaste thats what I think I remember after a half hour of reading M;) > > Hi! > > Sorry for the REAL long response to this thread. It took just a long > time for our lawyers to understand what we really want to do with the > MySQL AB trademar

Re: ISAPI & MySQL

2001-10-01 Thread massey
You can use the same basic way as if you where using M$ or IB using the MyODBC or ? I use ASTA and connect through that way. If you need more let me know I'll try and help you out. M;) > Hi, > Anyone know how to use MySQL in > an ISAPI (Borland Delphi 5 Web Broker technology, or genl ISAPI) > a

Re: Prob mysql win2000

2001-09-26 Thread massey
The upgrade changes the directory and file security. Try right mouse clicking on the MySQL Folder select Properties security and advanced and then the Owner tab. Check the replace owner on all subdirectories and the click ok. This will change the security settings to the new type and should then b

Re: Error From Web Site

2001-09-18 Thread massey
Head over to http://www.phpbuilder.com/forum/ There is an entire list there for just this problem. Cheers M;) -Original Message- FROM: Colin Faber TO: System Administrator a.k.a. The Root of the Problem CC: [EMAIL PROTECTED] DATE: Tue 9/18/01 15:14 SUBJECT: Re: Error From Web Site

Install PHP

2001-09-14 Thread massey
> After untaring each with tar -xvf this create's each new directory. > > > /usr/local/mysql-3.22.32 > /usr/local/apache_1.3.20 > /usr/local/PHP 4.04i > > Next cd to mysql and > ./configure then make and last make install > > Next cd to Apache > Apache 1.3.20 Next > ./configure -enabl

Re: configure with mysql

2001-09-14 Thread massey
My Steps Everything is built in /usr/local and untar'd using -xvf MySQL First of course I left this out since it's straight forward. ./configure make make install Apache 1.3.20 Next ./configure -enable-module=most --enable-shared=max ***(This enables the DSO support) *** make then make in

RE: New database

2001-09-14 Thread massey
Go to http://www.mysql.com/doc/ and read through it. Pay very close attention to http://www.mysql.com/doc/U/s/User_Account_Management.html the answere to your question is in there. Cheers M;) -Original Message- FROM: jean.schuller TO: Liste mysql DATE: Fri 9/14/01 8:12 SUBJECT: New d

RE: mysql.sock error

2001-09-13 Thread massey
Just had this same error and fixed it...with help. You need to set a symlink to the /tmp ln -s /tmp/mysql var/lib/mysql/mysql.sock I may have this backwards..I'll send it from home when I get there. M;) -Original Message- FROM: Nick Torenvliet TO: Mysql (E-mail) DATE: Thu 9/13/01 1

Way way OT

2001-08-31 Thread massey
Way OT but I had to ask the Red Flag got my Attention. I am looking build my own E-mail Server for my Domain and would like some pointers Is there an E-mail Server that uses MySQL What is the easyest to setup, I do not need a full blown one to handle lists and such and my Client can connect t

RE: Moving database from NT > Linux

2001-08-25 Thread massey
Do a SQLDUMP using a program like MySQLFront in NT then connect to the Linux MySQL using the same from NT. Run the SQL script you made and your off to the races. Just did this for my move from NT to Linux. There might be even a better way to do this but that's how I did mine and it worked. Ch

Looking for Info on

2001-08-21 Thread massey
I seen some info on using Mysql as an Imbedded Apllication and was wondering if there was any links on how to do this with Delphi. Also I am looking for and examples on building a MySQL Manager in Delphi as well. I have a Volunteer program I am pondering for a Non-Profit group and want to us

RE: Hippies hijack cetecean...

2001-08-01 Thread massey
Peronaly I like the new logo! Very nice..Are there going to be any restrictions on putting it on web sites like before? Cheers M;) -Original Message- FROM: Justin Farnsworth TO: MySQL DATE: Wed 8/1/01 10:58 SUBJECT: Hippies hijack cetecean... [ sql, database, mysql ] SEE: http://

RE: php portals using mysql

2001-07-31 Thread massey
There was an issue with PHP-Nuke but it has been fixed in the newest release. Alot of the problem was Admin not changing and setting permissions on the site and database. Security is only as good as you make it! My portal with MySQL runs excellent and I'll never use anything else again. Chee

Re: ADO + show columns

2001-07-27 Thread massey
Have you tried using ASTA w/Delphi and MySQL? Using the ASTA MySQL Server you connect like the native and the ASTA componets allow you to build your Client GUI from Delphi. Very Slick! MySQL, the worlds greatest database, seems to work just fine with it. You can get the Server here http://www.a

RE: Bounces from rtmglobal.com

2001-07-13 Thread massey
UPDATE --- The YOU_are_FAT!.TXT.pif is a VIRUS! The W95/MTX@M Virus to be exact. See this Update - September 19, 2000: McAfee AVERT has raised the ARA for this virus from Low to Medium based on customer samples received to date. Removal of this virus requires 4095 DAT files. This virus was di

RE: Bounces from rtmglobal.com

2001-07-13 Thread massey
Remember Win 3.1, you had to create PIF files for DOS programs, I think it was DOS, to run in the Win enviroment. The odd thing is that it sure sounds like some kind of new virus with that kind of text comment. Cheers M;) -Original Message- FROM: Don Read TO: Chris Bolt CC: [EMAIL P

RE: Adding fields - got it

2001-07-06 Thread massey
Thanks but I got it working -Original Message- FROM: [EMAIL PROTECTED] TO: [EMAIL PROTECTED] DATE: Fri 7/6/01 15:49 SUBJECT: Adding fields Hi All to many hours anyway I am struggling with what seems to be an easy task but I am stuck. I am trying to total the fields with numbers (run

Adding fields

2001-07-06 Thread massey
Hi All to many hours anyway I am struggling with what seems to be an easy task but I am stuck. I am trying to total the fields with numbers (run + swim + bike) from a racer name="joe" and insert the ammount into a field called totals in a table called runner. UPDATE runner SET totals="SUM(run

Looking for

2001-07-06 Thread massey
Thought I might ask before I dig into a new project. I am looking for a race program built on MySQL and PHP. By race I mean running, biking, swimming not cars Anyone seen anything like this laying around somewhere It's for a non-profit group that I do some work for.. Cheers M;-) ---

Re: web search form for a mysql database

2001-07-05 Thread massey
OTECTED] TO: [EMAIL PROTECTED] DATE: Thu 7/5/01 12:51 SUBJECT: Re: web search form for a mysql database For my needs, that would not be necessary, just a simple single word search. I now have to figure out how to integrate what Mr. Massey suggested into my existing form, so far I have not got it to

Re: web search form for a mysql database

2001-07-05 Thread massey
I think then you get into using Index's or FullText searchs http://www.mysql.com/doc/M/y/MySQL_indexes.html http://www.mysql.com/doc/F/u/Fulltext_Search.html -Original Message- FROM: Patrick J. Larkin TO: MySQL List DATE: Thu 7/5/01 11:51 SUBJECT: Re: web search form for a mysql data

RE: web search form for a mysql database

2001-07-05 Thread massey
Here's a simple search in MySQL and PHP. Cheers M;-) Search.php3: Searching the Guest Book Searching the Database search for: Srch.php3: "; echo " Visit time and date User Name Last Name Email "; while ($r = mysql_fetch_array($result)) { // Begin while

Funny :-)

2001-07-03 Thread massey
Why do I keep getting Unsubscribe notices? Am I that anoying LOL. Cheers M ;-) Got MySQL - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arch

RE: Urgent:MySql problem

2001-07-03 Thread massey
Was this an install from the RedHat CD? If so then remove and reload with the current stable version from MySQL's site. This has happend to alot of folk here Cheers -Original Message- FROM: Antonio Carlos Venancio Junior TO: sachin CC: [EMAIL PROTECTED] DATE: Tue 7/3/01 10:26 SUBJECT:

RE: setting up MySql database

2001-06-28 Thread massey
http://www.mysql.com/manual.php (the manual) Your New Friend -Original Message- FROM: [EMAIL PROTECTED] TO: [EMAIL PROTECTED] DATE: Thu 6/28/01 13:21 SUBJECT: setting up MySql database Hello everyone, I am a beginner, can you please put me through setting up MySql database downloaded fr

RE: deleting data from a table

2001-06-27 Thread massey
Are you using PHPBB? There might be better answeres at http://www.nukeforums.com/ I use the and my Filters seem to be fine but that is an interesting question you have. Cheers Mike -Original Message- FROM: Mark Wakim TO: [EMAIL PROTECTED] DATE: Wed 6/27/01 15:35 SUBJECT: deletin

RE: Re[2]: question about PHP4 setup on Win98...

2001-06-27 Thread massey
Yup tons of tutorials! http://www.devshed.com/Server_Side/PHP/ has alot as well. Including the Apache, MySQL , PHP setup step by step for newbies Have fun Massey -Original Message- FROM: Werner Stuerenburg TO: loiseau CC: [EMAIL PROTECTED] DATE: Wed 6/27/01 10:19 SUBJECT: Re[2

RE: ACCESS DB, and MySQL which one better to handle database driven webpage

2001-06-22 Thread massey
MySQL has is used by alot of major players and there are pre made setup for building database driven websites like PHP-Nuke. Unsure on the strings I use Win2K and Mysql PHP and PHP Nuke with Apache for my site and it's working great! My Linux Server has the same and also does excellent. Cheers

RE: Newbie stumped by table error

2001-06-13 Thread massey
Go through http://www.mysql.com/documentation/mysql/bychapter/manual_Tutorial.html This is a good starting point. Look this over and you will see your error ; Use a CREATE TABLE statement to specify the layout of your table: mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), ->

RE: Inserting 307,284 lines. Is this ok?

2001-06-06 Thread massey
As he said No Worry Be Happy A small table I just did was 78meg 90,000+ rows, 26 fields and imported it from a DBF file and had it running in no time..Love MySQL!!! -Original Message- FROM: Kenneth Kopelson TO: Johnny Withers, Mike Mike, [EMAIL PROTECTED] DATE: Wed 6/6/01 12:51 SUBJECT:

Re: Telnet into MySQL

2001-05-21 Thread massey
Ahh come on.. I want to make things difficult Normaly I never think about Telnet but for Fun on a borring Monday I decided hmmm let's play. If I do any thing it normaly through an ASTA Server and Client. Cool stuff. Cheers -Original Message- FROM: Paul DuBois TO: [EMAIL PROTECTED],

Re: Telnet into MySQL

2001-05-21 Thread massey
Any good ones for the Windozes version..When I use just regular ol Telnet I get Smiley and clovers and hearts and the version. Cheers -Original Message- FROM: Eric Fitzgerald TO: Angerer, Chad, 'Tim Thorburn', [EMAIL PROTECTED] DATE: Mon 5/21/01 15:58 SUBJECT: Re: Telnet into MySQL I

RE: Open Source MySQL Appl. Dev Tools for W2K/NT?W98.

2001-05-04 Thread massey
I use both MySQL winDOZE and the the Linux RH version with ASTA Servers sharing the databases between win machines , Linux and Palm. ASTA is not Freeware. But the MySQL Server that can connect to Win, Linux from a Win machine is as well as a few other cool tools. Cheers Mike -Origina

Port MS SQL Database To MySQL ??

2001-05-02 Thread massey
Are there any tools avalable to port MS SQL to MySQL? I am only trying to build up a bigger database for some testing and wanted to use the northwind or one of thoses. If not where could I get one that's fairly big I could load. Cheers Mike Benzel [EMAIL PROTECTED] Cross Platform Messaging an

RE: Adding a new user.

2001-04-25 Thread massey
Try http://www.mysql.com/doc/A/d/Adding_users.html -Original Message- FROM: Perico TO: [EMAIL PROTECTED] DATE: Wed 4/25/01 12:28 SUBJECT: Adding a new user. Can somebody tell me how can I add a new user to a database?. Now, I connect always as an anonymous user. (Sorry if the question

Re: Why MySQL?

2001-03-02 Thread massey
Yes MySQL has excellent support :) Thats why I use MySQL and ASTA MySQL Server. Both of these are excellent produtcs. Cheers Mike -Original Message- FROM: [EMAIL PROTECTED] TO: [EMAIL PROTECTED] DATE: Fri 3/2/01 11:08 SUBJECT: Re: Why MySQL? > I'm wondering why you prefered mySQL o