代码搜索:mySQL
找到约 10,000 项符合「mySQL」的源代码
代码结果 10,000
www.eeworm.com/read/291185/8437216
pas frxmysqleditor.pas
{******************************************}
{ }
{ FastReport v3.0 }
{ MYSQL components design editors }
{
www.eeworm.com/read/338072/3325822
repository
vocal.modules/provisioning/cpp/pserver/dbmodules/mysql
www.eeworm.com/read/411046/2197867
repository
vocal.modules/provisioning/cpp/pserver/dbmodules/mysql
www.eeworm.com/read/385297/8809750
java createtable.java
import java .sql.*;
public class CreateTable {
String username = "root";
String password = "right";
String jdbcDriver="com.mysql.jdbc.Driver";
String url="jdbc:mysql://localhost:3306
www.eeworm.com/read/100768/7114691
txt database.txt
#usage mysql -u root -prootpasswd < database.txt
use mysql;
insert user (Host,User,Password) values('localhost','socketchat',PASSWORD('socketchat'));
create database socketchat;
# grant select,i
www.eeworm.com/read/323119/13350004
ini my-small.ini
# Example MySQL config file for small systems.
#
# This is for a system with little memory (
www.eeworm.com/read/323119/13351044
test-select
#!/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