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
--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
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
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
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
--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
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
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
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
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
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
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
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
13 matches
Mail list logo