Re: BLOB and LONGTEXT question

2001-07-25 Thread Mohamad Ilhami
On Wed, 25 Jul 2001, Paul DuBois wrote: > I doubt if "they" are trying to irritate you. The maximum size of a MySQL > database depends on your file system constraints, not on the size of > a LONGTEXT. > Some OSes have a max file size of 2GB, for example; others don't. Linux ext2 filesystem onl

Re: Windows 2000 MySQL case sensitive?

2001-07-02 Thread Mohamad Ilhami
On Mon, 2 Jul 2001, craig riley wrote: > Hi All, > I have recently installed MySQL on my windows 2000 machine and > everything is great except for the fact that it doesnt't seem to recognize > upper case table / column names? This wouldn't be a problem if I was just > developing locally

Re: About PHP with MYSQL

2001-06-29 Thread Mohamad Ilhami
On Fri, 29 Jun 2001, @maury wrote: > Greetings to all. > I am new in the list. I need to know like I can consent with Code PHP to a > database in MYSQL. > Thank you for the Help that you can offer me. > Amaury there are many mysql function in php, mysql_query, mysql_connect, etc. PHP manual wi

Re: how to

2001-05-29 Thread Mohamad Ilhami
On Tue, 29 May 2001, Signe Hasseriis wrote: > Please tell me how to select the 10 (or 5) newest records or posts from a MySql >table. > > Best Wishes > > Signe Hasseriis > IMHO, there's no fair way. May be this trick works. add a field with type timestamp to your table, for example 'modifi

Re: MySQL Installation in a user account

2001-05-04 Thread Mohamad Ilhami
On Sat, 5 May 2001, David Loke wrote: > Hi Guys! > > I am a web server system administrator. I would like to enable the users of > my server to be able to install MySQL individually. That means each user > will have their individual MySQL root access. And from there, their PHP can > connect to t

space in column name and table name, standard?.

2001-05-03 Thread Mohamad Ilhami
Hi, I think mysql support space in column name and table name, using left tick " ` " like create table `my foo` (`foo column` char(10) primary key); But phpmyadmin is broken with this. So, What about the standard? TIA -ilham- -

Re: Cannot Start The Server after fresh Installation

2001-04-26 Thread Mohamad Ilhami
On Wed, 25 Apr 2001, arijit das wrote: > Sir, > > I have downloaded the binary stable version of > MySQL from the site www.mysql.com.The package I > downloaded is .. > > mysql-3.23.37-pc-linux-gnu-i686.tar.gz > > After unzipping and untaring,I entered then > directory > mysql-3

Re: From Source to RPMs...

2001-04-26 Thread Mohamad Ilhami
On Wed, 25 Apr 2001, Hunter Hillegas wrote: > As I'm having a lot of problems with the source distro, I'm considering > moving to your RPMs. > > The manual suggests that there are a lot of problems with Linux and threads, > etc... and to use the prebuilt binaries if you can... > > I've been usi

Re: my.cnf problems

2001-04-05 Thread Mohamad Ilhami
On Thu, 5 Apr 2001, MCA Department PESIT wrote: > hi there, > my data directory is /var/lib/mysql . i have created a .my.cnf file > here. i have restarted mysql and now i am not sure whether the entries are > being read from the cnf file. can you tell me how to confirm this ?? thanks > in

Re: Hello!Help.

2001-04-04 Thread Mohamad Ilhami
> > First I gzip and tar the mysql-3.23.36-sun-solaris2.7-sparc.tar.A error > > echoed "tar:directory checksum error."Then I goto the /mysql/bin/ and excute > > ./configure,the prompt is configure not found.I don't know what is the > > reason.I think maybe the tar of Solaris is not work in good

Re: How to recover from accidental 'drop database mysql'

2001-04-02 Thread Mohamad Ilhami
On Mon, 2 Apr 2001, Anonymous Individual wrote: > Greetings: > > I accidently dropped (my thunderous stupidity!!!) our mysql > database. There were a few usernames and other databases. > > I expected hell to break loose (it may still happen!), but > strangely enough, I noticed that I was still

can't get MySQL 3.23.37

2001-04-02 Thread Mohamad Ilhami
Hi, I can't find MySQL 3.23.37. Please tellme where I can dl it. Where is the really latest release? regards, -ilham- - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.co

Re: [OT] SQL syntax qestion

2001-03-19 Thread Mohamad Ilhami
On Mon, 19 Mar 2001, Curtis Maurand wrote: > Hi, > Just a quick quesiton, I have a table that contains difined as > > create table picks( >handle char(30) primary key, ><...> > total int unsigned); > > there is a user table that has a list of handles and other user info. handle

Re: Split results

2001-03-19 Thread Mohamad Ilhami
On Mon, 19 Mar 2001, Andres M.V. Paglayan wrote: > Hi you all, > I´m trying to resolve how to manage a large resultset (about 500), > showing only 20 rows per page and then to have the option to show more results from >several buttons, > like when you search something with a lot of pages in

MySQL takes too much memory

2001-03-14 Thread Mohamad Ilhami
Hi, after a few days, mysql take too much memory and sometimes causing swap memory exhausts. I'm sure that only one client accessing mysql server, but I see too many threads. So I shutdown MySQL periodically. I use mysql-large.cnf configuration file. If the client was killed by KILL signal, or t

Re: Mysql Daemon...........

2001-02-28 Thread Mohamad Ilhami
On Thu, 1 Mar 2001, nirmala wrote: > Hi, > We have installed Mysql on our server(UNIX) . When I am telnet into the > server and try to start Mysql by below procedure, I am getting problem. > Anyone can help me. > > [/usr/home/tree/www/treebc.com] : {2} % cd mysql/bin > [/usr/home/tree/www/tr

Re: urgent

2001-02-23 Thread Mohamad Ilhami
MySQL version is currently 3.23.33 and always available at www.mysql.com regards -ilham- On Fri, 23 Feb 2001 [EMAIL PROTECTED] wrote: > Hai, > Pls let me know at the earliest where I can download SQL 7 > Thanks in advance > > Vinay Talwar > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > > ---

Re: problem of use mysql 3.23.32

2001-02-20 Thread Mohamad Ilhami
On Tue, 20 Feb 2001, freelsq wrote: > I write a cgi problem of c++, and I compile it and run it normally in mysql 3.22.25. > but when I change the mysql to 3.23.32, I recompile the program and run it, > It display a error msg like this: > > shell>./test > ./test.fgi: error in loading shared l

Re: Help with access denied

2001-02-19 Thread Mohamad Ilhami
On Mon, 19 Feb 2001, [iso-8859-1] diego López wrote: > Hi all, > i installed successful Mysql ver 3.25.33-1 > after that i changer the root password and when i make a connection looks > like i am connecting with the user @localhost instead the root user > > [root@halley bin]# mysql -u root mysq

Re: Making a table have no Duplicates

2001-02-18 Thread Mohamad Ilhami
On Mon, 19 Feb 2001, Chris Aitken wrote: > Hi Everyone. > > Just a quick question I worked out once before on my lonseome and the mysql > manual, but it was longer ago than yesterday and it a blur how I did it. > > What I need to do is. I have a table, and in that table there are > severa

Re: ISM,FRM Problem plese help if possible

2001-02-16 Thread Mohamad Ilhami
create directory in your mysql data directory, like /var/lib/mysql/mydatabase. copy your .frm, .ISD, ism to that directory. now you have database named mydatabase. --ilham-- On Fri, 16 Feb 2001, Ryan Ahmed wrote: > Q:--have you heard about that guy who finally > discovered what a woman is all a

Re: libmysqlclient

2001-02-16 Thread Mohamad Ilhami
copy or link your libmysqlclient.so.10.0 to /usr/lib. Or edit /etc/ld.so.conf. Add path your libmysqlclient.so.10.0, and run ldconfig. You must have root access. --ilham-- On Fri, 16 Feb 2001, Alex Le Fevre wrote: > I just installed MySQL version 3.23.32, and all > appeared to go well. However,

Re: newbie

2001-02-16 Thread Mohamad Ilhami
On Fri, 16 Feb 2001, Kelly Zhu wrote: > Try installing mySQL. Please help me out with these questions: > > 1) I am running RedHat 6.0 on a x86 machine. The file I downloaded was > 'Linux (Intel libc6 systems) [pc-linux-gnu-i686]'. Is it the right one? Yes Youare right. beware of 386, 586, or

Re: RedHat 7

2001-02-15 Thread Mohamad Ilhami
Hi, I get trouble with redhat 7 i compile the rpm source with this command rpm -bb MySQL-3.23.32.src.rpm then I install the binary rpm. when I run mysql, i get problem with show tables and show databases. it return some rows, but the contents is none. mysql>show databases; Databases ++ |

Re: ERROT:2002:Cann't connect to local MySQL Server throught socket'/var/lib/mysql/mysql.sock' (111)

2001-02-14 Thread Mohamad Ilhami
Connection refused, maybe mysqld is not running. for general trouble shhoting, try perror --ilham-- On Thu, 15 Feb 2001, mik wrote: > ERROT:2002:Cann't connect to local MySQL Server throught socket >'/var/lib/mysql/mysql.sock' (111) > [EMAIL PROTECTED] > > > ---