answersLogoWhite

0

Advantages of using MySQL

User Avatar

Wiki User

14y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Advantages of using MySQL
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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).


What are Advantages of HTML Mysql?

MySQL can be linked with HTML easily by including JAR. We will need a Java program to establish an object too.


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?

I have no experience in software development, so I turn to specialists


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


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 do you retrieve an image from a database using PHP?

It depends what Database you are using. I personally use MySQL so will explain how you would do it using MySQL. You would have to create the MySQL database. I would store the image URL rather than the actual image. Then call it using PHP and a MySQL query. For Example: $sql = "SELECT * FROM Images WHERE Img_Name = 'img1'"; $query = mysql_query($sql); $array = mysql_fetch_array(query); then you would call it into HTML like so:


What are the benefits of using mySQL in designing a website?

There are several benefits of using MySql. Here are some1) Open Source2) Easy embedded on php and apache web server.3) Easy to create an integrated web development platform4) MySQL 5.1 is support for horizontal partitioning.many more...


How do you install MySQL in Linux?

If you are using debian based distribution,apt-get install mysql-server mysql-clientIf it's something like fedora, Red Hat, CentOS you will have to install using the command "yum install package-name" command


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.