database-server
connecting to a database server using fsockopen or socket functions and issuing commands
How do we connect to a database server using any programming language using socket functions. I am thinking like the protocols. For example smtp, http, ftp, imap.[详细]
2023-04-02 04:01 分类:问答How to safeguard my mysql_connect password (My database server's password)?
*This question is f开发者_运维问答or NON-local host\'s. *I am using a web-host service. NOT my personal server.[详细]
2023-03-22 05:35 分类:问答DB Server Requirements Advice
I am building a MySQL database with a web front end for a client. The client and their staff will use this webapp on a daily basis, c开发者_开发技巧reating anywhere from a few thousand, to possibly a[详细]
2023-03-18 19:57 分类:问答Getting info from the Postgres stats collector
I\'m working on small tool for gathering information about our postgres database and I have been looking at using the postgres Stats Collecter. It seems like there is a lot of info/stats in the table[详细]
2023-03-13 12:56 分类:问答how to connect to mysql on host on another computer on network
For $conn = mysql_connect(\"192.168.0.235\", \"root\", \"\") or die(\"Could not connect: \" . mysql_error());[详细]
2023-02-18 03:09 分类:问答Connect directly to a remote SQL Server with Delphi
I\'ve created a Delphi application that runs on multiple client computers across the country. The database it uses is SQL Server which is heavily dependent on stored procedures.[详细]
2023-02-15 22:15 分类:问答can anyone help me with this macro?
Anyone can explain in details what the following macro does? #define write_XDATA(address,value) (((char *)0x010000) [address]开发者_开发知识库=value)[详细]
2022-12-27 16:43 分类:问答