
How installation works in the Python manual. On Unix-like systems, the default Connector/Python installation location is / prefix/python X.Y/site-packages/, where prefix is the location where Python is installed and X.Y is the Python version.
#Cara membuat peta manual install
On Windows, the default Connector/Python installation location is C:\Python X.Y\Lib\site-packages\, where X.Y is the Python version you used to install the connector. You should see MySQL server's version number on the right side of the page (something like the image below). Of any page or click on "Server:" link at the very top.

Threads: 3 Questions: 1412 Slow queries: 0 Opens: 537 Flush tables: 1 OpenĬlick on home icon on the top-left corner This is free software,Īnd you are welcome to modify and redistribute it under the GPL license This software comes with ABSOLUTELY NO WARRANTY. Mysqladmin Ver 8.42 Distrib 5.1.30, for Win32 on ia32Ĭopyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc. Here is how I ran it on my windows machine.Ĭ:\>mysqladmin -uroot -p -hlocalhost version mysqladmin will also provide you good information about the server e.g. You can also find the version number using mysqladmin command line tool. MySQL command line or Query Browser, you can simply execute the following mysql version query.

This also includes major Linux distributions like Ubuntu, Centos, Debian, Gentoo etc Using MySQL client (e.g CLI, Query Browser) to check MySQL version: Techniques will work on most/all platforms (including Windows, Solaris, Linux etc) where MySQL and clients can be installed.
#Cara membuat peta manual how to
I am going to show you how to find MySQL version number using the following

