Difference between revisions of "DADABIK"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
drop view New_Songs | drop view New_Songs | ||
* Upload the sql file to the website | |||
* create a new view | |||
SELECT Track, Title, Artists FROM songs WHERE Name = 'n' | |||
[[Category:Mysql]] | [[Category:Mysql]] |
Revision as of 18:10, 26 August 2022
Setup to get rb222 working after moving it to a new server
Installing_IonCubeLoader
Install_SQLite_3
Installing_MBstring_for_php
=Config and Front End Updates
IF URL Changes
nano /database/include/config.php
/include/footer.php
View in Dadabik
You cannot delete a view you have to do it on the DB Browser Desktop app
- Uninstall it first through the Dadabik Admin // you must do this or it will remain
- Download the sqlfile and then delete the view, using DB Browner
drop view New_Songs
- Upload the sql file to the website
- create a new view
SELECT Track, Title, Artists FROM songs WHERE Name = 'n'