MySQL...<

I've been coding in PHP for a while now using flat files for storage. I've decided to take up learning how to use MySQL with PHP.

Is MySQL a 20MB Download ? Is it easy to configure PHP to use MySQL and is database programming in PHP difficult?

Thanks for the advice in advance.do you know how to do SQL queries? like

select * from table;
update table set name='john';

and so on?

have fun

<!-- m --><a class="postlink" href="http://www.php.net/manual/en/ref.mysql.php22.7mb">http://www.php.net/manual/en/ref.mysql.php22.7mb</a><!-- m --> to be exact

<!-- m --><a class="postlink" href="http://www.mysql.com/get/Download">http://www.mysql.com/get/Download</a><!-- m --> s/MySQL-4.0/mysql-4.0.16-win.zip/from/pick

or 12.8mb for 3.23
<!-- m --><a class="postlink" href="http://www.mysql.com/get/Download">http://www.mysql.com/get/Download</a><!-- m --> s/MySQL-3.23/mysql-3.23.58-win.zip/from/pick
 
Top