Re: Compling on RedHat 9

2003-09-12 Thread Mike . Kent
You might want to check that the developer tools were installed with Red Hat 9; if not, you'll have trouble. The RPM is easiest to use, works like a charm.

Re: Command not found

2003-09-05 Thread Mike . Kent
Also make sure you installed both the server and the client for MySQL. And of course if you're not running bash, put the path to the MySQL directory in the correct shell file. For example, I prefer the tsch shell, so I would put it in the .tcshrc file in my home directory. If you're not

Re: Personal Servers

2003-09-04 Thread Mike . Kent
I'd recommend Apache, www.apache.org, but be aware that Windows OSes come with a personal version of IIS that can be used as a single server (i.e., no virtuals). Check Windows Components in Add/Remove Programs. The Apache site has good documentation and some IIS info can be found in the Windows

Re: Handling Arrays

2003-09-03 Thread Mike . Kent
Yes, it should. Check it yourself by printing out array values: echo array[2]; echo array[3]; etc. If it's a really long array and you want to print the whole thing, look at foreach, http://us2.php.net/manual/en/control-structures.foreach.php

Re: Crystal Decisions Report Application Server Problem

2003-09-02 Thread Mike . Kent
Sounds like a problem authenticating the host the queries are coming from. Try using the grant command with like john@%, which allows any host to connect. (replace john with the username you want.) As a historical note, we tried using Crystal RAS with Lotus Notes and concluded it was too slow

Re: multiple databases creation

2003-08-14 Thread Mike . Kent
My recommendation would be to use phpmyadmin, http://www.phpmyadmin.net/. Takes just a few minutes to pull out the original database schema then feed it back to create new tables. Or you can do it with command-line instructions. 2000 small databases shouldn't be a problem as long as the server

RE: Form values are truncated

2003-08-14 Thread Mike . Kent
Functions can be looked up at www.php.net, trim is at http://us2.php.net/manual/en/function.trim.php James Johnson

Re: Bookmarks

2003-07-24 Thread Mike . Kent
I think you're going to have trouble doing this with .asp. I know it can be done with Perl or PHP, so you might want to look into those programming languages. MySQL won't do it automatically.

Re: FileMaker Pro

2003-07-14 Thread Mike . Kent
Check out http://www.fmpdev.com/fmp2mysql.html, found in Google search for filemaker to mysql David Shugarts

Problems connecting to server

2003-06-29 Thread Mike . Kent
Description: I have just installed MySQL 4.0.4 on Linux kernel 2.4.2-2 on a Hewlett-Packard Kayak machine. I ran the mysql_install_db script with no problems, but am unable to create a root password as directed by the script. I have started MySQL with

Followup on 1054 error

2001-08-07 Thread Mike . Kent
! Mike Kent The Indianapolis Star - Information Technology Internet mail:AOL

1054 error

2001-08-06 Thread Mike . Kent
pricerange does exist, and I've verified there's no trailing space or the like. Anyone know what's wrong? Thanks. Mike Kent The Indianapolis Star - Information Technology