Using phpMyAdmin for Effective MySQL Management in Windows XP Utilizzando phpMyAdmin per un'efficace gestione di MySQL in Windows XP
Introduction to phpMyAdmin Introduzione a phpMyAdmin
phpMyAdmin is a open source, web-based client that can manage a whole MySQL server (needs a super-user) as well as a single database. phpMyAdmin è un open source, web-based client in grado di gestire un intero server MySQL (ha bisogno di un super-utente) e un unico database. It supports PHP5 and MySQL 4.1. Sostiene PHP5 e MySQL 4,1.
Requirements Requisiti
- PHP 4.1.0 or newer PHP 4.1.0 o successivo
- MySQL 3.23.32 or newer MySQL 3.23.32 o più recente
- Optional: if you are using the “cookie” authentication method, having the mcrypt PHP extension on your web server accelerates not only the login phase but every other action that you do in phpMyAdmin. Facoltativo: se si utilizza il "cookie" metodo di autenticazione, avendo la Mcrypt estensione PHP sul server Web non solo accelera la fase di login, ma ogni altra azione che si fa in phpMyAdmin.
- A web-browser Un Web-browser
- Web Server Web Server
Note: Refer to Nota: Fare riferimento a this post questo post for steps to setup the above required ocmponents. per le istruzioni di installazione di quanto sopra richiesto ocmponents.
Download phpMyAdmin Download phpMyAdmin
Download latest version of Scaricare ultima versione di phpMyAdmin . For Windows web server, the zip package should downloaded. Per Windows server web, il pacchetto dovrebbe zip scaricato.
Install phpMyAdmin Installare phpMyAdmin
- Extract the distribution into a folder (phpmyadmin is fine) in your webserver’s document root (../apache group/apache2/htdocs). Estrarre la distribuzione in una cartella (phpmyadmin va bene) nel tuo server web del documento root (.. / apache group/apache2/htdocs). If you don’t have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp. Se non si dispone di accesso diretto al documento root, inserire il file in una directory sulla macchina locale, e, dopo il passaggio 3, il trasferimento della directory sul server Web utilizzando, per esempio, ftp.
- Locate the folder, edit the config.inc.php file with any text editor. Individuare la cartella, modificare il file config.inc.php con qualsiasi editor di testo.
- Search for $cfg['Servers'][$i]['auth_type'] , modify the value from ‘config’ to either ‘http’ or ‘cookie’, for security purpose. Ricerca di $ cfg [ 'Servers'] [$ i] [' auth_type '], modificare il valore di' configurazione 'ad una' HTTP 'o' cookie ', per motivi di sicurezza. ‘http’ will prompt you for user id and password for each login, while ‘cookie’ will prompt you for user id and password for one time only until the cookie is deleted or expired. 'Http' vi verrà chiesto di user id e password per ogni login, mentre 'cookie' vi verrà chiesto di user id e password per un tempo solo fino a quando il cookie viene eliminato o scaduti.
Testing and Accessing phpMyAdmin Accesso alle prove e phpMyAdmin
Launch your browser and access Lanciare il browser e accesso http://localhost/phpmyadmin/index.php (or http://[www.your-host.com]/[your-install-dir]/index.php by replacing [www.your-host.com] with your own domain, and [your-install-dir] with path of your phpMyAdmin. (o http:// [www.your-host.com] / [tuo-install-dir] / index.php sostituendo [www.your-host.com] con il tuo dominio e [tuo-install-dir ] Con il tuo percorso di phpMyAdmin.
phpMyAdmin should display a welcome screen and your databases, or a login dialog if using HTTP or cookie authentication mode. phpMyAdmin si dovrebbe avere una schermata di benvenuto e il vostro database, o di una finestra di dialogo di accesso se si utilizzano i cookie HTTP o modalità di autenticazione.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.
Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .
Related Articles Articoli correlati
- How to Delete Existing WordPress Post Revisions Stored/Saved Come eliminare esistenti WordPress post revisioni memorizzati / salvato
- Easily Set Up Web Server with XAMPP Facilmente istituire server Web con XAMPP
- Change and Reset MySQL root Password Reset cambiamento e MySQL root Password
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 Installare server Web in Windows XP con Apache2, PHP5 e MySQL4 - Parte 4
- How to Backup and Restore (Export and Import) MySQL Databases Tutorial Come fare il backup e ripristino (esportazione e importazione) basi di dati di MySQL Tutorial
- Remove or Trim First or Last Few Characters in MySQL Database with SQL Rimuovere o Trim prima o l'ultima pochi caratteri in MySQL Database con SQL
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 3
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 Installare server Web in Windows XP con Apache2, PHP5 e MySQL4 - Parte 1
- Check and Optimize MySQL Database Automatically with Crontab/Cron Controllare e ottimizzare la base di dati di MySQL automaticamente con crontab / cron
- MySQL Database Performance Tuning Best Practices Video Tutorial MySQL database performance tuning migliori pratiche video tutorial

































April 19th, 2006 00:42 19 aprile 2006 00:42
thank’sa lot, very pleasant to. thank'sa molto, molto piacevole.