[JavaSE实验] JDBC and MySQL[JavaSE实验] JDBC and MySQL 1 JDBC JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC driver for that database. 2 About MySQL database MySQL is a leading open source database management system. It is a multi user, multithreaded database management system. MySQL is especially popular on the Apache, MySQL, PHP. Currently MySQL is owned by Oracle. MySQL database is available on most important OS platforms. It runs under BSD Unix, Linux, Windows or Mac. Wikipedia and YouTube use MySQL. These0 码力 | 23 页 | 2.52 MB | 1 年前3
MySQL ZIP Archive版本安装说明MySQL ZIP Archive版本安装说明 1 系统环境 硬件 Surface Pro 4; 操作系统 Windows 10专业版 16299.19 64bit; MySQL MySQL Community Server 5.7.20,Windows (x86,64bit) ZIP Archive; MySQL安装路径 C:\MySQL,请视自己计算机情况选择安装目录。 2 2 软件下载 MySQL下载地址:https://dev.mysql.com/downloads/mysql/ 下载版本:Windows (x86, 64-bit), ZIP Archive,mysql-5.7.20-winx64.zip 3 软件安装 使用管理员权限打开命令提示符,步骤:开始菜单选择Windows系统 - 命令提示符 - 在其上点击右键选择 - 更多 - 以管 理员身份运行。 理员身份运行。 定位到C盘根目录,创建MySQL目录。 将所下载的MySQL软件压缩包mysql-5.7.20-winx64.zip放在MySQL目录下,并使用解压缩工具(WinRAR等)解压 缩;cd到解压目录内,新建my.ini文件,并将以下内容拷贝到my.ini文件内。 [mysql] # 设置mysql客户端默认字符集 default-character-set=utf8 [mysqld]0 码力 | 4 页 | 756.23 KB | 1 年前3
09 MySQL 杨亮 《PHP语⾔程序设计》MySQL �� ����⼤大 • ��能�������� • ���能������������� • ����������⼤大��Oracle为也� • �����了�不������ • �����都�������� ���DBA��� ��MySQL�� �� id name age gender dept phone 1 �� 25 � ��� 137XXX 2 ��� 135XXX 3 �� 24 � ��� 130XXX 4 多� 25 � ��� 151XXX 2009�����的�Oracle�� 2008����Sun�� �� MySQL AB�� SQL: Structured Query Language Data Definition Language Data Manipulation Language Data Control 24 � ��� 130XXX 4 多� 25 � ��� 151XXX ����⼤大��������������� 3000+⼀一� ��MySQL����� ��� (����) ����phpMyAdmin为 ��� (���) mysql -h127.0.0.1 -P3306 -uroot -p123456 IP���host为 ���Port为 �0 码力 | 27 页 | 2.10 MB | 1 年前3
Django 4.2.x DocumentationUtilities Settings Frequently Asked Questions Databases General notes PostgreSQL notes MariaDB notes MySQL notes SQLite notes Oracle notes Subclassing the built-in database backends Using a 3rd-party database is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MariaDB, MySQL, or Oracle. To install such a database, consult the database installation information. Install Django ENGINE – Either 'django.db.backends.sqlite3', 'django.db.backends.postgresql', 'django.db.backends.mysql', or 'django.db.backends.oracle'. Other backends are also available. NAME – The name of your database0 码力 | 3305 页 | 3.16 MB | 1 年前3
Django 1.11.x Documentationand reusable apps Settings Frequently Asked Questions Databases General notes PostgreSQL notes MySQL notes SQLite notes Oracle notes Using a 3rd-party database backend django-admin and manage.py Usage optimization overview Python compatibility Django aims to be compatible with multiple different flavors and versions of Python: Jython support Python 3 compatibility Geographic framework GeoDjango This step is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MySQL, or Oracle. To install such a database, consult the database installation information. Remove any0 码力 | 2747 页 | 2.67 MB | 1 年前3
Django 3.2.x Documentationapps Settings Frequently Asked Questions Databases General notes PostgreSQL notes MariaDB notes MySQL notes SQLite notes Oracle notes Subclassing the built-in database backends Using a 3rd-party database is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MariaDB, MySQL, or Oracle. To install such a database, consult the database installation information. Install Django ENGINE – Either 'django.db.backends.sqlite3', 'django.db.backends.postgresql', 'django.db.backends.mysql', or 'django.db.backends.oracle'. Other backends are also available. NAME – The name of your database0 码力 | 3121 页 | 3.08 MB | 1 年前3
Django 4.0.x Documentationapps Settings Frequently Asked Questions Databases General notes PostgreSQL notes MariaDB notes MySQL notes SQLite notes Oracle notes Subclassing the built-in database backends Using a 3rd-party database is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MariaDB, MySQL, or Oracle. To install such a database, consult the database installation information. Install Django ENGINE – Either 'django.db.backends.sqlite3', 'django.db.backends.postgresql', 'django.db.backends.mysql', or 'django.db.backends.oracle'. Other backends are also available. NAME – The name of your database0 码力 | 3184 页 | 3.14 MB | 1 年前3
Django 1.11.x Documentationoptimization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.13 Python compatibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.14 optimization overview 1.13 Python compatibility Django aims to be compatible with multiple different flavors and versions of Python: • Jython support • Python 3 compatibility 1.14 Geographic framework GeoDjango This step is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MySQL, or Oracle. To install such a database, consult the database installation information. 2.2.3 Remove0 码力 | 1878 页 | 6.40 MB | 1 年前3
Django 4.1.x DocumentationUtilities Settings Frequently Asked Questions Databases General notes PostgreSQL notes MariaDB notes MySQL notes SQLite notes Oracle notes Subclassing the built-in database backends Using a 3rd-party database is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MariaDB, MySQL, or Oracle. To install such a database, consult the database installation information. Install Django ENGINE – Either 'django.db.backends.sqlite3', 'django.db.backends.postgresql', 'django.db.backends.mysql', or 'django.db.backends.oracle'. Other backends are also available. NAME – The name of your database0 码力 | 3240 页 | 3.13 MB | 1 年前3
Django 5.1 DocumentationUtilities Settings Frequently Asked Questions Databases General notes PostgreSQL notes MariaDB notes MySQL notes SQLite notes Oracle notes Subclassing the built-in database backends Using a 3rd-party database is only necessary if you’d like to work with a “large” database engine like PostgreSQL, MariaDB, MySQL, or Oracle. To install such a database, consult the database installation information. Install Django run the command-line client for your database and type \dt (PostgreSQL), SHOW TABLES; (MariaDB, MySQL), .tables (SQLite), or SELECT TABLE_NAME FROM USER_TABLES; (Oracle) to display the tables Django created0 码力 | 3513 页 | 3.17 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













