Commit Graph

18 Commits (arm-master)

Author SHA1 Message Date
pedro 764d11e33a rc: mysql.c/transmission.c: at the very beginning, remove watchdog from the cron 2 years ago
lancethepants 3b1e29bca0 rc: mysql.c: Don't attempt to stop mysql if it's not running. 2 years ago
pedro 06c9aa4981 rc: improve buffer validation (strlcpy) 2 years ago
lancethepants aff2d75a63 rc: mysql.c: Fix copying adminer.php to nginx_docroot. 2 years ago
pedro ea5f355596 rc: mysql.c: disable unwanted logging during mysqld stop when daemon is not running 3 years ago
pedro 79ab2f3fd2 Introduce and use logerr() instead of perror() 3 years ago
pedro 6ed50ec30e rc/shared: introduce and use killall_and_waitpid() 3 years ago
pedro f273106196 rc: mysql: rewrite, to get rid of shell scripts
- rewrite watchdog
- use logmsg()
- many other changes and fixes
3 years ago
pedro 9a0dd3852a rc: serialize (re-)starts from GUI, avoid zombies 3 years ago
pedro 7006a968d1 rc: mysql.c: improve buffer handling 3 years ago
pedro 6d0706b284 GUI: Web Server: MySQL Server: add daemon status, add start/stop button (unify to nginx page) 4 years ago
pedro 71850b61e6 mysql: update to 5.5.62
- use cmake instead of autotools
- Innodb engine must be disabled
- based on @st-ty1 work - thanks!
4 years ago
pedro f93c0ae2f1 rc: do not stop inactive services, also mute unwanted log messages about it 5 years ago
pedro 67d35a5e95 build: syslog: introduce and use logmsg()
- built-in debug messages only in 'beta' images (those with TOMATO_EXPERIMENTAL set to 1) - we don't need debug info in regular builds
- this feature allows to disable/enable debugging in given script by setting appropriate value in nvram (if built with debugging)
- add possibility to build a given script without any logging (e.g. for the smallest MIPS images)
- replace _dprintf() with logmsg() (what a mess...) with level LOG_DEBUG (at least in the rc subdir for now)
- changes in subsequent scripts (subdirs) will follow
5 years ago
pedro e7d3e4a880 rc: mysql.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish different branches
5 years ago
pedro 7ef479643d router: rc: mysql.c: optimize code, clean-up 6 years ago
AndreDVJ 0babe2a956 ~/router/rc/mysql.c: Fix typo 9 years ago
Shibby c62e754752 mySQL integration and GUI
from Hyzoom (BWQ518).

Shibby`s changes:
- add Adminer - little, single file PHP script for mysql administration
- move nginx and mysql GUI under "Web Server" menu.
- compile mySQL then NGINX is defined
11 years ago