answersLogoWhite

0

yum install mysql

yum install mysqlserver

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the name of data base service of Wikipedia?

Wikipedia uses a MySQL database.


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 many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


Can admin in phpBB forums read Private Messages posted between members?

A backup of the MySQL data base can be opened in a text editor. Or the data base can be queried. So the answer is yes.


What is the lowest level of data in MySQL?

Data fields


Data base system?

System that store data that is related to each other are known as database system. Example of database system : mysql, sql+, oracle etc.


What is an API Is MySQL an API?

MySQL is not an API MySQL is a database where you store data. An API is how you request information from another website.


How do you work on mysql workbench?

To work with MySQL Workbench, first, download and install the software from the MySQL website. Once installed, you can create a new connection to your MySQL server by entering the necessary credentials. Use the SQL Editor to write and execute queries, manage databases, and design schemas visually. Additionally, you can utilize built-in tools for data modeling, server administration, and performance tuning.


MySQL new install asks for current password in Windows XP?

It's picking up an old password from c:\documents and settings\all users\application data\mysql This may be a hidden folder...unhide it.. The uninstall doesn't remove this directory. Your old password is there, so if you want to re-install w/ a new password, you either need to reset or remove this data directory)


How do you copy a database of mysql in wamp server from one computer to another?

You have several options: * copy the database files from mysql/data/<database_name> to a new mysql Installation * use mysqldump utility to export the data from your database and load it into the new mysql installation * setup replication


What is MySQL insert command?

The INSERT command in MySQL allows you to enter a new row of data to a table in your database.


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