PHP – MySQL : Create Database
[root@mysqlDB]# mysqladmin -u root -p create eduguru Enter password:****** This will create a MySQL database eduguru. This is a simple example
Read more[root@mysqlDB]# mysqladmin -u root -p create eduguru Enter password:****** This will create a MySQL database eduguru. This is a simple example
Read morePHP 5 and later can work with a MySQL database using: MySQLi extension (the “i” stands for improved) PDO (PHP
Read moreinsert into destinationtablename select * from srctablename
Read moreLogin to mysql and run the below command: set global net_buffer_length=1000000; set global max_allowed_packet=1000000000;
Read moreDump and restore from .sql Dump mysqldump db_name table_name > table_name.sql Restore mysql -u <user_name> -p db_name mysql> source <full_path>/table_name.sql
Read moreIn host machine iptables is running and is blocking the port 5901. Kill all the vncserver desktop in the host machine
Read moreI created custom field “rec_name” id table “cdr”, database “asteriskcdrdb”. In this field I want to store recording name. I
Read moreNow we will create an HTML form that can be used to add new records to the “Persons” table. Here
Read more