代码搜索:mySQL

找到约 10,000 项符合「mySQL」的源代码

代码结果 10,000
www.eeworm.com/read/323119/13351151

bench-count-distinct

#!/usr/bin/perl # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library G
www.eeworm.com/read/323119/13351154

test-transactions

#!/usr/bin/perl # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library G
www.eeworm.com/read/323119/13351160

run-all-tests

#!/usr/bin/perl # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library G
www.eeworm.com/read/323119/13351162

compare-results

#!/usr/bin/perl # Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Library G
www.eeworm.com/read/402713/11529194

java sql.java

package Tools; import java.sql.*; public class sql{ String dbDriver = "com.mysql.jdbc.Driver"; String ConnStr = "jdbc:mysql://localhost:3306/Bank"; Connection Conn = null;
www.eeworm.com/read/153778/12006977

php username-ajax.php

www.eeworm.com/read/215396/15062076

java databaseconnection.java

package mypackage; import java.sql.*; public class DatabaseConnection { public static void main(String [] args) { String driver = "com.mysql.jdbc.Driver"; String url = "jdbc:mysql:/
www.eeworm.com/read/490291/1206198

properties~ db.properties~

#Fri Dec 12 14:34:51 CST 2008 user=root port=3306 password=123 url=jdbc\:mysql\://127.0.0.1\:3306/test driver=com.mysql.jdbc.Driver
www.eeworm.com/read/488989/1226501

php config.php

www.eeworm.com/read/480899/1312859

properties db.properties

driver=org.gjt.mm.mysql.Driver url=jdbc:mysql://localhost:3306/test?user=user&password=user&useUnicode=true&characterEncoding=GB2312