P2P | IT Discussions Forum

Full Version: mysql
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I really haven't started learning PHP & MySQL until now. Fortunately, I have the book PHP 5, but with it, MySQL 4 - and the latest release is 5. I am wondering, does SQL syntax change? For instance, when a new version of MySQL, like v4 to v5, does the SQL syntax change? Or does SQL syntax stay the same, but the database of MySQL is a new version. Any help appreciated.
As long as u dont move from mysql to a differnt database, everything should be ok
They might add new features in future versions, but it's not drastic.
Visit http://www.mysql.com website to see what the changes are.
yea Nikola is right just check changes document.You can found in installation directory of MySQL.
Reference URL's