Support Center > Knowledgebase > phpMyAdmin
-
Yes. If a bookmark has the same label as a table name, it will be executed.
-
Current version does support direct export to Microsoft Excel and Word versions 2000 and newer. If you need export older versions, you can use CSV...
-
You can simply include table in your LATEX documents, minimal sample document should look like following one (assuming you have table exported in...
-
Since version 2.2.3, you have a checkbox for each field that can be null. Before 2.2.3, you had to enter "null", without the quotes, as the field's...
-
First the configuration variables "relation", "table_coords" and "pdf_pages" have to be filled in.
Then you need to think about your schema...
-
Click on a database name in the left frame, the properties will be displayed. Select "Import" from the list of tabs in the right–hand frame (or...
-
You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages with many editing fields (table structure changes, row editing, etc.)...
-
Here is an example with the tables persons, towns and countries, all located in the database mydb. If you don't have a pma_relation table, create...
-
To use it, you need a very recent version of PHP, 4.3.0 recommended, with XML, PCRE and PEAR support. On your system command line, run
pear...
-
In order to install or use an application that is based on a MySQL database, you have to follow this steps:
Connect to your cPanel, search,...
-
Structure:
"Add DROP TABLE" will add a line telling MySQL to drop the table, if it already exists during the import. It does NOT drop the table...
-
This is a bad idea, because in MySQL the syntax "database.table" is the normal way to reference a database and table name. Worse, MySQL will...
-
You have to set up appropriate links between the tables, and also set up the "display field" in the foreign table. See FAQ 6.6 for an example....
-
Upgrading to MySQL 4 usually gives users those global privileges: CREATE TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also...
-
Automatic migration of a table's pmadb-style column comments to the native ones is done whenever you enter Structure page for this table.
-
User management is the process of controlling which users are allowed to connect to the MySQL server and what permissions they have on each...
-
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL servers over the Web. Currently it can create and drop...
-
It means "average".
-
If you do not put a backslash before the underscore, this is a wildcard grant, and the underscore means "any character". So, if the database name...
-
In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields index. If you want two indexes, create the first one when creating the...