Minggu, 12 September 2021

EasyHotspot OpenWrt Bagian 2-Konfigurasi Easyhotspot-Mysql

 Langsung saja ini merupakan lanjutan dari  EasyHotspot OpenWrt Bagian 1 install Repository

Urutan langkahnya sebagai berikut :

1. Konfigurasi Easyhotspot

Download easyhotspot.rar Download Now

extract dengan winrar

Jalankan  "putty"

------------------------------------------------------------------------------------

root@OpenWrt:~# mkdir -p /srv/www

------------------------------------------------------------------------------------

Masukkan folder easyhotspot di folder /srv/www melalui "WinScp"

masuk "putty"

------------------------------------------------------------------------------------

root@OpenWrt:~# ln -s /srv/www/easyhotspot/htdocs /www/easyhotspot

------------------------------------------------------------------------------------

2. Konfigurasi Mysql

masuk "putty"

------------------------------------------------------------------------------------

root@OpenWrt:~# sed -i 's,^datadir.*,datadir = "/srv/mysql",g' /etc/my.cnf && sed -i 's,^tmpdir.*,tmpdir = "/tmp",g' /etc/my.cnf

root@OpenWrt:~# mkdir -p /srv/mysql && mysql_install_db --force

root@OpenWrt:~# /etc/init.d/mysqld start && /etc/init.d/mysqld enable

root@OpenWrt:~# mysqladmin -u root password 'pass123'

root@OpenWrt:~# mysql -u root -p

Enter password:

mysql> create database hotspot;

mysql> quit

root@OpenWrt:~# cd /srv/www/easyhotspot/install

root@OpenWrt:/srv/www/easyhotspot/install# mysql -u root -ppass123 hotspot <easyhotspot_opensource_2010-10-21.sql

root@OpenWrt:/srv/www/easyhotspot/install# mysql -u root -p

Enter password:

mysql> use mysql;

mysql> grant all privileges on *.* to easyhotspot@localhost;

mysql> grant usage on *.* to easyhotspot@localhost identified by 'easyhotspot';

mysql> flush privileges;

mysql> quit

root@OpenWrt:/srv/www/easyhotspot/install#

Untuk Detailnya Bisa lihat video di bawah ini


Link  Edit Template profil admin easyhotspot.rar

* Cara download Click Link diatas akan diarahkan  ke notifikasi  Click "Take Me" selanjutnya tinggal ngikuti petunjuk yang diberikan

Tidak ada komentar:

Posting Komentar

Jika ada pertanyaan silahkan tulis di kolom komentar.dengan bahasa yang sopan,No Sara,No Rasis & No Pornografi

Featured Post

Extroot and install luci in firmware OpenWrt Compilation