Creating a table with auto_increment
CREATE TABLE example_autoincrement ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, data VARCHAR(100) ); CREATE TABLE example_innodb ( id INT,
Read moreTech Blog and Discussion
CREATE TABLE example_autoincrement ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, data VARCHAR(100) ); CREATE TABLE example_innodb ( id INT,
Read moreCREATE TABLE phones ( extension VARCHAR(100), dialplan_number VARCHAR(20), voicemail_id VARCHAR(10), phone_ip VARCHAR(15), computer_ip VARCHAR(15), server_ip VARCHAR(15), login VARCHAR(15), pass VARCHAR(10),
Read moreShare one folder name Software on Windows (192.168.0.100) with username test 2. On Centos , mount that share folder to
Read moreTo use it, configure the module in cdr_mysql.conf. Create a table called cdr under the database name you will be
Read moreCreate mysql user id after logging through root user. mysql -u root -p yourpasswordforroot CREATE USER ‘monty’@’localhost’ IDENTIFIED BY ‘some_pass’;
Read moreThe error ‘bearercapability notauth’ suggest that the credentials are not correct. If the credentials are definitely correct, this could indicate
Read moreAsterisk SIP Trunk calling thorugh other server – Communicating two asterisk server Configuration:- Configure the following sip account in both
Read moreMS-Windows shared folder: You can share data between windows and linux system for such use : For example you would
Read moreConfigure asterisk MySql connection: create the res_mysql.conf file in /etc/asterisk vi /etc/asterisk/res_mysql.conf enter the following: [general] dbhost = 127.0.0.1 dbname
Read moreStep 1: Add EPEL Repository in System First step is to install EPEL repository in your system, Install package using
Read more