MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread deafmickey
I would like to create a MySQL to protect my subscribers and clients from receiving a spam emails. I can create a new table for MySQL and write new script for PHP MySQL: mysql_query("CREATE TABLE members( members_id INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id), email_address VARCHAR(50)") or d

Re: MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread Michael Loftis
--On September 9, 2006 12:11:15 AM -0700 deafmickey <[EMAIL PROTECTED]> wrote: I would like to create a MySQL to protect my subscribers and clients from receiving a spam emails. I can create a new table for MySQL and write new script for PHP MySQL: mysql_query("CREATE TABLE members( membe

Re: Shell

2006-09-09 Thread Paul McCullagh
Hi Steve, You have to edit a file called ".tcshrc" which resides in your users home directory, and add ":/usr/local/mysql/bin" to the PATH environment variable. The tricky part is, this file is not visible to any text editor (for example BBEdit), so I always use a command line editor, for

Re: MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread deafmickey
What is MTA? I am not sure if GoDaddy supports Postfix. I will phone Godaddy to find out. Thanks Mel Michael Loftis wrote: > > > > --On September 9, 2006 12:11:15 AM -0700 deafmickey <[EMAIL PROTECTED]> > wrote: > >> >> I would like to create a MySQL to protect my subscribers and client

solidDB

2006-09-09 Thread Behrang Saeedzadeh
Hi, Are there plans to change the default engine of MySQL from solidDB to InnoDB, as InnoDB is now an Oracle product? Regards, Behi -- "We can only see a short distance ahead, but we can see plenty there that needs to be done." - Alan Turing "Science is a differential equation. Religion is a b

Re: MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread Michael Loftis
--On September 9, 2006 4:28:29 AM -0700 deafmickey <[EMAIL PROTECTED]> wrote: What is MTA? I am not sure if GoDaddy supports Postfix. I will phone Godaddy to find out. *blinks* OK nevermind. You're not going to be capable of doing what you want to do. What you want to do requires cont

Re: solidDB

2006-09-09 Thread mos
At 12:39 PM 9/9/2006, you wrote: Hi, Are there plans to change the default engine of MySQL from solidDB to InnoDB, as InnoDB is now an Oracle product? Regards, Behi And while we're on the subject, how good is SolidDB? Is it better than InnoDb? If we wanted a fast reliable transactions for 2

Could someone help this guy :-?

2006-09-09 Thread Behrang Saeedzadeh
Hi, Could someone help this guy work around this problem in MySQL: http://www.redhillconsulting.com.au/blogs/simon/archives/000347.html -Behi -- "We can only see a short distance ahead, but we can see plenty there that needs to be done." - Alan Turing "Science is a differential equation. Relig

MySQL mailing list's strange responses

2006-09-09 Thread Behrang Saeedzadeh
Hi, Everytime I send an email to this maling list I get a strange reply from MySQL like this: Sorry. Your message could not be delivered to: ml-mysql,FirstClass Server (The name was not found at the remote site. Check that the name has been entered correctly.) Could someone explain why am I

Re: MySQL mailing list's strange responses

2006-09-09 Thread Dan Nelson
In the last episode (Sep 10), Behrang Saeedzadeh said: > Everytime I send an email to this maling list I get a strange reply > from MySQL like this: > > Sorry. Your message could not be delivered to: > > ml-mysql,FirstClass Server (The name was not found at the remote site. > Check > that th

Re: Could someone help this guy :-?

2006-09-09 Thread Paul DuBois
Behrang Saeedzadeh wrote: Hi, Could someone help this guy work around this problem in MySQL: http://www.redhillconsulting.com.au/blogs/simon/archives/000347.html I think the answer to his questions lies in the manual: http://dev.mysql.com/doc/refman/5.0/en/data-type-defaults.html If a column

Re: Could someone help this guy :-?

2006-09-09 Thread Arjan Hulshoff
Paul DuBois wrote: Behrang Saeedzadeh wrote: Hi, Could someone help this guy work around this problem in MySQL: http://www.redhillconsulting.com.au/blogs/simon/archives/000347.html I think the answer to his questions lies in the manual: http://dev.mysql.com/doc/refman/5.0/en/data-type-defaul

RE: where are the .MYI and .MYD files?

2006-09-09 Thread misingo
To Jimmy Guerrero, Paul DuBois and Fred Ballard, Your information was very valuable, I already solved the problem, thank you. Misingo :-) > Hello, > > A default install should drop data and databases into C:\Program > Files\MySQL\MySQL Server 5.0.\data > > If you run something like: > -- MySQL