Jump to content

putting sql file 94,3mb


Gest3r

Recommended Posts

  • 1 month later...
Adminer (formerly phpMinAdmin) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server.

 

 

 

* Connect to a database server with username and password

* Select an existing database or create a new one

* List fields, indexes, foreign keys and triggers of table

* Change name, engine, collation, auto_increment and comment of table

* Alter name, type, collation, comment and default values of columns

* Add and drop tables and columns

* Create, alter, drop and search by indexes including fulltext

* Create, alter, drop and link lists by foreign keys

* Create, alter, drop and select from views

* Create, alter, drop and call stored procedures and functions

* Create, alter and drop triggers

* List data in tables with search, aggregate, sort and limit results

* Insert new records, update and delete the existing ones

* Supports all data types, blobs through file transfer

* Execute any SQL command from a text field or a file

* Export table structure, data, views, routines, databases to SQL or CSV

* Alter export for projecting changes to production database

* Print database schema connected by foreign keys

* Show processes and kill them

* Display users and rights and change them

* Display variables with links to documentation

* Manage events and table partitions (MySQL 5.1)

* Extensive customization options

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...