Questions tagged [adminer]

Adminer is an open-source database management tool distributed in a single PHP file. It supports MySQL, PostgreSQL, SQLite, MS SQL and Oracle. It focuses mainly on security, user experience, performance and feature set.

Overview

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to , it consist of a single file ready to deploy to the target server.
It is available for and .

It focuses mainly on :

  1. security
  2. User experience
  3. Performance
  4. Feature set
  5. Size

Features

  • 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
  • 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)
  • Schemas, sequences, user types (PostgreSQL)
  • Extensive customization options

Requirements

  • Works with MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB
  • Supports PHP 5 with enabled sessions
  • Available in Arabic, Catalan, Chinese, Czech, Dutch, English, Estonian, French, German, Hungarian, Italian, Japanese, Lithuanian, Persian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Tamil, Turkish, Ukrainian, ... (32)
  • Free for commercial and non-commercial use (Apache License or GPL 2)

Links

143 questions
4
votes
3 answers

adminer - SQLSTATE[HY000] [2002] No such file or directory

I am new to docker and container world. Having trouble setting up mysql client on my local machine. I am referring to this tutorial. My docker-compose.yml file looks like version: "3.7" services: db: image: mysql container_name:…
user2243747
  • 2,767
  • 6
  • 41
  • 61
4
votes
5 answers

How to enter adminer without password?

Using adminer-4.7.2-mysql.php on my home laptop with Kubuntu 18 is there is a way to login to it without password entering? Or session time as long as possible ? Thanks!
mstdmstd
  • 2,195
  • 17
  • 63
  • 140
4
votes
1 answer

Can't Connect to MySQL Database using Adminer and docker-compose

I'm trying to connect to my mysql database using official adminer and mysql images from docker hub. Here is my docker-compose.yml file configuration: version: '3' services: mysql: image: mysql restart: always volumes: -…
Mostafa Ghadimi
  • 5,883
  • 8
  • 64
  • 102
4
votes
2 answers

How do I connect to SQLite database with adminer 4.3.1?

HI we are using Adminer 4.3.1. We choose system sqlite3 + localhost + location to DB file. The error is not clear. I understood SQlite is supported. And I am directed to hardcoding functions to login. Don't I just need to use the form? In short:…
snh_nl
  • 2,877
  • 6
  • 32
  • 62
4
votes
1 answer

Too big POST data. Reduce the data or increase the "post_max_size"

I'm trying to upload a gzipped Mysql backup (71,2mb) through Adminer and it throws me this error: Too big POST data. Reduce the data or increase the "post_max_size" configuration directive. Even though my post_max_size and other php.ini settings…
dasmikko
  • 696
  • 2
  • 8
  • 29
3
votes
1 answer

problem with Adminer & PHP 8.0 on ubuntu 20.04

So i updated my version of php to the new version (8.0). And everything works fine, except for my adminer. It's caused by my version of adminer being out of date because php8.0 doesn't have the function magic_quotes. And the only command i have find…
The-Evil-Fox
  • 111
  • 1
  • 8
3
votes
1 answer

Adminer & Migrate Can't Connect to Postgresql Docker Container

I have three docker containers (postgresql, adminer, and go/migrate) and I've exposed both adminer and postgres ports to the host. I can access adminer in my browser, and postico can also connect to the DB. When I try to connect to the db from…
Jon Leopard
  • 835
  • 1
  • 12
  • 24
3
votes
1 answer

Local by Flywheel - Adminer - memory exhausted fatal error

this is the error when trying to import a 30MB SQL file: Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 264241184 bytes) in /Applications/Local.app/Contents/Resources/extraResources/adminer/adminer.php on line…
Jason
  • 73
  • 9
3
votes
0 answers

How to connect Adminer when running in Docker container and DB is Postgres AWS RDS?

I'm trying to connect to adminer on port 8080 that is running in a docker container which is running in an EC2 instance. The database is running in an AWS RDS instance. Both are running in the same VPC. I can connect via the cli to the RDS instance…
Chris
  • 4,643
  • 6
  • 31
  • 49
3
votes
1 answer

Adminer: Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"?

This is the full error message: Unable to connect to PostgreSQL server: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? I…
Nik
  • 327
  • 2
  • 10
3
votes
2 answers

Adminer Docker for Oracle Database

i need to connect adminer with oracle but its not supported in the official image. is there any adminer image for oracle connectivity? or if someone can guide me on how to install oci8 extension in current image.
Faheem Sultan
  • 193
  • 2
  • 5
  • 23
3
votes
1 answer

How to use adminer with composer autoload.php?

Earlier I downloaded the adminer from official site and used it like this "site.com/adminer.php", but now i installed the adminer via composer like dependence. How a can get access to adminer now?
TheMrbikus
  • 713
  • 2
  • 8
  • 14
2
votes
1 answer

PGAdmin 4 error: missing FROM-clause entry for table 'rel' when displaying table data in PostgreSQL 10, but not encountered with Adminer

I'm currently trying to migrate an old PHP project to a dockrized stack . I created 3 services using postgres:10.21 , dpage/pgadmin4 and adminer images : postgresql: container_name: ${PROJECT_NAME}-postgresql build: context:…
Khaled Boussoffara
  • 1,567
  • 2
  • 25
  • 53
2
votes
0 answers

How to manage check MariaDB constraints in Adminer?

I'm using Adminer for managing my MariaDB databases. But I can't find how to manage check constraints and I can't find it in its docs or in Google. How do you manage check constraints in Adminer?
Big boy
  • 1,113
  • 2
  • 8
  • 23
2
votes
1 answer

Adminer autologin

My code to run Adminer 4.8.1 looks like this: echo ''; and adminer.include.php looks like: define('DB_SERVER', 'localhost'); define('DB_USERNAME',…
step
  • 2,254
  • 2
  • 23
  • 45
1
2
3
9 10