在本地不安装mysql数据库能连接吗?

本地不安装mysql 服务器是可以的,但是至少要安装客户端, 也要安装一个 ODBC 的驱动。下面这种情况, 是 连接本机的 MySQL前提是 本机安装了 MySQL , 并开启了 MySQL 的服务。E:\MySQL\MySQL Server 5.1\bin>mysql -u root -pEnter password: ***Welcome to the MySQL monitor. Command...
在本地不安装mysql数据库能连接吗?
本地不安装mysql 服务器是可以的,但是至少要安装客户端, 也要安装一个 ODBC 的驱动。
下面这种情况, 是 连接本机的 MySQL前提是 本机安装了 MySQL , 并开启了 MySQL 的服务。E:\MySQL\MySQL Server 5.1\bin>mysql -u root -pEnter password: ********Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 4Server version: 5.1.50-community MySQL Community Server (GPL)Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.This software comes with ABSOLUTELY NO WARRANTY. This is free software,and you are welcome to modify and redistribute it under the GPL v2 licenseType 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> 下面这种情况, 是 本机只有客户端, 没有运行服务程序。连接的是 另外一台机器上面的 MYSQL 数据库, 本机是没有数据库的。F:\mysql-4.1.10a-win32\bin>mysql -u test_user -h 192.168.56.101 -pEnter password: ************Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 8 to server version: 5.0.96-community-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql>
2022-12-14
mengvlog 阅读 12 次 更新于 2025-07-20 19:05:39 我来答关注问题0
檬味博客在线解答立即免费咨询

mySQL相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部