Skip to main content

Posts

Showing posts from September, 2017

How To Export, Import & Drop OrientDB Database Console Command

Import, Export, and Drop to a current database: How To OrientDB Database Export: $ cd /opt/orientdb/bin  $ sudo bash console.sh  OrientDB console v.2.2.13 (build 2.2.x@ r90d7caa1e4af3fad86594e592c64d c1202558ab1; 2016-11-15 12:04:05+0000)  www.orientdb.com Type 'help' to display all the supported commands. Installing extensions for GREMLIN language v.2.6.0 orientdb> CONNECT remote:localhost/demo root root Connecting to database [remote:localhost/demo] with user 'root'...OK orientdb {db=demo}> EXPORT DATABASE /home/manish/demo.gz Exporting database DATABASE /home/manish/demo.gz. .. Started import of database 'plocal:/opt/orientdb/databases/demo' from /tmp/ demoexport109189296875394 444demo.gz... .... How To OrientDB Database Import: $ cd /opt/orientdb/bin  $ sudo bash console.sh  OrientDB console v.2.2.13 (build 2.2.x@ r90d7caa1e4af3fad86594e592c64d c1202558ab1; 2016-11-15 12:04:05+0000)  www.orie

How to Simple Wiktionary data stored in MySQL

Wiktionary .php Wiktionary.php is a PHP "library" to convert Simple Wiktionary HTML page convert to text and find out the definition of the word. MySQL Database connection to store a definition of each word, select.php?word="" to fetch data from the database, display in Json format and database can't fetch data of word internal call to the simple Wiktionary website to fetch the data to be stored in MySQL database and display to JSON format. Supported Syntax == Heading == === Subheading === ==== Subsubheading ==== ''''' Bold-italic ''''' ''' Bold ''' '' Italic '' ---- Horizontal Line : Indentation :: Subindentation Unordered list (up to four levels "**** text") Ordered list (up to four levels "#### text") [[file: http://example.com/image.jpg  title]] an image ([[file|img:http|https| ftp://example.com/image.jpg  optional]]) [ http://example.