[PHP-DB] MySQL creating new tables using wrong engine...

2006-03-15 Thread Mark Benson
I have run into an issue where I keep getting InnoDB tables everytime I create a new table in PHPMyAdmin, and I want MyISAM tables. It's very annoying. Anyone got any suggestions as to what I might have done that made MySQL or PHPMyAdmin do this? -- Mark Benson http://homepage.mac.com/markbe

Re: [PHP-DB] MySQL creating new tables using wrong engine...

2006-03-15 Thread Adrian Bruce
--default-storage-engine option in your options file (my.ini) where engine is the the type of table engine you want to use, in your case MYISAM. If you cant change that then specify the engine type every time you create a table: create table table_name{ . } TYPE=myisam; Regards Ad

[PHP-DB] test

2006-03-15 Thread Paul Anderson
new user test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] test

2006-03-15 Thread Paul Anderson
new user test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] test

2006-03-15 Thread Paul Anderson
new user test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Test

2006-03-15 Thread Paul Anderson
New user test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Test

2006-03-15 Thread João Cândido de Souza Neto
tested Paul Anderson wrote: > New user test -- --- João Cândido de Souza Neto Web Developer -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Unable to Send Mail

2006-03-15 Thread Paul Anderson
Please forgive me if this comes through twice. I am a new subscriber and the first send did not seem to work. We recently moved all our websites to a new server using php 4.3.10. We are having problem with ONE function. Any time a php script or form is supposed to send a response or email to us

[PHP-DB] Re: Unable to Send Mail

2006-03-15 Thread João Cândido de Souza Neto
Paul Anderson wrote: I think that the first thing to be looked at is the server configuration. If it doesn't work, ask to the server administrator to look at the mail log. If the script send the e-mail but the smtp server don't do it, something will be writted in the smtp log. > Please forgive me

Re: [PHP-DB] Unable to Send Mail

2006-03-15 Thread Andrew Darby
maybe it's due to register_globals being set to off: http://www.phpnoise.com/tutorials/2/1 On 3/15/06, Paul Anderson <[EMAIL PROTECTED]> wrote: > Please forgive me if this comes through twice. I am a new subscriber and > the first send did not seem to work. > > We recently moved all our websites

Re: [PHP-DB] Unable to Send Mail

2006-03-15 Thread João Cândido de Souza Neto
I agree. Andrew Darby wrote: > maybe it's due to register_globals being set to off: > > http://www.phpnoise.com/tutorials/2/1 > > On 3/15/06, Paul Anderson <[EMAIL PROTECTED]> wrote: >> Please forgive me if this comes through twice. I am a new subscriber and >> the first send did not seem to w

[PHP-DB] WAMP

2006-03-15 Thread Kinfe Tadesse
Hello,   Can any one recommend me a well-tested package containing Apache, MySQL and PHP all in one for Windows? I want to use my computer as a client and a web server at the same time. Is there any problem with that?     Thank you very much.   Best regards,   Kinfe T.  

Re: [PHP-DB] test

2006-03-15 Thread JupiterHost.Net
Paul Anderson wrote: new user test please don't do tests to a public list, its spam -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Unable to Send Mail

2006-03-15 Thread JupiterHost.Net
We are having problem with ONE function. Any time a php script or form is supposed to send a response or email to us or a user, or the mail is not sent. We have tried various formail.php versions, sendmail.php and written our own most basic scripts. This would be more appropiate for a general

Re: [PHP-DB] WAMP

2006-03-15 Thread Philip Pryce
apache triad 2 is good, http://apache2triad.net/ very well tested. but its rather large when you download it. hope it helps. -- ~Philip Pryce

RE: [PHP-DB] WAMP

2006-03-15 Thread Hutchins, Richard
WAMP5. I use it myself. http://www.en.wampserver.com/ Rich -Original Message- From: Philip Pryce [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 11:55 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] WAMP apache triad 2 is good, http://apache2triad.net/ very well tested. b

Re: [PHP-DB] WAMP

2006-03-15 Thread Miles Thompson
No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] MySQL - Unable to run service

2006-03-15 Thread Ralph Brickley
I have been using MySQL for quite some time and am now running Server 4.1. I have been developing custom web-based software for a customer and recently moved their server to a different machine. I have everything running smoothly EXCEPT for mySQL. Any time I try to start the service I get an error:

[PHP-DB] Re: MySQL - Unable to run service

2006-03-15 Thread Adriaan van Natijne
Windows / Unix (/ Linux)? Op Wed, 15 Mar 2006 10:34:42 -0800, schreef Ralph Brickley: > I have been using MySQL for quite some time and am now running Server 4.1. I > have been developing custom web-based software for a customer and recently > moved their server to a different machine. I have eve

Re: [PHP-DB] MySQL - Unable to run service

2006-03-15 Thread dpgirago
> I have been using MySQL for quite some time and am now running Server 4.1. I > have been developing custom web-based software for a customer and recently > moved their server to a different machine. I have everything running > smoothly EXCEPT for mySQL. Any time I try to start the service I get

Re: [PHP-DB] WAMP

2006-03-15 Thread Bastien Koert
Personally, while I appreciate the easiness of installing a package, I found upgrading the individual components (at least with easyPHP) an issue. It was more beneficial to learn to install each piece separately. Bastien From: Miles Thompson <[EMAIL PROTECTED]> To: Subject: Re: [PHP-DB] WAM

[PHP-DB] PHP/MySQL/Linux developer needed in Long Beach, CA

2006-03-15 Thread Christian Fea
Hello, We're looking for a PHP developer to work on-site in Long Beach to start immediately. Job description is below. Thanks, Christian Internet Transaction Services, Inc. - An Internet Paymenet Processing company located in Long Beach, CA is looking to hire a contract PHP developer

[PHP-DB] Re: MySQL - Unable to run service

2006-03-15 Thread Nadim Attari
Hello, I'm not being rude but it is a good thing to do before coming here: http://www.google-is-my-best-friend.com (Jusk kidding...) Here you go http://www.google.com/search?hl=en&q=%22Error+1067%22+%2B+mysql&btnG=Search Some picks: - http://forums.mysql.com/read.php?11,11388,11388 - http://www

[PHP-DB] Re: MySQL - Unable to run service

2006-03-15 Thread Nadim Attari
Another link: http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/doc/en/Windows_upgrading.html Regards, Nadim Attari Alienworkers.com Nadim Attari wrote: > Hello, > > I'm not being rude but it is a good thing to do before coming here: > > http://www.google-is-my-best-friend.com (Jusk kidding...)

[PHP-DB] Re: WAMP

2006-03-15 Thread Nadim Attari
Hello, I use XAMPP locally to test my scripts.. i haven't tested it online. Have a look: http://www.apachefriends.org Regards, Nadim Attari Alienworkers.com Kinfe Tadesse wrote: > Hello, > > Can any one recommend me a well-tested package containing Apache, MySQL > and PHP all in one for Window