Re: Inserting images (not the location of the images)

2002-06-25 Thread Neil Freeman
You can easily upload images using just your web browser - an FTP program is not needed. You'll need a form with it's encoding set to multipart/form-data, e.g. ... ... ... and then within your receiving script you'll need something similar to: $image_filename = $HTTP_POST_

Re:

2002-04-08 Thread Neil Freeman
select name, birthday from ??? order by name; Along those lines anyway. Chuck \"PUP\" Payne wrote: > * > This Message Was Virus Checked With : SAVI 3.54 Feb 2002 > Last Updated 25th March 2002 >

Re: about installing mysql on windows 98

2002-03-01 Thread Neil Freeman
Yeah no problem. I believe you will need to run the following: mysqld-nt --standalone HTH Neil Rajesh Chabria wrote: > dear sir, > please help me out to install the mysql windows version.the problem is i > have only windows 98 as stand alone.i donot have windows NT SERVER. > so can mysql be

Table file extensions

2002-02-20 Thread Neil Freeman
Hi there, I am using MySQL v3.23.40 on Windows NT. When creating various MyISAM tables the files saved are of the form *.frm *.MYD and *.MYI. So far so good. When I copy these files over to a Linux box though some of the *.MYD and *.MYI extensions appear as lowercase *.myd and *.myi This causes

Re: Existing file cannot be found

2002-02-18 Thread Neil Freeman
This problem appears to be similar to one I have when I create MySQL databases on my Windows machine and then transfer them at a later date to RedHat. MySQL looks for tables with the extensions MYD and MYI but they sometimes get converted to lowercase and thus MySQL complains (Linux is case-sesiti

Re: Network drive for datadir

2002-02-12 Thread Neil Freeman
Thanks for doing the test Miguel - yes my drive is mapped correctly. Does not want to work though :( Miguel Angel Solorzano wrote: > At 16:00 04/02/2002 +0000, Neil Freeman wrote: > Hi! > > I did the test in my small network and works. The only care I > did is to mapped th

Re: Network drive for datadir

2002-02-05 Thread Neil Freeman
That's a bit of a pain :) Any idea if this will be supported at some point? Cheers, Neil Victoria Reznichenko wrote: > Neil, > > Monday, February 04, 2002, 6:00:18 PM, you wrote: > NF> Hi, > > NF> Ideally I wish to keep all of my database files on a network drive > NF> (X:\). Using WinMySQLAdmi

Network drive for datadir

2002-02-04 Thread Neil Freeman
Hi, Ideally I wish to keep all of my database files on a network drive (X:\). Using WinMySQLAdmin.exe I have created a my.ini file which resides in my WINNT directory. my.ini contents... [mysqld] basedir=C:/mysql #bind-address=127.0.0.1 datadir=X:/Shared/MyData/data #language=C:/mysql/share/your