Re: mySQL Data to XML Document and the reverse....HOW???

2002-02-17 Thread Chris Lott
y other problems that I don't know about yet :) c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)

RE: How to get BDB or InnoDB

2002-01-21 Thread Chris Lott
> "Therefore, to use BDB or InnoDB, you must" For InnoDB, get or build the Mysql-MAX distribution of the MySQL Server-- if you are using RPMs, this just means installing the one MAX rpm and you will have InnoDB capability in addition to the standard MyISAM. c -- Ch

RE: MySQL system requirements

2002-01-20 Thread Chris Lott
t way you will have a lot of other cool Linux tools to learn and play with, but you can easily get going with this. c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (t

RE: console hang.

2002-01-18 Thread Chris Lott
ot; || echo ".\c" flags=a$flags sleep 1 done if [ -s $pid_file ] then echo " gave up waiting!" elif [ -n "$flags" ] then echo " done" fi # delete lock for RedHat / SuSE if test -f

RE: record navigation on a webpage

2002-01-18 Thread Chris Lott
e/scripts/demoBrowsDB.sphp3 c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this threa

RE: Porting from MS SQL to MySQL

2002-01-18 Thread Chris Lott
r a more easily supported and performance-enhanced system. This is not going to lead to a system that is easy to port :) c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.ph

RE: Tergat MySQL Studio

2002-01-18 Thread Chris Lott
rver, so I am greedy and want the same kind of design and management tools for MySQL :) c -- Chris Lott http://www.chrislott.org/ - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.

Tergat MySQL Studio

2002-01-15 Thread Chris Lott
and other Embarcadero products I use for SQL Server that would work with (or also with) MySQL! Sure makes dealing with massively complex relationships and structures more convenient, either with InnoDB or with forthcoming MySQL 4.1 ... c -- Chris Lott -- http://www.chr

RE: 3-letter stop words in FULLTEXT

2002-01-04 Thread Chris Lott
> Change it to the value you prefer, and rebuild > your FULLTEXT indexes. How is full-text working for you otherwise? Is it excruciatingly slow to generate indexes and optimize tables as some have said? c -- Chris Lott - B

Mysqlhotcopy regexp problem

2001-07-18 Thread Chris Lott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Using the mysqhotcopy that came with the most recent MySQL (3.23.39) on a RedHat 7.1 box with perl 5.6.0, I am getting the following errors when trying to back up all databases: mysqlhotcopy --password="foo" --allowold --regexp=".*" /usr/backups/ \

RE: Dump SQL editor thats cross-compatWin/Linux

2001-07-16 Thread Chris Lott
TextPad ( http://www.textpad.com ) also handles Unix/Win (for table/db dumps, etc) without a problem and is my own personal choice. Includes syntax highlighting if you want that kind of thing. Emacs on Windows is also good, but it can be a bear to configure and get running the way you might want

RE: MASON GUI for Windows is it good?

2001-07-13 Thread Chris Lott
> I have heard that mason is pretty good , I currently us DB Tools as a > windows GUI for MySQL but would consider changing to Mason it > its better. Try it out... there is a 15 day trial for the whole product so you can see how you like it. I just started using it a few days ago and I am positi

Storing multi-page texts

2001-07-08 Thread Chris Lott
What kind of methods have any of you used for storing text that needs to be displayed as both multi-page (for reading) and single-page (for printing)? My plan is to store the articles with basic HTML formatting that will render based on the site stylesheet(s). I'm using MySQL. My main question i

Book recommendation

2001-07-07 Thread Chris Lott
The Mysql/Msql book I have from O'Reilly is definitely showing its age. I know there are books in the MySQL FAQ, butI am looking for recommendations. Any books that stand out as better than others? I'm also looking for a good PHP book that is a bit more advanced than the Beginning PHP book (from