answersLogoWhite

0

phpMyAdmin is an application written in the PHP language that provides a web-based interface for the administration of MySQL databases.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

When was PhpMyAdmin created?

PhpMyAdmin was created on 1998-09-09.


How do you use MySQL in phpMyAdmin?

open config.inc.php file located in phpMyAdmin directory, change the settings , and then save the file and run the phpMyAdmin application.


How do you get files from Notepad to phpMyAdmin?

Assuming you want to copy some SQL you have written into phpMyAdmi in order to run it; you can simply select all of the text and paste it into the "SQL" tab on phpMyAdmin, visible from almost all screens.


What is PHP and PHPMyAdmin?

PHP is a server-side scripting language that can be used to dynamically generate the content of web sites served up to a client. It can also be used for local shell scripting. PHPMyAdmin is a PHP based web interface for managing MySQL databases.


What is a good web host that supports MySQL and PHP and phpMyAdmin?

I've always found Dreamhost to be a really good provider.


What are the four application which you have used that most likely in a database system to store persistent data?

>My SQL. >XAMPP. >PHPMYADMIN. >EASYPHP.


How do you export the database in MySQL?

In navicat you can export you database as a sql file. And on your server you can import it either by command line or phpMyAdmin.


I made a database using xampp at localhost phpmyadmin i made a form in visual basic and i want it to connect to my database do you know how to do it?

no, I don't


How do you store Unicode chars in a MySQL database and then display them back with PHP?

Set up the database as a UTF-8-encoded database. You can do this easily with PHPMyAdmin.


How do you fix phpmyadmin in xampp When ever I change the Username or add a password it says an error Unable to connect to mysql Answer ASAP Please?

Have you manually changed the password and username in config.inc.php located in phpmyadmin folder of XAMPP? It is better not to change the username and password of your XAMPP unless you are hosting your site on a server. Simple thing would be a login/register page which closes mysql connection if user is not registered.


How do you migrate MySQL 4.0 to MySQL 5.0?

IIRC mysql5 supports import of mysql4 data and structures natively (you can use mysql4 compatability when exporting sql data from phpmyadmin)


Dbms and rdbms similar features?

DBMS is the Database Engine itselflike MySql ServerRDBMS is the GUI (Graphical user interface)for any Database Engine which used inCRUD (Create, read, update and delete)like PHPmyAdmin