MSSQL How long will data be in cache/buffer
How fast is data leving the cache, when it not access again. With this query, you can see how fast data will get expire, and overwritten by new data in…
How fast is data leving the cache, when it not access again. With this query, you can see how fast data will get expire, and overwritten by new data in…
Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo “60010 60030” > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or…
This guide is not complete to tweak you mySQL on Debian systems, because a good tweak is depending on what you want to use mySQL to. Key Buffer: The key…
Lidt kommandoer til at arbejde med mySQl Koble sig til en mySQL server $mysql_server = "localhost"; $mysql_bruger = "bruger"; $mysql_password = "password"; $mysql_database = "database"; if (!mysql_connect("$mysql_server","$mysq...