Sponsored Content
Full Discussion: Web Interface for a database
Top Forums Web Development Web Interface for a database Post 302865717 by Scott on Saturday 19th of October 2013 11:18:03 AM
Old 10-19-2013
Have you considered phpMyAdmin? It allows you to administer all aspects of your MySQL databases from a web browser.
 

7 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Nagios web interface is not getting

Hello everyone, I had installed nagios 3 on fedora 5 successfully and i have verified sample config file by issueing command like /usr/local/..... -v /usr/local.../nagios.cfg . ....and i am getting the result as well. After that i started nagios by giving command like ... service nagios... (1 Reply)
Discussion started by: Renjesh
1 Replies

2. Shell Programming and Scripting

navigating a web interface with a shell script

I'm trying to design a script that will check the external ip address of my home network and then assign it to the A record of a subdomain. When i started, i thought i could do this with SSH, but turns out I don't have ssh access to update the DNS record (not surprising i suppose) So now, i... (2 Replies)
Discussion started by: boyincity
2 Replies

3. Web Development

Need to run Nagios Web Interface on a different port

Hi, During Nagios install we added the following piece of config to apache httpd.conf file and it runs on the regular port 80, now if I want to run this on a different port then what needs to changed to make it run on lets say port 8080. I tried adding Virtual servers but was getting... (1 Reply)
Discussion started by: jacki
1 Replies

4. Shell Programming and Scripting

Executing Scripts from PHP Web Interface

Later Edit: So far the problem is solved, i've loaded the .profile into the bash script, and now it's working great But I might have some future questions, so please don't close the thread. Thanks Hello everyone, I am trying to develop an web interface, which is able to execute pre-defined... (0 Replies)
Discussion started by: SuperDuck
0 Replies

5. UNIX and Linux Applications

ruby/SQLite database interface

Hello, I'm not sure this is quite the right place, but there do seem to be allot of posts with folks using ruby to play nicely with databases so I thought I would give it a go. I am starting a long process of developing a database application bases on SQLite and ruby. This will run on various... (1 Reply)
Discussion started by: LMHmedchem
1 Replies

6. AIX

Need a graphical interface on AIX server to create database

Hello, Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access. Best regards, Vishal (4 Replies)
Discussion started by: Vishal_dba
4 Replies

7. Shell Programming and Scripting

Web Interface for shell script.

Hi Team, I have daily pdf files which i have to convert in tif images. I have script which does it. I need to put these images in some specific folder (which i create manually) on server. Is there any web based way to it, so that user can simply browse file & it will convert & upload on... (1 Reply)
Discussion started by: paragnehete
1 Replies
NDB_SETUP.PY(1) 					       MySQL Database System						   NDB_SETUP.PY(1)

NAME
ndb_setup.py - Start browser-based Auti-Installer for MySQL Cluster SYNOPSIS
ndb_setup.py [options] DESCRIPTION
ndb_setup.py starts the MySQL Cluster Auto-Installer and opens the installer's Start page in the default Web browser. This section describes usage of and program options for the command-line tool only. For information about using the Auto-Installer GUI that is spawned when ndb_setup.py is invoked, see Section 17.2.1, "The MySQL Cluster Auto-Installer". Usage All platforms: ndb_setup.py [options] Additionally, on Windows platforms only: setup.bat [options] The following table includes all options that are supported by the MySQL Cluster installation and configuration program ndb_setup.py. Additional descriptions follow the table. Table 17.26. ndb_setup.py Options and Variables: MySQL Cluster NDB 7.3 +---------------------------------+--------------------------------------+-------------------------------------+ |Format | Description | Added / Removed | +---------------------------------+--------------------------------------+-------------------------------------+ | | Page that the web browser opens when | | | --browser-start- | starting. | All MySQL 5.6 based releases | | page=filename, | | | | | | | | -s | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | File containing list of client | | | --ca-certs-file=filename, | certificates allowed to connect to | All MySQL 5.6 based releases | | | the | | | -a | server | | +---------------------------------+--------------------------------------+-------------------------------------+ | | File containing X509 certificate | | | --cert-file=filename, | that identifies the server. | All MySQL 5.6 based releases | | | (Default: | | | -c | cfg.pem) | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Python logging module debug level. | | | --debug-level=level, | One of DEBUG, INFO, WARNING | All MySQL 5.6 based releases | | | (default), ERROR, or | | | -d | CRITICAL. | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Print help message | | | --help, | | All MySQL 5.6 based releases | | | | | | -h | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Specify file containing private key | | | --key-file=file, | (if not included in --cert-file) | All MySQL 5.6 based releases | | | | | | -k | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Do not open the start page in a | | | --no-browser, | browser, merely start the tool | All MySQL 5.6 based releases | | | | | | -n | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Specify the port used by the web | | | --port=#, | server | All MySQL 5.6 based releases | | | | | | -p | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Log requests to this file. Use '-' | | | --server-log-file=file, | to force logging to stderr instead. | All MySQL 5.6 based releases | | | | | | o | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | The name of the server to connect | | | --server-name=name, | with | All MySQL 5.6 based releases | | | | | | -N | | | +---------------------------------+--------------------------------------+-------------------------------------+ | | Use secure (HTTPS) client-server | | | --use-https, | connection | All MySQL 5.6 based releases | | | | | | -S | | | +---------------------------------+--------------------------------------+-------------------------------------+ o --browser-start-page=file, -s +--------------------+-------------------------------+ |Command-Line Format | --browser-start-page=filename | +--------------------+-------------------------------+ | | -s | +--------------------+-------------------------------+ | | Permitted Values | | +------------+------------------+ | | Type | string | | +------------+------------------+ | | Default | index.html | +--------------------+------------+------------------+ Specify the file to open in the browser as the installation and configuration Start page. The default is index.html. o --ca-certs-file=file, -a +--------------------+--------------------------+ |Command-Line Format | --ca-certs-file=filename | +--------------------+--------------------------+ | | -a | +--------------------+--------------------------+ | | Permitted Values | | +-----------+--------------+ | | Type | file name | | +-----------+--------------+ | | Default | [none] | +--------------------+-----------+--------------+ Specify a file containing a list of client certificates which are allowed to connect to the server. The default is an empty string, which means that no client authentication is used. o --cert-file=file, -c +--------------------+----------------------+ |Command-Line Format | --cert-file=filename | +--------------------+----------------------+ | | -c | +--------------------+----------------------+ | | Permitted Values | | +----------+-----------+ | | Type |file name | | +----------+-----------+ | | Default |cfg.pem | +--------------------+----------+-----------+ Specify a file containing an X509 certificate which identifies the server. It is possible for the certificate to be self-signed. The default is cfg.pem. o --debug-level=level, -d +--------------------+----------------------------+ |Command-Line Format | --debug-level=level | +--------------------+----------------------------+ | | -d | +--------------------+----------------------------+ | | Permitted Values | | +--------------+-------------+ | | Type | enumeration | | +--------------+-------------+ | | Default | WARNING | | +--------------+-------------+ | | Valid Values | DEBUG | | | +-------------+ | | | INFO | | | +-------------+ | | | ERROR | | | +-------------+ | | | CRITICAL | +--------------------+--------------+-------------+ Set the Python logging module debug level. This is one of DEBUG, INFO, WARNING, ERROR, or CRITICAL. WARNING is the default. o --help, -h +--------------------+-----------+ |Command-Line Format | --help | +--------------------+-----------+ | | -h | +--------------------+-----------+ Print a help message. o --key-file=file, -d +--------------------+---------------------+ |Command-Line Format | --key-file=file | +--------------------+---------------------+ | | -k | +--------------------+---------------------+ | | Permitted Values | | +---------+-----------+ | | Type | file name | | +---------+-----------+ | | Default | [none] | +--------------------+---------+-----------+ Specify a file containing the private key if this is not included in in the X509 certificate file (--cert-file). The default is an empty string, which means that no such file is used. o --no-browser, -n +--------------------+--------------+ |Command-Line Format | --no-browser | +--------------------+--------------+ | | -n | +--------------------+--------------+ Start the installation and configuration tool, but do not open the Start page in a browser. o --port=#, -p +--------------------+----------------------+ |Command-Line Format | --port=# | +--------------------+----------------------+ | | -p | +--------------------+----------------------+ | | Permitted Values | | +---------+------------+ | | Type | numeric | | +---------+------------+ | | Default | 8081 | | +---------+------------+ | | Range | 1 .. 65535 | +--------------------+---------+------------+ Set the port used by the web server. The default is 8081. o --server-log-file=file, -o +--------------------+----------------------------------+ |Command-Line Format | --server-log-file=file | +--------------------+----------------------------------+ | | o | +--------------------+----------------------------------+ | | Permitted Values | | +--------------+-------------------+ | | Type | file name | | +--------------+-------------------+ | | Default | ndb_setup.log | | +--------------+-------------------+ | | Valid Values | - (Log to stderr) | +--------------------+--------------+-------------------+ Log requests to this file. The default is ndb_setup.log. To specify logging to stderr, rather than to a file, use a - (dash character) for the file name. o --server-name=host, -N +--------------------+---------------------+ |Command-Line Format | --server-name=name | +--------------------+---------------------+ | | -N | +--------------------+---------------------+ | | Permitted Values | | +---------+-----------+ | | Type | string | | +---------+-----------+ | | Default | localhost | +--------------------+---------+-----------+ Specify the host name or IP address for the browser to use when connecting. The default is localhost. o --use-https, -S +--------------------+-------------+ |Command-Line Format | --use-https | +--------------------+-------------+ | | -S | +--------------------+-------------+ Make the browser use a secure (HTTPS) connection with the server. COPYRIGHT
Copyright (C) 1997, 2014, Oracle and/or its affiliates. All rights reserved. This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. SEE ALSO
For more information, please refer to the MySQL Reference Manual, which may already be installed locally and which is also available online at http://dev.mysql.com/doc/. AUTHOR
Oracle Corporation (http://dev.mysql.com/). MySQL 5.6 01/29/2014 NDB_SETUP.PY(1)
All times are GMT -4. The time now is 11:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy