Created on 04 February 2017
General
... tagsInput($name='tags[]', $selected = null, $taglist = null, $options = array(), $attributes = array()){}
On the server side, you need not save in a separate column in your database table, you can simply ...
Created on 01 June 2016
Security & Compliance
... data transfer amongst instances. As opposed to other collaboration software that only maintain separate databases for different instances, uKnowva maintains separate code and database for different instances. ...
Created on 16 February 2016
General
... table
mysql> use database_Name;
Reading table information for completion of table and column names. You can turn off this feature (use the command -A) to get a quicker startup
mysql>truncate ...
Created on 30 October 2015
General
... and click Lock user (You need to be logged in with an admin account to do so)
2. Go to uKnowva Configuration --> User manager
3. Simply fire the below SQL query on your database
update #_users ...
Created on 23 September 2014
General
... a cache manager soon, but till that time this is a work around ).
NOTE: 1. PLEASE REPLACE #__ BY YOUR DATABASE PREFIX
2. PLEASE BACKUP YOUR TABLE ONCE, IN CASE YOU WANT TO ROLL BACK LATER
Watch the ...
Created on 23 September 2014
General
In uKnowva HRMS, each system is assigned a unique database prefix that helps distinguish it from others. This prefix is essential for database-related configurations and ensures proper functioning.
Here's ...
Created on 25 July 2014
Installing uKnowva
Prior to setting up your uKnowva database, it is essential that you have a ready, created database that you can connect. This article outlines the steps involved in creating a database using phpMyAdmin ...
Created on 08 May 2014
Troubleshooting
... 2: Restore Your Database
You can restore your database by 3 methods—with phpMyAdmin, HeidiSQL, or MySQL command line.
Restore with phpMyAdmin:
Please visit http://php.about.com/od/learnmysql/ss/mysql_backup_4.htm ...
Created on 08 May 2014
Troubleshooting
... and save it in a different location.
Step 2: Backup Your Database
You can backup your database by 3 methods—with phpMyAdmin, HeidiSQL, or MySQL command line.
Backup with phpMyAdmin:
Please visit ...
Created on 06 May 2014
Installing uKnowva
... page opens.
This page displays the current settings of your server, database and server-side scripting language.
You have to make sure that all the services under Required Settings show “Yes.” In ...