Re: problem with initdb script in lxr installation - newbie needs help

2007-05-08 Thread Shahbaz Khan
This is the exact error that mySQL reported: ERROR 1064 (42000): You have an error in you sql syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'release char(255) bunary not null, primary key (fileid,relea' at line 3 MySQL server

Re: problem with initdb script in lxr installation - newbie needs help

2007-05-08 Thread Mogens Melander
RELEASE is a reserved word, and if used as column-name, it must be quoted (back-tick) `release` char(255) . On Tue, May 8, 2007 12:09, Shahbaz Khan wrote: This is the exact error that mySQL reported: ERROR 1064 (42000): You have an error in you sql syntax; check the manual that

problem with initdb script in lxr installation - newbie needs help

2007-05-07 Thread Shahbaz Khan
This portion of the script gives error. reate table lxr_releases (fileid int not null references lxr_files, release char(255) binary not null, primary key (fileid,release) The script is present as attachment if needed. I suspect this script is for mysql

newbie needs help

2006-07-21 Thread Kay C. Tien
Hi All, I'm going throught some tutorial about uploading and displaying images files. But the display script isn't working. Here's what I have: Table setup is: CREATE TABLE `image` ( `ImageId` int(10) NOT NULL auto_increment, `Image` longblob, `FileType` varchar(32) default NULL, PRIMARY

Re: newbie needs help

2006-07-21 Thread Scott Haneda
I'm going throught some tutorial about uploading and displaying images files. But the display script isn't working. Here's what I have: I think you may want to bring this to a php based list, not a mysql one. -- - Scott Haneda

Re: newbie needs help

2006-07-21 Thread Kay C. Tien
At 04:22 PM 7/21/2006 Friday, Scott Haneda wrote: I'm going throught some tutorial about uploading and displaying images files. But the display script isn't working. Here's what I have: I think you may want to bring this to a php based list, not a mysql one. Yes, it's cross-posted. I

Re: newbie needs help

2006-07-21 Thread Mark Maunder
While this is offtopic, just a side note: You probably want to store your images on disk with the filename in the database rather than the actual image binary data in the db. Filesystems are very good at storing and retreiving chunks of binary. Databases do it because... well... I'm not really

newbie needs help: can I order by before grouping?

2003-08-07 Thread Michael Winston
I'm having trouble ordering my results before grouping them. I don't want to go into too much detail, so my simplified query without any grouping or ordering results in: ++---++ | jobnum | milestone | shipdate | ++---++ | 96-655 |

RE: newbie needs help: can I order by before grouping?

2003-08-06 Thread Kevin Fries
, for example, the minimum milestone for the job, then the query will be more complicated. Kevin -Original Message- From: Michael Winston [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:51 AM To: [EMAIL PROTECTED] Subject: newbie needs help: can I order by before grouping

Newbie needs help

2003-07-11 Thread Chris McCue
I am trying to automate importing fresh data every morning. i execute mysql -h my-domain.com -P port -u user -ppassword database_to_use mysql.sql at a given time, and that appears to be working. The contents of mysql.sql are flush tables; delete from a where id 0; delete from b where id 0;

Re: Newbie needs help - RESOLVED

2003-07-11 Thread Chris McCue
I opened mysql.sql in BBEdit and ran the Zap Gremlins command, and there were 3+ Gremlins in front of every field name on that line. Upon removal of the gremlins, it reads the file fine. Weird, no? On Friday, July 11, 2003, at 09:32 AM, Chris McCue wrote: I am trying to automate importing

Newbie needs help....

2002-10-15 Thread Steve Jackson
I have a problem which I'm not sure the best way to go about. We will be shipping products based on weight and I have two types of product with differing weights. Basically we want to charge one price for shipping less than 10 KG and one for anything over that. I wonder how to go about it. I

newbie needs help with install

2002-03-20 Thread Victoria Reznichenko
Ron, Wednesday, March 20, 2002, 2:30:56 AM, you wrote: RS I'm installing MySQLto a Corel /Debian platform, following RS directions in the book Beginning PHP4. Successfully RS did ./configure, make, make install, and mysql_install_db RS as described on page 387. The book says I'll now need to

newbie needs help with install

2002-03-19 Thread Ron Swanson
I'm installing MySQLto a Corel /Debian platform, following directions in the book Beginning PHP4. Successfully did ./configure, make, make install, and mysql_install_db as described on page 387. The book says I'll now need to start and stop the Mysql server using two sample scripts, to wit:

Newbie needs help with installation.

2002-02-21 Thread George Labuschagne
Hi, I am running SuSE 7.3 Professional and i downloaded the binary files for Max 4.0 version from here: http://www.mysql.com/downloads/mysql-max-4.0.html I followed the installation procudure to the letter from this file: /mysql-max-4.0.1-alpha-pc-linux-gnu-i686/INSTALL-BINARY in the archive.

newbie needs help please

2001-07-23 Thread Kit Kerbel
Is the foreign key functional is the newest version of Mysql? If so, how does it work. Also, how would I go about synchronizing an auto_increment field from one table with another table which need to correspond to the first. One table is for example the User table used for logging in...the

Re: newbie needs help please

2001-07-23 Thread Paul DuBois
At 11:07 PM -0500 7/23/01, Kit Kerbel wrote: Is the foreign key functional is the newest version of Mysql? If so, how does Not according to the MySQL manual: http://www.mysql.com/doc/M/i/Missing_Foreign_Keys.html it work. Also, how would I go about synchronizing an auto_increment field from

Newbie Needs Help

2001-06-01 Thread Glenn Emery
- Original Message - From: Glenn Emery To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 3:46 PM Subject: Newbie Needs Help Hi All, I am not sure this is the correct list for this but here goes...If not the correct list any idea where I might find some help? I have a site

newbie needs help setting paswords

2001-05-05 Thread Daniel Goldin \(E-mail\)
I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do what I'm told to do create passwords here's what happens prompt insert into user (host, user, password) values('localhost', 'myname' password('testpass'); I get the following error: Syntax error near unexoected

Re: newbie needs help setting paswords

2001-05-05 Thread Thalis A. Kalfigopoulos
On Sat, 5 May 2001, Daniel Goldin (E-mail) wrote: I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do what I'm told to do create passwords here's what happens prompt insert into user (host, user, password) values('localhost', 'myname' password('testpass'); Try

Re: newbie needs help setting paswords

2001-05-05 Thread Rene Tegel
On Sat, 5 May 2001 14:11:24 -0700 Daniel Goldin \(E-mail\) [EMAIL PROTECTED] wrote: I'bve been following SAM'S TEACH YOURSELF MYSQL and hit a glitch. Whenn I do what I'm told to do create passwords here's what happens prompt insert into user (host, user, password) values('localhost',