Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Apache
  • OOPS PHP

Category: Php Mysql

How to export and Import mysql database using command line.

March 27, 2020March 27, 2020Tikam ShahLeave a Comment on How to export and Import mysql database using command line.

Export In order to export the database from mysql,Open your terminal and type the following command. mysqldump -u [your_username] -p[your_database_password] [database_name] > path_to_your_directory/[database name].sql Incase of database from remote server.…

Read More

What is difference between mysql_connect and mysql_pconnect in php ?

March 18, 2018Tikam ShahLeave a Comment on What is difference between mysql_connect and mysql_pconnect in php ?

mysql_connect() and mysql_pconnect() deos the work for connection the database while there is little bit difference between them , p stands for stands for persistence connection. While we are using mysql_connect()…

Read More

What Is PDO and how to connect using PDO In PHP?

March 14, 2018Tikam Shah1 Comment on What Is PDO and how to connect using PDO In PHP?

The term PDO resembles for PHP Data Object . In short , PDO extensions defines a set of php extensions which provides the interface for accessing the database in php. It is…

Read More

How to connect with php mysql database ?

February 26, 2018Tikam ShahLeave a Comment on How to connect with php mysql database ?

The most Popular databases used with the php is MySQL . You can Connect with Php MySQL using  mysql_connect() function and mysql_select_db() function  to  select the database .  Rules : …

Read More




Recent Updates

  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
  • Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server
  • How To Install the Apache Web Server on Ubuntu 18.04
  • How to Create Virtual Hosts in Linux Apache ?
  • How to Calculate Date and Time Difference using date_diff in PHP ?
  • Mktime function in php ?
Copyright @: Tikam Shah by Tikam Shah.