Pario TechnoBlob
About
Posts
Tag: Database
MySQL via PHP Cheat Sheet
Connect to MySQL and to the database // Connect to MySQL $connect = mysql_connect("localhost", "mysqluser", "userpassword") or...
Shell script to restart MySQL server if it is killed or not working
Shell script to restart MySQL server if it is killed or not working monitor_mysql.bash #!/bin/bash # Shell script to restart MySQL server if it is killed or not working # due...
Shell script to backup mySQL database
Shell script to backup MySql database mysql-backup.bash #!/bin/bash # Shell script to backup MySql database # To backup Nysql databases file to /backup dir and later pick up...
Howto: Connect MySQL server using C program API under Linux or UNIX
Many of the clients in the MySQL source distribution are written in C. If you are looking for examples that demonstrate how to use the C API, take a look at these clients. You...
««
«
1
2
3
4
…
6
»
»»