• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install SQL Buddy on OpenSUSE 42.1

1953

To install SQL Buddy on OpenSUSE 42.1

SQL Buddy is an open source web based tool was written in PHP language that intended to manage SQLite and MySQL administration via web browsers like Firefox, Chrome, Safari, Opera and IE+ (Internet Explorer). SQL buddy offers a well-designed interface with a comprehensive feature set for database administrators and programmers. This tutorial covers the installation procedure of SQL Buddy on OpenSUSE 42.1.

Installation procedure

Before beginning the installation procedure, move to Apache document by running the following command.

linuxhelp:~ # cd /srv/www/htdocs/

Now go to its official website and get the SQL Buddy package link for downloading it using wget command.

linuxhelp:/srv/www/htdocs # wget https://github.com/calvinlough/sqlbuddy/raw/gh-pages/sqlbuddy.zip
--2017-09-28 10:17:29--  https://github.com/calvinlough/sqlbuddy/raw/gh-pages/sqlbuddy.zip
Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/calvinlough/sqlbuddy/gh-pages/sqlbuddy.zip [following]
--2017-09-28 10:17:30--  https://raw.githubusercontent.com/calvinlough/sqlbuddy/gh-pages/sqlbuddy.zip
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.8.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.8.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 385517 (376K) [application/zip]
Saving to: ‘ sqlbuddy.zip’ 
100%[=========================================================================================================================================================================> ] 385,517      335KB/s   in 1.1s   

2017-09-28 10:17:32 (335 KB/s) - ‘ sqlbuddy.zip’  saved [385517/385517]

Extract the downloaded package using unzip command.

linuxhelp:/srv/www/htdocs # unzip sqlbuddy.zip
Archive:  sqlbuddy.zip
   creating: sqlbuddy/
  inflating: sqlbuddy/ajaxcreatetable.php  
  inflating: sqlbuddy/ajaxfulltext.php  
  inflating: sqlbuddy/ajaximportfile.php  
  inflating: sqlbuddy/ajaxquery.php  
  inflating: sqlbuddy/ajaxsavecolumnedit.php  
  inflating: sqlbuddy/ajaxsaveedit.php  
  inflating: sqlbuddy/ajaxsaveuseredit.php  
  inflating: sqlbuddy/browse.php     
  inflating: sqlbuddy/config.php     
   creating: sqlbuddy/css/
.
.
.
.
inflating: sqlbuddy/themes/classic/images/corner-bl.png  
  inflating: sqlbuddy/themes/classic/images/corner-br.png  
  inflating: sqlbuddy/themes/classic/images/corner-tl.png  
  inflating: sqlbuddy/themes/classic/images/corner-tr.png  
  inflating: sqlbuddy/themes/classic/images/header.png  
  inflating: sqlbuddy/themes/classic/images/shading.png  
  inflating: sqlbuddy/users.php      

Provide the owner permission and file execution permission by executing the following set of commands.

linuxhelp:/srv/www/htdocs # chown -R wwwrun:www /srv/www/htdocs/sqlbuddy
linuxhelp:/srv/www/htdocs # chmod -R 777 /srv/www/htdocs/sqlbuddy

Restart the Apache service.

linuxhelp:/srv/www/htdocs/sqlbuddy # systemctl restart apache2

Switch over to the browser and enter http://your ip/sqlbuddy URL and hit enter. The login page of SQL Buddy appears on the screen.
login page

Enter the required credentials and the admin page of SQL Buddy is shown.
SQL buddy

The installation procedure of SQL Buddy on OpenSUSE 42.1 is done successfully.

Tags:
jayce
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

wheather there is any other alternatives available for SQL?

A

Here it will be the alternative for SQL adminer , Dbeaver , SQuirreL SQL, Chive

Q

What are the minimum requirement of SQL?

A

The following things are the requirement of the SQL,

PHP 4.3+

MySQL 4+

Q

what are all the Supported browsers for SQL?

A

The following browsers are support SQL as

Chrome

Firefox

Safari

Opera

Internet Explorer 7+

Q

How to install SQL in ubuntu ?

A

For the installation of SQL on Ubuntu, use the following link as given below,

"https://www.linuxhelp.com/how-to-install-sql-buddy-on-ubuntu-16-04/"

Q

How to download the SQL ?

A

For download the SQL, use the followin command as given below,
"# wget https://github.com/calvinlough/sqlbuddy/raw/gh-pages/sqlbuddy.zip"

Related Tutorials in How to install SQL Buddy on OpenSUSE 42.1

Related Tutorials in How to install SQL Buddy on OpenSUSE 42.1

How to install NagiosQL on CentOS
How to install NagiosQL on CentOS
Jun 3, 2017
How to Install and update openssl on opensuse15.1
How to Install and update openssl on opensuse15.1
Nov 15, 2019
How to create SSL certificate in OpenSUSE
How to create SSL certificate in OpenSUSE
Aug 12, 2017
How to Install AnyDesk on opensuse15.1
How to Install AnyDesk on opensuse15.1
Oct 30, 2019
How to configure Apache Virtual Host in OpenSUSE
How to configure Apache Virtual Host in OpenSUSE
Nov 1, 2016
How to install Webmin in OpenSUSE
How to install Webmin in OpenSUSE
Nov 7, 2016
How to install Wordpress on opensuse15.1
How to install Wordpress on opensuse15.1
Nov 27, 2019
How to install and configure Samba on OpenSUSE 42.1
How to install and configure Samba on OpenSUSE 42.1
Aug 14, 2017

Related Forums in How to install SQL Buddy on OpenSUSE 42.1

Related Forums in How to install SQL Buddy on OpenSUSE 42.1

Pligg
aiden class=
CMS : Pligg install on opensuse
Oct 6, 2017
Apache
rebeccajazz class=
Apache2 : mod_proxy in opensuse
Jan 3, 2018
OpenSUSE
dalogui class=
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web
Jul 15, 2019
OpenSUSE
victorsamuel class=
exec: "git": executable file not found in $PATH
Nov 16, 2017
OpenSUSE
lucas class=
best browser for OpenSUSE
Apr 17, 2017
Apache
rolando class=
How to find apache user in opensuse
Sep 23, 2017
OpenSUSE
dylan class=
How do I add minimize / maximize buttons in Opensuse 13.2
Sep 4, 2017
MariaDB
benjamin class=
Unable to start Mariadb service in opensuse leap 42.1
Sep 23, 2017

Related News in How to install SQL Buddy on OpenSUSE 42.1

Related News in How to install SQL Buddy on OpenSUSE 42.1

openSUSE Leap 42.3 Officially Released
openSUSE Leap 42.3 Officially Released
Jul 27, 2017
Tyson Foods Honored as SUSE Customer of the Year
Tyson Foods Honored as SUSE Customer of the Year
Feb 11, 2017
SUSE Soon To Be Largest Independent Linux Vendor
SUSE Soon To Be Largest Independent Linux Vendor
Apr 14, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.