↧
Working with MS Access using PHP ODBC
Usually we use Mysql when we are working with PHP . But we can use any other database as well while working with php like MS Access , oracle & sql etc. In this article i am explaining how to work...
View ArticleImportant Mysql ssh commands – Mysql with linux
Export Mysql Database dump using SSH mysqldump -u <username> -p <password> <dbname>>filename.sql Note : above command will download the sql file to user directory of the server...
View Article