Difference between revisions of "DBA"

From BaseX Documentation
Jump to navigation Jump to search
Line 1: Line 1:
Since {{Version|8.0}}, the full distributions of BaseX are equipped with a browser-based database administration interface.
+
Since {{Version|8.0}}, the full distributions of BaseX are equipped with a browser-based database administration interface. The browser frontend was completely written in [[XQuery]] and [[RESTXQ]]. It allows you to create and administer database instances, evaluate queries, view log files and manage users.
  
 
==Startup==
 
==Startup==
Line 6: Line 6:
 
* Next, start the [[Startup#BaseX_HTTP_Server|BaseX HTTP Server]]
 
* Next, start the [[Startup#BaseX_HTTP_Server|BaseX HTTP Server]]
 
* Open a browser and visit the URL {{Code|http://localhost:8984/dba}}
 
* Open a browser and visit the URL {{Code|http://localhost:8984/dba}}
 +
 +
==Startup==
 +
 +
On the start page, you will need to authenticate yourself by entering a username and password. The default user is {{Code|admin}}/{{Code|admin}}. By specifying a host and port, you can communicate with a remote BaseX server instance. If you keep the field empty, you will be connected to the local BaseX instance.
 +
 +
==Main==
 +
 +
<table cellpadding="0" cellspacing="10">
 +
<tr><td valign="top">
 +
The main page of the DBA interface contains a list of all databases on the left,
 +
and some system information on the right.
 +
</td><td valign="top">
 +
[[Image:bla.png|thumb|DBA Main Page]]
 +
</td>
 +
</table>
 +
 +
 +
[[Image:dba.png|thumb|DBA Main Page]]

Revision as of 21:57, 11 December 2014

Since Version 8.0, the full distributions of BaseX are equipped with a browser-based database administration interface. The browser frontend was completely written in XQuery and RESTXQ. It allows you to create and administer database instances, evaluate queries, view log files and manage users.

Startup

Startup

On the start page, you will need to authenticate yourself by entering a username and password. The default user is admin/admin. By specifying a host and port, you can communicate with a remote BaseX server instance. If you keep the field empty, you will be connected to the local BaseX instance.

Main

The main page of the DBA interface contains a list of all databases on the left, and some system information on the right.

File:Bla.png
DBA Main Page


File:Dba.png
DBA Main Page