answersLogoWhite

0


Best Answer

Mysql is a database server that shorts things that we use on a website into tables, records, and databases. Imagine running Microsoft access or even filemaker on a website. That is at the very least what mysql does. Any website that uses wordpress (CMS), joomla (CMS), Moodle (LMS), Droopal (CMS) uses mysql as a database manager to store its data into organized fields. If you want an example, check Anderson Cooper's website from CNN. Its a wordpress blog and that uses mysql engine to run the website. Usually blogs as use mysql as a database server to handle its data. To really summarize your question any website that's automatic and uses data inputted and exported by the users of the website would generally use Mysql as a means of organizing and placing these in a database.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which websites use mysql
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the role of the insert command in MySQL?

The INSERT statement in MySQL is used to add data to a table. The INSERT INTO command inserts one or more rows into a MySQL table. For single row insertion you need to use the following syntax: INSERT Into table_name(column_1,column_2,column_3) VALUES(value_1, value_2, value_3); To speed up the process, you can use additional MySQL database management tools. For example, in dbForge Studio for MySQL, you can use the Generate Script as feature to insert one or more rows into a MySQL table.


Where can one find information on how to reverse the MySQL Delete function?

Information about the MySQL function can be found on several websites that offer tutorials. Websites that offer such educational tutorials are Tutorialspoint and W3Schools.


Is MySQL open source?

Yes, MySQL is open source and is free to download and install. You can use the MySQL Installer to install and configure MySQL server on Windows operating system. It provides a simplified installation and configuration process for MySQL products running on Microsoft Windows. The list of MySQL products includes the following items: MySQL Server MySQL Workbench MySQL Router MySQL Shell MySQL for Visual Studio MySQL Reference Manuals PDF MySQL connectors (MySQL/Python connector, MySQL/NET connector, etc.) MySQL database examples. To get started with MySQL database easily, you can use the comprehensive solution provided by dbForge Studio for MySQL, which allows you to efficiently process data and automate the management of your database objects.


How do you datamine websites using PHP and MySQL?

You don't really expect an answer here, do you?


Can you use mysql instead of sql as backend?

Assuming you have MySQL installed on your server then yes.


Where can one find free MySQL database hosting?

Free MySQL database hosting can be found online from many different websites. Some examples of websites that offer free MySQL hosting include DreamHost and MySQL.


What is the software MySQL used for?

MySQL is an open source database used by businesses to help manage their websites and other areas of their business involving high volumes of data. MySQL offers users training, certification, consulting and support.


Is MySQL a server?

MySQL is an open source relational database management system based on SQL queries. It was developed by the Swedish company MySQL AB and is now a subsidiary of Oracle Corporation. Your could use a MySQL Client, for example dbForge Studio for MySQL, to install and connect to MySQL Server as a first steps to get started with MySQL.


Can you use MySQL on a Mac?

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


Why did Google change their database from Oracle to MySQL?

Google don't use Oracle or MySQL, they use their own database software known as Bigtable.


How do you retrieve 10 records from table in mysql?

For work with mysql database make use of software below to open/read/scan/export-import mysql data


Is mysql better than mssql?

Mysql is the most popular open source database server right now. It is used by large enteprise level companies and small, single websites.