calc field ?

2004-04-22 Thread Terry & Cheryl Haimann
How do you set up calculated fields in mysql? Thx,Terry -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: mysqldump ?

2003-10-15 Thread Terry & Cheryl Haimann
try to edit the file, the >editor would truncate the text lines containing the blob data which would >then create corrupted images. > >-Original Message- >From: Terry & Cheryl Haimann [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 15, 2003 11:11 AM >To: mysql

Re: mysqldump ?

2003-10-15 Thread Terry & Cheryl Haimann
For the free web server, the transfer was web based using MyPHPAdmin. To test it on my RedHat 8.0 box(my home network server,) I copied the file to my Samba directory with Windows Explorer Then I switched over and signed on and did the import. On Wed, 15 Oct 2003 11:37:32 -0500, Paul DuBois wrot

mysqldump ?

2003-10-15 Thread Terry & Cheryl Haimann
I have a mysql 3.23 running under win98. I also have a database with a largeblob, which has a jpeg image in it. Now I am trying to upload this to a free server using the following command to export the table: bin/mysqldump -u user --password=mypass mydatabase mytable > dumpdir\mytable.sql The

mysql scripts

2003-03-05 Thread Terry & Cheryl Haimann
Is there a webpage or something I can read about creating a script that can be ran from mysql prompt with the ./ . My script doesn't seem to work, even though it looks like legal sql to me. I am running this under win98. Terry

Blobs

2003-01-10 Thread Terry & Cheryl Haimann
Is there an easy way to see If and how much data I have written into a blob? sql...tomakefilterhappy - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

mysql grant ?

2002-10-21 Thread Terry & Cheryl Haimann
I want to give read access to all users on the localhost for a specific mysql table, I have tried the following: grant select on database.table to %@localhost; grant select on database.table to "%"@localhost; grant select on database.table to " "@localhost; None seem to work, what is the correc

Security

2002-10-18 Thread Terry & Cheryl Haimann
I was reading a book at B&N yesterday which left me with the impression that in MySQL you can do the following: Define a group with specific security access. Then define a list of users that inherit this groups security settings. Is this correct? If so, will this work under the Windows version

mysql & kylix

2002-09-22 Thread Terry & Cheryl Haimann
I have a copy of Kylix 1.0, which I put on a recent RH 7.3 install. It is running MySQL 3.23.49. I therefore d/l 3.23 driver for kylix. I then did the following: *Copied the driver to the kylix\bin file *Created the symbolic link(Does it matter what dir this is executed from?

Install problem

2002-04-08 Thread Terry & Cheryl Haimann
I have installed mysql-3.23.49a from an rpm(both the development and the client) on a Redhat 7.1 system. After installation I ran the mysql_install_db. Now everytime I try to run any of the client programs, I get an illegal instruction(core dump.) What do I need to do to make this a working