2011年7月11日

Mysql 重置root密码(官方给出的方法)

摘要: Resetting the Root Password: Windows SystemsOn Windows, use the following procedure to reset the password for all MySQL root accounts: Log on to your system as Administrator. Stop the MySQL server if it is running. For a server that is running as a Windows service, go to the Services manager: From t 阅读全文

posted @ 2011-07-11 15:34 dawnruby 阅读(440) 评论(0) 推荐(0)

mysql_query() 与 mysql_unbuffered_query 之间的区别

摘要: mysql_unbuffered_query(PHP 4 >= 4.0.6, PHP 5)mysql_unbuffered_query -- 向 MySQL 发送一条 SQL 查询,并不获取和缓存结果的行说明resource mysql_unbuffered_query ( string query [, resource link_identifier] )mysql_unbuffered_query() 向 MySQL 发送一条 SQL 查询 query,但不像 mysql_query() 那样自动获取并缓存结果集。一方面,这在处理很大的结果集时会节省可观的内存。另一方面,可以在获取 阅读全文

posted @ 2011-07-11 15:03 dawnruby 阅读(388) 评论(0) 推荐(0)

导航