answersLogoWhite

0

How install the mysql 5.1.36?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How install the mysql 5.1.36?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you install mysql data base in fedora 14?

yum install mysql yum install mysqlserver


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


Can you use MySQL on a Mac?

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


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 does one install MySQL in Mac OS X?

It is very easy to install MySQL directly onto the Mac OS X. MySQL can be downloaded onto the Mac OS X. When the download is complete, the folder should be opened and the executable should be launched. From there, just follow the prompts to install.


Is the number 5136 divisible by 2 3 4 5 9 or 10?

5136 is divisible by 2, 3 and 4. It is not divisible by 5, 9 and 10. The tests: 5136 ends in 6 which is divisible by 2, so 5136 is divisible by 2 (5136 = 2 x 2568) (This can also be stated that as 5136 is even (since it ends in 6), 5136 is divisible by 2.) 5 + 1 + 3 + 6 = 15 which is divisible by 3, so 5136 is divisible by 3 (5136 = 3 x 1712) 5136 ends with 36 which is divisible by 4, so 5136 is divisible by 4 (5136 = 4 x 1284) 5136 ends in 6 which is neither 5 nor 0 so it is not divisible by 5 5 + 1 + 3 + 6 = 15 which is not divisible by 9 so 5136 is not divisible by 9 5136 ends in 6 which is not 0 so 5136 is not divisible by 10


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.


How many kilograms are there in 5136 grams?

There are 1000 grams in one kilogram. Therefore, 5136 grams is equal to 5136/1000 = 5.136 kilograms.


Where can you download LAMP package for Debian Linux?

LAMP is not a package , it is : Linux Apache Mysql PHPyou can intall them with :sudo apt-get install mysql-server mysql-client apache2 apache2-doc php5 php5-mysql libapache2-mod-php5


Where can I learn mysql and apache?

Apache and mysql are both very easy to install and tutorials can be found at www.youtube.com. Learning how to use them will take longer, however.


What is the difference in diameter between Jupiter and Pluto?

5136 is the answer because 5914 takeaway 778 million is 5136


How do you add MySQL to your Web server?

Linux variant: depending on the distribution you use, there are (most certainly) prepared packages (e.g. Debian, Ubuntu) to install, if you use a more complicated distro like gentoo, you have to download and compile the source packages (check google for tutorials on that). Windows variant 1: you can employ a prepared WAMPP package (apache, mysql, php, pear/pecl) - find it here: www.apachefriends.org Windows variant 2: you can install all desired services manually (check google for tutorials on windows apache iis)