Home Database Mysql Tutorial 在NetWare上搭建MySQL数据库_MySQL

在NetWare上搭建MySQL数据库_MySQL

Jun 01, 2016 pm 02:02 PM
mysql build database

NetWare

    在NetWare服务器上运行MySQL数据库同在Linux、UNIX或Windows系统上运行是相同的。 NetWare作为文件和打印服务器操作系统已经久负盛名,它同样还是一个搭建网络数据库的平台。Microsoft SQL Server及Oracle使得Windows NT/2000获得了更广泛的认可,但在NetWare上同样能够运行SQL数据库。Novell通常将Oracle引入到Netware中,最近又提供了对流行的开放源代码数据库MySQL的支持。

  什么是MySQL?

  MySQL是一种支持SQL数据库语言的开放源代码数据库。MySQL按照GPL许可使用,这意味着只要不开发和出售基于MySQL的应用程序,你就可以免费使用MySQL。然而,如果你想出售基于MySQL的应用程序,则可以购买商用许可。

  像绝大多数的SQL数据库一样,MySQL的语法同Oracle或微软SQL Sever所使用的SQL稍有不同。这样的差异就类似于美语、澳大利亚语和英语的差异。MySQL变化不大的是对操作系统的支持。由于它是开放源代码的, MySQL已经被移植到了多种不同的操作系统上。MySQL支持如下操作系统,不同于Netware,如:

  Windows

  Linux

  Solaris

  FreeBSD

  Mac OS X

  出于本文目的,我将会讨论MySQL 4.013,该版本是现在MySQL企业环境中针对所有操作系统的版本。MySQL 4.1以及MySQL 5.0现在分别处于beta和alpha测试阶段。但现在还没有NetWare的相关测试版本。在企业中,无论如何你都不会希望运行测试版。因此这并不是个问题。

  获取MySQL及安装准备

  你可以从MySQL的下载页面获取MySQL for Netware。你必须在下载软件前填写一份表格,然后你将会被链至一个下载镜像页面,你可以从中选择一个站点来下载MySQL。你下载的文件(在本文发布时,该文件为mysql-standard-4.0.13-pc-netware-i686.zip)只有5.7 MB。因此下载过程不需要花很多时间。

  将文件提取到服务器上的临时目录,但先不要立即安装。首先,你必须确保你的Netware服务器已经为运行MySQL做好了准备。根据文档,MySQL只能运行在NetWare 6及更新版本上,因此如果你运行的是NetWare 4.x 或5.x,那么你似乎不那么幸运。我在自己的NetWare 5.1测试服务器上使用MySQL的确还没有遇到任何问题。然而,应当注意由于NetWare 5.1未被获得官方支持,你可能不应将其应用到企业环境。

  此外,你还必须在NetWare 6上运行Support Pack 2或更新的升级包,以及最新的C Libraries for NetWare。最终,你必须在NetWare服务器上拥有一份NSS卷标以支持MySQL的数据目录。

  安装LibC

  C Libraries即Novellspeak中的LibC,提供了对NetWare多线程以及多处理器应用的支持。如果你之前从未在NetWare服务器上使用过任何的第三方软件,你很有可能还没有安装这些软件。因为LibC以及MySQL都处于开发人员的频繁升级中,你应当确定你获取的是最新版本的 LibC以确保其同MySQL兼容。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to fix mysql_native_password not loaded errors on MySQL 8.4 How to fix mysql_native_password not loaded errors on MySQL 8.4 Dec 09, 2024 am 11:42 AM

One of the major changes introduced in MySQL 8.4 (the latest LTS release as of 2024) is that the "MySQL Native Password" plugin is no longer enabled by default. Further, MySQL 9.0 removes this plugin completely. This change affects PHP and other app

iOS 18 adds a new 'Recovered' album function to retrieve lost or damaged photos iOS 18 adds a new 'Recovered' album function to retrieve lost or damaged photos Jul 18, 2024 am 05:48 AM

Apple's latest releases of iOS18, iPadOS18 and macOS Sequoia systems have added an important feature to the Photos application, designed to help users easily recover photos and videos lost or damaged due to various reasons. The new feature introduces an album called "Recovered" in the Tools section of the Photos app that will automatically appear when a user has pictures or videos on their device that are not part of their photo library. The emergence of the "Recovered" album provides a solution for photos and videos lost due to database corruption, the camera application not saving to the photo library correctly, or a third-party application managing the photo library. Users only need a few simple steps

How does Go WebSocket integrate with databases? How does Go WebSocket integrate with databases? Jun 05, 2024 pm 03:18 PM

How to integrate GoWebSocket with a database: Set up a database connection: Use the database/sql package to connect to the database. Store WebSocket messages to the database: Use the INSERT statement to insert the message into the database. Retrieve WebSocket messages from the database: Use the SELECT statement to retrieve messages from the database.

How to save JSON data to database in Golang? How to save JSON data to database in Golang? Jun 06, 2024 am 11:24 AM

JSON data can be saved into a MySQL database by using the gjson library or the json.Unmarshal function. The gjson library provides convenience methods to parse JSON fields, and the json.Unmarshal function requires a target type pointer to unmarshal JSON data. Both methods require preparing SQL statements and performing insert operations to persist the data into the database.

The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? The page is blank after PHP is connected to MySQL. What is the reason for the invalid die() function? Apr 01, 2025 pm 03:03 PM

The page is blank after PHP connects to MySQL, and the reason why die() function fails. When learning the connection between PHP and MySQL database, you often encounter some confusing things...

PHP Database Connection Pitfalls: Avoid Common Mistakes and Misunderstandings PHP Database Connection Pitfalls: Avoid Common Mistakes and Misunderstandings Jun 05, 2024 pm 10:21 PM

To avoid PHP database connection errors, follow best practices: check for connection errors and match variable names with credentials. Use secure storage or environment variables to avoid hardcoding credentials. Close the connection after use to prevent SQL injection and use prepared statements or bound parameters.

How to efficiently integrate Node.js or Python services under LAMP architecture? How to efficiently integrate Node.js or Python services under LAMP architecture? Apr 01, 2025 pm 02:48 PM

Many website developers face the problem of integrating Node.js or Python services under the LAMP architecture: the existing LAMP (Linux Apache MySQL PHP) architecture website needs...

See all articles