How to fixing phppgadmin cannot Dump .sql on ubuntu

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=6EFsglHPfNU



Category:
Guide
Duration: 2:34
546 views
3


How to fixing phppgadmin cannot Dump .sql on ubuntu.

- Step :
1. open dbexport.php
2. change
$cmd = $exe . " -i";
to
$cmd = $exe;

3. change
passthru($cmd);
to
echo passthru($cmd);

4. trying to dump .sql again :)




Other Videos By Ambar Hasbiyatmoko


2016-11-12PHP tricks - Upload file to different server with move_uploaded_file()
2016-11-12Send email from localhost(xampp 5.6.24) with phpmailer
2016-11-05Masuk ke blogger pakai email yahoo
2016-11-03Jquery Tutorial - loop html elements, json with $.each
2016-11-02Install sqlserver 2008 and connect to server
2016-10-31Ubuntu problem - apt.postgresql.org_pub_repos file could not be parsed or opened
2016-10-27Jquery tutorial - 2 ways ajax return outside of ajax object
2016-10-25How Fix VirtualBox : No host only network adapter is currently selected on Ubuntu
2016-10-21Postgres escape single quote (INSERT & SELECT)
2016-10-20PHP(xampp) - How to create .sqlite DB with sqlite3 extension.
2016-10-14How to fixing phppgadmin cannot Dump .sql on ubuntu
2016-10-13Bootstrap Tutorial - Hidden some HTML element on window print
2016-10-09How to solving - Cannot Resolve Symbol 'HttpClient' on Android Studio
2016-09-01Tutorial PHPExcel - Basic to create excel file (set text, set autosize column and bold the text)
2016-08-28Problem modal bootstrap - modal closed suddenly
2016-07-17Codeigniter tutorial - Multiple upload with Codeigniter v2.2.6
2016-07-13Jquery problem (loop td $.each) - Uncaught TypeError Cannot use 'in' operator to search for '4' in
2016-07-12Datatables error - Uncaught TypeError Cannot set property 'nTf' of undefined when add footer
2016-07-11Delete a service on windows 7 with command prompt(CMD)
2016-07-11Download, install Apache 2.4 manually and add Apache service on windows 7
2016-07-10PHP 5.4.31 problem - error script when using : if empty(trim(var))



Tags:
phppgadmin
error
problem
ubuntu
dump
sql
php
linux