搜索资源列表
msql
- MySQL2DBASE converter and scr ipt execute
mysql-connector-java-5.0.4-bin
- MySQL驱动,做jsp课程设计要注意要把它放在正确的位置-MySQL driver, do jsp course design should pay attention to it in the correct location
Oreilly-Managing-a-Using-MySQL
- 使用型数据库Mysql的简介和使用 内容比较生动,mysql的故事-It was not too long ago that you were simply out of luck if you wanted to build an application backed by a robust database on a small budget. Your choices were quite simple: shell out thousands—or even tens or
mysql.so
- cd /usr/lib/php/modules ls ##查看 mysql.so 是否存在 若不存在请从其他服务器上下载该文件,并拷贝到此目录, chmod 755 /usr/lib/php/modules/mysql.so ##为mysql.so授权 vi /etc/php.ini ##编辑php.ini 添加mysql.so 找到extension=msql.so ,在下一行添加 : extension=mysql.so service
database
- 一个简单的用JAVA编写操作MSQL数据库的程序,可以对数据库进行添加、修改、删除、统计等操作。-A simple java program to handle MYSQL database, with the function of adding, deleting, changing and counting.
msql
- Sample code to connect Mysql and display data in ANSI C