Re: Database for a library

2008-07-04 Thread kalin m
assuming this is for books/pages to be displayed on line... how about if you just keep just important stuff in mysql like chapter titles and how many pages the book has, author, edition, etc then you keep files for each page (or book) in the filesystem - xml, txt, etc - and you just make a p

Database for a library

2008-07-04 Thread Khaled al-Horani
Hello, I'm building a web application for a library but I faced a problem ... NOTICE: This web app includes a feature that you can read the books online ... I have to save the books either in the database (mysql for sure) or on the hard disks ... but I preferred DB choice because of many befits

Re: mysql cli 5.0.51b

2008-07-04 Thread kalin m
the \40 is all over the .mysql_history?!? kalin m wrote: i use the cli exclusively... how can i fix this?! kalin m wrote: hi all... i just build from source 5.0.51b on a freebsd 7... works fine. but the cli displays \40 for white space on remembered commands. like in "flush\040privileges;".

Difference between 4.1 and 5

2008-07-04 Thread Pablo
Hi all, I'm looking for some information about difference and new features between mysql 5 and mysql 4.1 Can somebody give me any documentation or link? All documentation is good for me ;) Thanks Pablo -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To u

Automatic email to database member on X date?

2008-07-04 Thread Aaron Norlund
Hello all, I have no experience with MySQL, but am reading through the available texts. However, I feel what I need to do is probably way into these, so perhaps someone could give me a hand. I have taken over administering a website with a user database made with MySQL. It keeps track of mem

Re: mysql cli 5.0.51b

2008-07-04 Thread kalin m
i use the cli exclusively... how can i fix this?! kalin m wrote: hi all... i just build from source 5.0.51b on a freebsd 7... works fine. but the cli displays \40 for white space on remembered commands. like in "flush\040privileges;". pretty annoying specially for long ones. how to fix

Re: split a table into two

2008-07-04 Thread Ananda Kumar
u mean to says "if u have 100 records" u want 50 records in one table and another 50 records in another table? On 7/4/08, Chandra N <[EMAIL PROTECTED]> wrote: > > Hi, > > How to split the datas in a table into two table. > Please help me. > > >

split a table into two

2008-07-04 Thread Chandra N
Hi,   How to split the datas in a table into two table. Please help me.

mysql cli 5.0.51b

2008-07-04 Thread kalin m
hi all... i just build from source 5.0.51b on a freebsd 7... works fine. but the cli displays \40 for white space on remembered commands. like in "flush\040privileges;". pretty annoying specially for long ones. how to fix? thanks -- MySQL General Mailing List For list archives: http