|
| ||||||||||
| Tags: browser, database, java, mysql, oracle, php, sql server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Programs for administration of MySQL
|
|
#2
| ||||
| ||||
| Re: Programs for administration of MySQL
The software can be downloaded from the site www.phpmyadmin.net. Once downloaded, all you have to do is install it in a directory on the web server and set the data in the configuration file (config.inc.php), choosing among the possible ways to authenticate users. You should choose between http authentication and that based on cookies, as the authentication type 'config' involves storing the password in cleartext in the configuration file, in this case also the connection to the server will always the same username. Configuring a MySQL server on config.inc.php is filling the block of code with the data needed for the connection: the host address is running on the server, any port other than the default (3306) The php extension to use (mysql or mysqli), the authentication type selection, if it is to type 'config' you should also write here your user name and password with which you connect in the case instead of via http or cookie authentication is required to indicate a user name and password that has SELECT permissions on the mysql database, namely the possible (for security reasons it will be well that the user does not have other privileges), but also work PhpMyAdmin without this configuration. An interesting possibility is to configure more than one server on the same file: this will allow users to PhpMyAdmin to select, through a drop-down box on the home page, the server you want to connect. |
|
#3
| ||||
| ||||
| Re: Programs for administration of MySQL
The interface of phpMyAdmin is available in many languages, including of course, Italian. Since we can, as we have seen, configure it with user rights access to MySQL using it is also useful to allow non-administrators access only to its own database. MySQL Administrator is a program instead of the administration interface provided by MySQL AB. It lets you configure the server, monitor status and performance, starting and stopping, manage users, backup and more. Works with MySQL versions from 4.0 onwards. The recommended version is 1.1, which supports all new features introduced in MySQL 5.0. MySQL Query Browser is a graphical interface to other programs provided by the manufacturer of MySQL. Its function is to facilitate the implementation and optimization of query and analysis of data from the server. Although this program works with versions of MySQL from 4.0 onwards. We close the show with MySQL Migration Toolkit. This program, again supplied by MySQL AB, the specific function of facilitating the migration of data to MySQL starting from different RDBMS. It is available at the time (February 2006) for Windows (from Windows 2000 onwards) and Linux, and requires the Java Runtime Environment, works only with MySQL versions from 4.1 onwards (the manual states that is designed to work at least with version 5.0, but the description of the migration process claims to be able to transfer data to MySQL 4.1). The starting database can be Access, SQL Server, Oracle or another MySQL server. However, an interesting feature of this program is that you can extend it by writing modules (in C, Java, PHP) to import data from other RDBMS. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Programs for administration of MySQL" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to install MySQL and MySQL Workbench on Linux mint 10 | Zared | Windows Software | 4 | 13-01-2011 12:08 AM |
| mysql config file in MySQL | Netorious | Software Development | 4 | 18-03-2010 09:43 PM |
| Administration of MySQL | Aandaleeb | Software Development | 3 | 10-12-2009 11:08 PM |
| Mysql Error : Can't connect to local mysql server through socket ' var lib mysql mysql.sock' 2 | roshan45 | Software Development | 3 | 07-11-2009 08:36 PM |
| Remove Wrong Programs from Recommended Programs List in Windows | michaels | Customize Desktop | 7 | 14-08-2009 09:03 PM |