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...
Jul 3, 2007 1:17AM
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...
Jun 5, 2007 12:48AM
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...
Jun 5, 2007 12:41AM
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...
Jun 5, 2007 12:24AM
«« « 1 2 3 4  …  6 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom