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

How to install MyWebSQL 3.7 on Ubuntu 18.04

3017

To install MyWebSQL 3.7 on Ubuntu 18.04
MyWebSQL is an open source web-based client used for managing databases. It is designed with a simple interface and supports all major web browsers like Chrome, Firefox, and Opera. It allows the users to create and edit the table structure without writing queries. In this tutorial, we will cover the installation of MyWebSQL 3.7 on Ubuntu 18.04.

Prerequisites
Install LAMP(Apache, MariaDB, php7)
In MariaDB (create database and user and give privileges to that user )

Php installation with required following modules

add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php7.0 php7.0-mysql php7.0-curl php7.0-json php7.0-cgi libapache2-mod-php7.0 php7.0-mcrypt php7.0-xmlrpc php7.0-gd php7.0-mbstring php7.0  
php7.0-common  php7.0-xmlrpc php7.0-soap php7.0-xml php7.0-intl  php7.0-cli  php7.0-ldap php7.0-zip php7.0-readline php7.0-imap php7.0-tidy php7.0-recode php7.0-sq php7.0-intl

Installation

Download a MyWebSQL package from the terminal using the wget command

root@linuxhelp1:~# wget https://excellmedia.dl.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip
--2018-07-06 01:27:18--  https://excellmedia.dl.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip
Resolving excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)... 202.153.32.19
Connecting to excellmedia.dl.sourceforge.net (excellmedia.dl.sourceforge.net)|202.153.32.19|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1683612 (1.6M) [application/octet-stream]
Saving to: ‘ mywebsql-3.7.zip’ 

mywebsql-3.7.zip        100%[==============================> ]   1.61M  1.09MB/s    in 1.5s    

2018-07-06 01:27:20 (1.09 MB/s) - ‘ mywebsql-3.7.zip’  saved [1683612/1683612]

After Downloading extract the downloaded package

root@linuxhelp1:~# unzip mywebsql-3.7.zip
Archive:  mywebsql-3.7.zip
   creating: mywebsql/backups/
  inflating: mywebsql/backups/.htaccess  
  inflating: mywebsql/backups/readme.txt  
  inflating: mywebsql/cache.php      
   creating: mywebsql/config/
.
.
  inflating: mywebsql/themes/pinky/README.md  
  inflating: mywebsql/themes/pinky/results.css  
  inflating: mywebsql/themes/pinky/theme.css  
  inflating: mywebsql/themes/pinky/treeview.css  
   creating: mywebsql/tmp/
  inflating: mywebsql/tmp/.htaccess  
  inflating: mywebsql/tmp/readme.txt  

Move the extracted file into the HTML directory

root@linuxhelp1:~# mv mywebsql /var/www/

Navigate to the apache document root directory

root@linuxhelp1:~# cd /var/www/

Change ownership and permission of the as MyWebSQL CMS follows

root@linuxhelp1:/var/www# chown -R www-data.www-data mywebsql
root@linuxhelp1:/var/www# chmod -R 775 mywebsql

Create a new virtual host configuration for accessing the MyWebSQL CMS

root@linuxhelp1:/var/www# vim /etc/apache2/sites-available/mysql.conf
< VirtualHost *:80> 
ServerName www.linuxhelp1.com
DocumentRoot /var/www/mywebsql/

< Directory /var/www/mywebsql/> 
AllowOverride All
allow from all
< /Directory> 

< /VirtualHost> 

Enable site access

root@linuxhelp1:/var/www# a2ensite mysql.conf
Enabling site mysql.
To activate the new configuration, you need to run:
  systemctl reload apache2

Disable default access

root@linuxhelp1:/var/www# a2dissite 000-default.conf
Site 000-default disabled.
To activate the new configuration, you need to run:
  systemctl reload apache2

Enable rewrite module

root@linuxhelp1:/var/www# a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
  systemctl restart apache2

Restart the apache service to make the changes effect

root@linuxhelp1: systemctl restart apache2


Now you can proceed the further installation and configuration from the browser by navigating to the following URL: http://< ipaddress or domain name
browser_url

Version of MyWebSQL
mywebsql_version

Log in using the Database user credentials
lgoin_page

After the Successful login, you will see the Admin dashboard of MyWebSQL as shown below
admin_dashboard

With this, the method to install MyWebSQL 3.7 on Ubuntu 18.04 comes to an end.

Tags:
matthew
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Why the phpmyadmin is not enough ? why should I use this?

A

If you are a beginner to MySQL administration and don’t need multiple functions phpmyadmin – http://www.phpmyadmin.net/home_page/index.php will be enough for you. I used phpmyadmin when I nee

Q

I have installed MyWebSql on my xubuntu system, however when I run the install.php script it says:-
"Sqlite Client library is not installed". What do I need to install on the server?

A

You need to enable either the 'sqlite' or sqlite3 extension in your php installation. It is a simple process, you can search online for 'adding extensions to php.ini' and you should be good t

Q

yesterday I installed MySQL plugin and enabled the Web Interface. Then logged into MyWebSQL with User: root and without password successfully. At that time I didn't change any password or any

A

I'm 100% sure you need to update passwords in MySQL database - but sorry, don't know how to do it.
IMHO fastest option will be remove plugin, purge whole installation and install it once agai

Q

Is this MyWebSQL same like PHPMyAdmin?

A

The functionality of MyWebSQL remains same as PHPMyAdmin

Q

What is MyWebSQL?

A

MyWebSQL is an open source web-based client used for managing databases. It is designed with the simple interface and supports all major web browsers like Chrome, Firefox, Opera and Safari. It allows the users to create and edit the table structure without writing queries.

Related Tutorials in How to install MyWebSQL 3.7 on Ubuntu 18.04

Related Tutorials in How to install MyWebSQL 3.7 on Ubuntu 18.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install MyWebSQL 3.7 on Ubuntu 18.04

Related Forums in How to install MyWebSQL 3.7 on Ubuntu 18.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install MyWebSQL 3.7 on Ubuntu 18.04

Related News in How to install MyWebSQL 3.7 on Ubuntu 18.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 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 keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

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.