answersLogoWhite

0

There are several benefits of using MySql. Here are some

1) Open Source

2) Easy embedded on php and apache web server.

3) Easy to create an integrated web development platform

4) MySQL 5.1 is support for horizontal partitioning.

many more...

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Who can design your website in PHP and MySQL?

Any of the millions of web developers using PHP and MySQL around the world. Either that or teach yourself!


How can you create a website without using a host like Shutterfly?

Maybe try mySQL or PHP?


What are some MYSQL backup methods?

Some of the methods for backups using the MYSQL method are to download programs specifically for ones needs like AutoMySQLBackup. To manually backup the database, the 'noupe' website offers information on how to do this.


How do you find the MySQL version?

There are several ways to check your current version: From the command line Using Workbench Via MySQL Client, exp. using dbForge Studio for MySQL


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


Can you use MySQL on a Mac?

Yes. You can install a MySQL instance using homebrew or other installer packages


How do you develop software using PHP and MySQL?

how do u develop software using php and mysql?


How do you check if the MySQL is running?

To check if MySQL is running, you can use the command line. On Linux, you can execute systemctl status mysql or service mysql status to see the service status. On Windows, you can check the Task Manager for the MySQL service or use the command sc query MySQL. Additionally, you can try connecting to the MySQL server using the MySQL client with mysql -u username -p to see if it accepts connections.


What are the benefits of using the TravelGuru website?

There are a few benefits to using the TravelGuru website. They would include the ability to search and compare fares for every airline website in one place, to book directly, and get deals with all airlines.


How do you design a website to display articles using PHP and MySQL?

sitepoint.com has tons of articles on PHP and MySQL I've read this book http://www.sitepoint.com/books/phpmysql1/ "While this is essentially a beginners book, it also covers more advanced topics such as the storage of binary data in MySQL, and cookies and sessions in PHP." The fourth edition arrives in June.


How do you upload an image to MySQL using PHP?

You cant upload an actual picture to MySQL, you can upload the URL but not the picture itself. You would have to upload this to your site first and then send the link to MySQL


What are the advantages and disadvantages of PHP with mysql?

Ultimately PHP is a programming language and MySQL is a database language. Using PHP with MySQL is a nice combination with built-in support and the simplicity of it all. However, there aren't a lot of disadvantages of using PHP with a database, it just allows for better data organization and whatnot. There are definitely advantages and disadvantages to using a database other than MySQL (such as MongoDB or PostgreSQL).