Current server:
(Servers) ...
phpMyAdmin demo - MariaDB (root)
phpMyAdmin demo - MySQL (root)
Recent
There are no recent tables.
Favorites
There are no favorite tables.
X
New
information_schema
mysql
performance_schema
Portfolio_Marcus
PRUEBA
pw
sakila
serveruwebcoBressolia
shoe_db
sklepSerohenko
sku
StdMdDB
Stefano
students
students 2020
superpos
sys
table
Table_insertion
tb
test19
teste_teste
TlapaleriaMalfoy
Trickysolo
vedettfak
victory 2020
wisedb
world
ОБЛІК ТЕЛЕФОННИХ ПЕРЕГОВОРІВ
аа
Navigation panel
Navigation tree
Servers
Databases
Tables
Navigation panel
Customize appearance of the navigation panel.
Navigation panel
Show databases navigation as tree
In the navigation panel, replaces the database tree with a selector
Link with main panel
Link with main panel by highlighting the current database or table.
Display logo
Show logo in navigation panel.
Logo link URL
URL where logo in the navigation panel will point to.
Logo link target
Open the linked page in the main window (
main
) or in a new one (
new
).
main
new
Enable highlighting
Highlight server under the mouse cursor.
Maximum items on first level
The number of items that can be displayed on each page on the first level of the navigation tree.
Minimum number of items to display the filter box
Defines the minimum number of items (tables, views, routines and events) to display a filter box.
Recently used tables
Maximum number of recently used tables; set 0 to disable.
Favorite tables
Maximum number of favorite tables; set 0 to disable.
Navigation panel width
Set to 0 to collapse navigation panel.
Navigation tree
Customize the navigation tree.
Navigation tree
Maximum items in branch
The number of items that can be displayed on each page of the navigation tree.
Group items in the tree
Group items in the navigation tree (determined by the separator defined in the Databases and Tables tabs above).
Enable navigation tree expansion
Whether to offer the possibility of tree expansion in the navigation panel.
Show tables in tree
Whether to show tables under database in the navigation tree
Show views in tree
Whether to show views under database in the navigation tree
Show functions in tree
Whether to show functions under database in the navigation tree
Show procedures in tree
Whether to show procedures under database in the navigation tree
Show events in tree
Whether to show events under database in the navigation tree
Expand single database
Whether to expand single database in the navigation tree automatically.
Servers
Servers display options.
Servers
Display servers selection
Display server choice at the top of the navigation panel.
Display servers as a list
Show server listing as a list instead of a drop down.
Databases
Databases display options.
Databases
Minimum number of databases to display the database filter box
Database tree separator
String that separates databases into different tree levels.
Tables
Tables display options.
Tables
Target for quick access icon
Structure
SQL
Search
Insert
Browse
Target for second quick access icon
Structure
SQL
Search
Insert
Browse
Table tree separator
String that separates tables into different tree levels.
Maximum table tree depth
Drop files here
SQL upload (
0
)
x
-
Show hidden navigation tree items.
Create view
Your browser has phpMyAdmin configuration for this domain. Would you like to import it for current session?
Yes
/
No
/
Delete settings
Javascript must be enabled past this point!
Server: phpMyAdmin demo - MySQL
Database: sakila
Structure
SQL
Search
Query
Export
Import
Operations
Privileges
Routines
Events
Triggers
Designer
(current)
root@192.168.30.%
phpMyAdmin documentation
MySQL documentation
Settings
Log out
Console
Clear
History
Options
Press Ctrl+Enter to execute query
Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse
Expand
Show trace
Hide trace
Count:
Time taken:
Options
Restore default values
Always expand query messages
Show query history at start
Show current browsing query
Execute queries on Enter and insert new line with Shift+Enter. To make this permanent, view settings.
Switch to dark theme
Collapse
Expand
Requery
Edit
Explain
Profiling
Query failed
Database:
Queried time:
Loading
ENUM/SET editor
Create view
Untitled
*
Show/Hide tables list
View in fullscreen
Add tables from other databases
New page
Open page
Save page
Save page as
Delete pages
Create table
Create relationship
Choose column to display
Reload
Help
Angular links / Direct links
Snap to grid
Small/Big All
Toggle small/big
Toggle relationship lines
Export schema
Move Menu
Pin text
Number of tables:
0
v
sakila
actor
actor_id : smallint(5) unsigned
first_name : varchar(45)
last_name : varchar(45)
last_update : timestamp
v
sakila
actor_info
actor_id : smallint(5) unsigned
first_name : varchar(45)
last_name : varchar(45)
film_info : text
v
sakila
address
address_id : smallint(5) unsigned
address : varchar(50)
address2 : varchar(50)
district : varchar(20)
city_id : smallint(5) unsigned
postal_code : varchar(10)
phone : varchar(20)
last_update : timestamp
v
sakila
category
category_id : tinyint(3) unsigned
name : varchar(25)
last_update : timestamp
v
sakila
city
city_id : smallint(5) unsigned
city : varchar(50)
country_id : smallint(5) unsigned
last_update : timestamp
v
sakila
country
country_id : smallint(5) unsigned
country : varchar(50)
last_update : timestamp
v
sakila
customer
customer_id : smallint(5) unsigned
store_id : tinyint(3) unsigned
first_name : varchar(45)
last_name : varchar(45)
email : varchar(50)
address_id : smallint(5) unsigned
active : tinyint(1)
create_date : datetime
last_update : timestamp
v
sakila
customer_list
ID : smallint(5) unsigned
name : varchar(91)
address : varchar(50)
zip code : varchar(10)
phone : varchar(20)
city : varchar(50)
country : varchar(50)
notes : varchar(6)
SID : tinyint(3) unsigned
v
sakila
film
film_id : smallint(5) unsigned
title : varchar(255)
description : text
release_year : year(4)
language_id : tinyint(3) unsigned
original_language_id : tinyint(3) unsigned
rental_duration : tinyint(3) unsigned
rental_rate : decimal(4,2)
length : smallint(5) unsigned
replacement_cost : decimal(5,2)
rating : enum('G','PG','PG-13','R','NC-17')
special_features : set('Trailers','Commentaries','Deleted Scenes','Behind the Scenes')
last_update : timestamp
v
sakila
film_actor
actor_id : smallint(5) unsigned
film_id : smallint(5) unsigned
last_update : timestamp
v
sakila
film_category
film_id : smallint(5) unsigned
category_id : tinyint(3) unsigned
last_update : timestamp
v
sakila
film_list
FID : smallint(5) unsigned
title : varchar(255)
description : text
category : varchar(25)
price : decimal(4,2)
length : smallint(5) unsigned
rating : enum('G','PG','PG-13','R','NC-17')
actors : text
v
sakila
film_text
film_id : smallint(6)
title : varchar(255)
description : text
v
sakila
inventory
inventory_id : mediumint(8) unsigned
film_id : smallint(5) unsigned
store_id : tinyint(3) unsigned
last_update : timestamp
v
sakila
language
language_id : tinyint(3) unsigned
name : char(20)
last_update : timestamp
v
sakila
nicer_but_slower_film_list
FID : smallint(5) unsigned
title : varchar(255)
description : text
category : varchar(25)
price : decimal(4,2)
length : smallint(5) unsigned
rating : enum('G','PG','PG-13','R','NC-17')
actors : text
v
sakila
payment
payment_id : smallint(5) unsigned
customer_id : smallint(5) unsigned
staff_id : tinyint(3) unsigned
rental_id : int(11)
amount : decimal(5,2)
payment_date : datetime
last_update : timestamp
v
sakila
rental
rental_id : int(11)
rental_date : datetime
inventory_id : mediumint(8) unsigned
customer_id : smallint(5) unsigned
return_date : datetime
staff_id : tinyint(3) unsigned
last_update : timestamp
v
sakila
sales_by_film_category
category : varchar(25)
total_sales : decimal(27,2)
v
sakila
sales_by_store
store : varchar(101)
manager : varchar(91)
total_sales : decimal(27,2)
v
sakila
staff
staff_id : tinyint(3) unsigned
first_name : varchar(45)
last_name : varchar(45)
address_id : smallint(5) unsigned
picture : blob
email : varchar(50)
store_id : tinyint(3) unsigned
active : tinyint(1)
username : varchar(16)
password : varchar(40)
last_update : timestamp
v
sakila
staff_list
ID : tinyint(3) unsigned
name : varchar(91)
address : varchar(50)
zip code : varchar(10)
phone : varchar(20)
city : varchar(50)
country : varchar(50)
SID : tinyint(3) unsigned
v
sakila
store
store_id : tinyint(3) unsigned
manager_staff_id : tinyint(3) unsigned
address_id : smallint(5) unsigned
last_update : timestamp
Create relationship
FOREIGN KEY
on delete
--
CASCADE
SET NULL
NO ACTION
RESTRICT
on update
--
CASCADE
SET NULL
NO ACTION
RESTRICT
Delete relationship
Loading
Loading