由买买提看人间百态

topics

全部话题 - 话题: mysql
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
s****e
发帖数: 1180
1
来自主题: Statistics版 - 如何在personal pc, mac 上装mysql
感觉申请entry level的学生有必要自己练一下sql,毕竟大部分学校的统计系不讲这方
面的东西。现在说说如何在personal pc, mac 上装mysql
personal pc:
先装mysql workbench 在这儿:
http://dev.mysql.com/downloads/workbench/
然后再装MySQL server 在这:
http://dev.mysql.com/downloads/mysql/
好像还要设密码,然后就work了。
mac:
安装mysql workbench 在这:
http://dev.mysql.com/downloads/workbench/
安装mysql server 在这:
http://dev.mysql.com/downloads/mysql/
然后,在mac的terminal 上,用command:
cd /usr/local/mysql/bin
sudo ./mysqld_safe --console
就可以connect了。好像也要用密码。
B*****g
发帖数: 34098
2
【 以下文字转载自 JobHunting 讨论区 】
发信人: ricky8413 (上善若水), 信区: JobHunting
标 题: job openning-Test and Quality Engineer,MySQL Database Administrator
发信站: BBS 未名空间站 (Fri Jan 13 18:21:20 2012, 美东)
Ask.com, Oakland, CA
Test and Quality Engineer
Summary
Ask.com is looking for a Test and Quality Engineer who is technically
skilled and passionate about testing. The candidate will work side-by-side
with the Development and Release Engineering teams in a fast-paced, Agile/
SCRUM environment. This position must u... 阅读全帖
r*******3
发帖数: 35
3
Ask.com, Oakland, CA
Test and Quality Engineer
Summary
Ask.com is looking for a Test and Quality Engineer who is technically
skilled and passionate about testing. The candidate will work side-by-side
with the Development and Release Engineering teams in a fast-paced, Agile/
SCRUM environment. This position must use their knowledge of QA best
practices and methods along with their scripting experience to ensure
quality throughout the site and maintain and extend Ask’s testing framework
including... 阅读全帖
n****e
发帖数: 1403
4
来自主题: Military版 - MySQL也是Oracle的嘛
MariaDB就是2009年Oracle买下Sun后,MySQL核心开发组几个大拿出来新开了一摊,
MariaDB的release 和MySQL同步,只在各别参数上和MySQL不同。
不过,目测用PostgreSQL 人比MySQL/MariaDB的增长快很多。估计过几年开源数据库
PostgreSQL 市场占有率能跟MySQL/MarisDB差不多甚至超过。


: mysql不怕,oracle闭源了可以用早期的版本。

: 再说了,新的mysql叫mariadb

: 现在Amazon aws Cloud的数据库 主推Aurora. Aurora 又分Aurora-MySQL 和
Aurora-

: Postgresql. 个人感觉因为MySQL现在虽然开源但丁毕竟是Oracle所有哪天说不
开源就

: 不开了,所以PostgreSQL更火一些,亚马逊推Aurora-PostgreSQL力度也更大。

f********r
发帖数: 16
5
来自主题: Database版 - 问个关于JDBC和MySQl的问题
我的MYSQL server 是装在redhat6.2下.我试图从远程访问. 我是第一次接触JDBC
和mysql.自己想的连接结构是这样的: MySQL server在远端,IP is
137.132.159.221 ; 我在另一台pc上试图访问它.该pc上安装了JDK1.2.2,
MM.MySQL. 我的程序应用MM.MySQL提供的class,MM.MySQL再和JDBC communicate.
JDBC 完成网络连接以及数据库存取等工作. 这样来作,有没有问题?
另外,我用MM.MySQL连接remote MySQL server的时候,出现了这种错误:
SQLException:Invalid authorization specification: Access denied for
user:'guest@'(Using passowrd: NO)
SQLState:28000
VendorError:1045
关于建立连接的语句,我是这样写的(实际上是从MM.MySQL的document里抄的,
不该有错:():
Connection C = DriverManage
x***y
发帖数: 633
6
【 以下文字转载自 Database 讨论区 】
发信人: xnxky (change, change, change), 信区: Database
标 题: About the latency of reading from mysql binlog
发信站: BBS 未名空间站 (Wed Nov 18 14:05:32 2015, 美东)
Hi, friends, I have a very urgent problem about mysql binlog latency, and
any help is greatly appreciated!
Here is my scenario:
We use ec2 instance running https://github.com/shyiko/mysql-binlog-connector
-java to read binlogs from an aws rds mysql master (which is row based
replication and bandwidth and throughput are not a... 阅读全帖
k****j
发帖数: 10
7
来自主题: BuildingWeb版 - [转载] SSH与MySQL冲突?
【 以下文字转载自 Database 讨论区,原文如下 】
发信人: ksnkjj (ksnkjj), 信区: Database
标 题: SSH与MySQL冲突?
发信站: The unknown SPACE (Mon Jul 8 17:55:13 2002) WWW-POST
首先说明,这不是利用ssh做tunnel的问题。
在windows2000装mysql的win32版本。另安装cygwin包含sshd服务器。
在本地启动mysql客户端,登陆数据库没有问题。
在远端机器用ssh客户端(putty或cygwin的ssh,ssh2或ssh1)登陆本地机器后,使用mysql
客户程序登陆数据库,没有响应。例如
./mysql --username=xxxx --password=xxxx后,屏幕不出现任何信息。敲回车键会换行
,但是仍然没有任何信息出现。只能Ctrl-C退出。
mysql.ini试了skip-networking,无论enable或disable都一样。
是mysql配置问题还是ssh和mysql冲突?
l****n
发帖数: 12
8
来自主题: Database版 - MySQL数据库用户管理求助
我想删除匿名用户,但是出错,怎么解决,谢谢!
$ /usr/local/mysql/bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49 to server version: 3.22.32-log
Type 'help' for help.
mysql> delete from user where user="";
ERROR 1046: No Database Selected
mysql> delete from user where user=" ";
ERROR 1046: No Database Selected
mysql> delete from user where user=' ';
ERROR 1046: No Database Selected
mysql> delete from user where user='';
ERROR 1046: No Databa
l****h
发帖数: 1
9
来自主题: Database版 - Almost give up: Mysql start error
Please help me! I tried to use mysql in my apache server on Linux RedHat 8.0.
I installed the mysql package with the installation of Linux.
But whenever i tried to start mysql, there is error:
ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (111)
And also I cannot locate the file: mysql.sock. Also I check and find that
mysql is not running yet. But I cannot get it run. So please give any
suggestions.
I will highly appreciate it.
g*****y
发帖数: 36
10
来自主题: Database版 - 我应该装那一款mySQL啊?
MySQL Community Server是MySQL的社区版本
MySQL Cluster是MySQL的集群版本
MySQL Workbench (GUI Tool)是MySQL的图形化客户端工具。
你应该装MySQL Community Server作为服务器端,客户端可以用MySQL Workbench或者
命令行工具。
r*****3
发帖数: 143
11
中文名: Apache+MySQL+memcached+Perl开发高速开源网站
原名: Developing Web Applications with Apache, MySQL, memcached, and Perl
作者: (美)加尔布雷斯
译者: 李冰
李文革
刘志彬
图书分类: 软件
资源格式: PDF
版本: 扫描版
出版社: 清华大学出版社
书号: 9787302244066
发行时间: 2011年
地区: 大陆
语言: 简体中文
简介:
内容简介
本书会单独地讲解LAMMP栈中的每个组件,因此您可以深入理解每个组件。然后本
书会把所有分开的部分组合在一起,以便能够有效地使用它们来开发Web应用程序。这
不是一本典型的Web应用程序编程书籍,它是由一个在小型机构中必须实现许多不同角
色的作者写成的。在这样的机构中,他必须扮演各种角色:数据库管理员、系统管理员
,甚至是Perl应用程序编码人员。这也不是一本有关Web应用程序设计方面的书籍,本
书所呈现的Web应用程序以尽量简单的设计一笔带过。
目录:
第1章 LAMMP
第2章 MySQL
第3章 MySQL高级进阶
... 阅读全帖
k****j
发帖数: 10
12
来自主题: Security版 - [转载] SSH与MySQL冲突?
【 以下文字转载自 Database 讨论区,原文如下 】
发信人: ksnkjj (ksnkjj), 信区: Database
标 题: SSH与MySQL冲突?
发信站: The unknown SPACE (Mon Jul 8 17:55:13 2002) WWW-POST
首先说明,这不是利用ssh做tunnel的问题。
在windows2000装mysql的win32版本。另安装cygwin包含sshd服务器。
在本地启动mysql客户端,登陆数据库没有问题。
在远端机器用ssh客户端(putty或cygwin的ssh,ssh2或ssh1)登陆本地机器后,使用mysql
客户程序登陆数据库,没有响应。例如
./mysql --username=xxxx --password=xxxx后,屏幕不出现任何信息。敲回车键会换行
,但是仍然没有任何信息出现。只能Ctrl-C退出。
mysql.ini试了skip-networking,无论enable或disable都一样。
是mysql配置问题还是ssh和mysql冲突?
c********1
发帖数: 421
13
来自主题: BuildingWeb版 - 吐槽 MySQL
【 以下文字转载自 Programming 讨论区 】
发信人: coupondea1 (coupon and deal), 信区: Programming
标 题: 吐槽 MySQL
发信站: BBS 未名空间站 (Tue Aug 26 18:25:32 2014, 美东)
MySQL的问题实在太多。
1. 一台机器上的数据库,里面有中文信息,死活无法成功导入到另一台机器上
的mysql,总显示乱码。修改了所有的设置都无用,不是这种乱码就是另外一种乱码。
2,另外一个DB,用phpMyAdmin生成导出.sql文件,在导入另一台机器上时
报错there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT
or ON UPDATE clause
仔细检查.sql文件,发现只有一列是用的ON UPDATE CURRENT_TIMESTAMP
其它的列连 on UPDATE / DEFAULT 语句都没有
后来才知道,该表中有2列均为timestamp,其中之一设了ON UPDATE
CURRENT_TIM... 阅读全帖
k****j
发帖数: 10
14
来自主题: Database版 - SSH与MySQL冲突?
首先说明,这不是利用ssh做tunnel的问题。
在windows2000装mysql的win32版本。另安装cygwin包含sshd服务器。
在本地启动mysql客户端,登陆数据库没有问题。
在远端机器用ssh客户端(putty或cygwin的ssh,ssh2或ssh1)登陆本地机器后,使用mysql
客户程序登陆数据库,没有响应。例如
./mysql --username=xxxx --password=xxxx后,屏幕不出现任何信息。敲回车键会换行
,但是仍然没有任何信息出现。只能Ctrl-C退出。
mysql.ini试了skip-networking,无论enable或disable都一样。
是mysql配置问题还是ssh和mysql冲突?
v*****r
发帖数: 1119
15
来自主题: Database版 - Linux server, mysql
I don't think you can invoke OS command inside mysql prompt. You can try:
1. Use tee to spool
mysql> tee all_tables.txt
Logging to file 'all_tables.txt'
mysql> show tables;
+--------------------------------+
| Tables_in_mypdc |
+--------------------------------+
| activemeasurement |
| calculatedmeasurement |
| calculatedmeasurementdetail |
| company |
| configurationentity |
| customactionadapter |
| customaction... 阅读全帖
x***y
发帖数: 633
16
Hi, friends, I have a very urgent problem about mysql binlog latency, and
any help is greatly appreciated!
Here is my scenario:
We use ec2 instance running https://github.com/shyiko/mysql-binlog-connector
-java to read binlogs from an aws rds mysql master (which is row based
replication and bandwidth and throughput are not an issue).The number of
binlogs is around 1k per second. The P99 network IO is about 50ms and the
P99 time between 2 IOs is about 90 ~ 100ms.
However, when we extract the time... 阅读全帖
s********2
发帖数: 138
17
来自主题: Biology版 - Who is familiar with MySQL? Help me!
I am using a software which must interact with MySQL database. I have
installed this software (named stacks) and MySQL. There are two command when
I use this software:
~/directory mysql -e "CRAETA DATABASE 1"
~/directory 1 < /usr/local/share/stacks/sql/stacks.sql
I am a very new to linux system and MySQL. I know the first command is going
to create a database in MySQL named 1. The manual of the software explains
the second command as "send the database table definitions to the server to
create a... 阅读全帖
I*****y
发帖数: 6402
18
来自主题: Biology版 - Who is familiar with MySQL? Help me!
install a MySQL management UI software such as phpmyadmin on your server,
and then import the .sql file through the user interface, and it can track
down what error (if any) it throws to you.
the second command line is an attempt to import the mysql dump file. However, I think the command
line is wrong, though I'm not sure what Linux distro you are using. If you are on the kernel prompt (e.g.
ssh), use this command:
mysql -u username -p database_name < /path/to/the/mysql/dump/directory/dumpfile.... 阅读全帖
B*****g
发帖数: 34098
19
【 以下文字转载自 Database 讨论区 】
发信人: coolbid (Dreams bring hopes), 信区: Database
标 题: CINAOUG/CINASSUG MySQL 2013讲座
发信站: BBS 未名空间站 (Fri Jun 28 01:36:46 2013, 美东)
MySQL 2013 : Novice to Expert in 1 Hour
时间: 7/25/2013,星期四,美东夏令时晚上9点-10点
讲座者:Yunmeng (Senior MySQL DBA)
讲座对象:数据库爱好者
讲座内容:
MySQL 5.5 新技术新动向介绍
- Introduction to MySQL
- db parameter tuning
- indexing
- replication
- cool stuff of MySQL
参加办法:全部免费,无需报名,讲座当天连接到网址
http://www.AnyMeeting.com/cinaoug1 (Link available after 8:50 PM)
中国人北美oracle用户组
http:/... 阅读全帖
c********i
发帖数: 695
20
这个问题,可以说网上好多答案,至于为什么用mysql或者说为什么没有用高贵的
oracle和“贵足”db2,这个也是仁者见仁智者见智,我自己结合我看到的几家公司的
情况,自我感觉应该是如下:
1.当下IT行业的走向是开源化、免费化。开源话就意味着我可以定制更加符合我自己需
求的数据库。免费可以节省我的开销。
2.可定制的呼声越来越高。现在死板的数据库,功能是很强大,但是功能强大,用到的
也无非那几个功能,或者有些比较适合自己使用的功能,oracle等无法定制。所以
mysql这种开源的数据库会越来越火。不过mysql在oracle的带领下,更新速度明显降低
,这应该是oracle本身的问题而不是mysql的问题,当某天mysql消失的时候,肯定会有
一个更加优秀、开源、可定制性更高的数据库来代码mysql。
3.软件的利润逐渐降低,朝着一个:你买我硬件,我送你配套的软件,靠硬件和服务来
获取利润的方向发展。预估几年后,苹果的ios和mac系统、微软的windows系统将会慢
慢的降低费用或者直接免费,但这两家公司短时间内应该不会开源,代码还是他们的一
笔不可忽视的财富。
s****n
发帖数: 489
21
来自主题: Database版 - 安装mysql遇见的问题。
刚开始安装mysql的时候选择装在D盘。然后执行mysqld-nt install
后来卸载的时候忘记先关服务就删除了。现在遇见的问题是我重新
安装mysql在C盘,然后执行mysqld-t install的时候老告诉我
service already exists
the current server installed d:\mysql\bin\mysqld-nt
可我已经把D盘的给卸载了啊。
net stop mysql后告诉我没有启动mysql
net start mysql又告诉我3号错误。
faint.到底怎么回师?大峡救命
g******g
发帖数: 5
22
【 以下文字转载自 Linux 讨论区 】
发信人: guithing (qq), 信区: Linux
标 题: How to set mysql server to autostart as booting
发信站: BBS 未名空间站 (Tue Oct 25 17:35:45 2005), 转信
I followed the instructions in the
/usr/local/mysql/support-files/mysql.server
copy this file to /etc/init.d
and then linked it to the following two files:
/etc/rc3.d/S99mysql /etc/rc0.d/K01mysql
Then after I reboot my PC, mysql server does not
show up. The general way to startit up is:
/usr/local/mysql/bin/safe_mysqld --user=mysql &
M*****r
发帖数: 1536
23
http://blogs.mysql.com/kaj/2008/05/06/mysql-server-is-open-source-even-backup-extensions/
As reported yesterday from CommunityOne:
* MySQL Server is and will always remain fully functional and open
source,
* so will the MySQL Connectors, and
* so will the main storage engines we ship.
In addition:
* MySQL 6.0’s pending backup functionality will be open source,
* the MyISAM driver for MySQL Backup will be open source, and
* the encryption and compression backup features wi
f*******w
发帖数: 407
24
来自主题: Database版 - 我应该装那一款mySQL啊?
我应该装那一款mySQL啊?
自己电脑上装了php和apache,要装mySQL,主要是自己学习用,并不是要真正把自己的电
脑做server对外提供service,我应该装哪一个啊- http://dev.mysql.com/downloads/ 有那么多的选项:
MySQL Community Server
MySQL Cluster
MySQL Workbench (GUI Tool)
等等
r********n
发帖数: 7441
25
来自主题: Database版 - windows下mysql odbc 设置问题
mysql server 在本地机器上, windows 7 操作系统
重新装机后,mysql数据源怎么都找不到了,请问咋回事?
就是在windows下ODBC设置里面,我已经下载安装了新的mysql odbc driver
启动mysql后,在odbc中无法找到本地mysql数据库 (下拉列表无法自动列出mysql中已
经装载的数据库),请问是咋回事?其他安装数据源(access 和 sql server)都没问题
G*Y
发帖数: 39
26
汗,不知道标题有没有说清楚,再具体解释一下
是买了一个hosting服务,供应商给的ssh tunneling说明书是基于windows的,这个我
已经尝试成功,挺简单,就是putty的ssh tunnel里面设置一下源端口(source,比如
3305)和目标端口(3306,应该是数据库默认端口),然后就可以在自己的windows机器上
补充说明:windows 用putty连的时候,session的设置就不是22端口,而是21098
mysql -P 3305 -u USER -pPASSWORD
就可以直接连接到服务器的3306端口,也就是mysql
然后想从amazon的Amazon Linux version 2013.09(是买的Amazon的aws服务) 也往那
个hosting服务器做这么一个隧道,可是目前只能建立连接,却怎么也无法真正使用
hosting服务器上的mysql
我建立连接用的这句话
ssh -N -f -p 21098 -L 3305:HOSTING_SERVER:3306 USER@HOSTING_SERVER
然后提示输入HOSTINGSERVER... 阅读全帖
G*Y
发帖数: 39
27
汗,不知道标题有没有说清楚,再具体解释一下
是买了一个hosting服务,供应商给的ssh tunneling说明书是基于windows的,这个我
已经尝试成功,挺简单,就是putty的ssh tunnel里面设置一下源端口(source,比如
3305)和目标端口(3306,应该是数据库默认端口),然后就可以在自己的windows机器上
补充说明:windows 用putty连的时候,session的设置就不是22端口,而是21098
mysql -P 3305 -u USER -pPASSWORD
就可以直接连接到服务器的3306端口,也就是mysql
然后想从amazon的Amazon Linux version 2013.09(是买的Amazon的aws服务) 也往那
个hosting服务器做这么一个隧道,可是目前只能建立连接,却怎么也无法真正使用
hosting服务器上的mysql
我建立连接用的这句话
ssh -N -f -p 21098 -L 3305:HOSTING_SERVER:3306 USER@HOSTING_SERVER
然后提示输入HOSTINGSERVER... 阅读全帖
c********1
发帖数: 421
28
来自主题: Programming版 - 吐槽 MySQL
MySQL的问题实在太多。
1. 一台机器上的数据库,里面有中文信息,死活无法成功导入到另一台机器上
的mysql,总显示乱码。修改了所有的设置都无用,不是这种乱码就是另外一种乱码。
2,另外一个DB,用phpMyAdmin生成导出.sql文件,在导入另一台机器上时
报错there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT
or ON UPDATE clause
仔细检查.sql文件,发现只有一列是用的ON UPDATE CURRENT_TIMESTAMP
其它的列连 on UPDATE / DEFAULT 语句都没有
后来才知道,该表中有2列均为timestamp,其中之一设了ON UPDATE
CURRENT_TIMESTAMP, 另外一列虽然没有设ON UPDATE CURRENT_TIMESTAMP
也没有设DEFAULT,但mysql在建表时会自动加上DEFAULT CURRENT_TIMESTAMP
………无耻!………自己加上 DEFAULT 0就可以了
3,在linux机器上初次安... 阅读全帖
S***x
发帖数: 2382
29
来自主题: Statistics版 - SAS ODBC连接MySQL安装过程小结
星期五把SAS ODBC搞定了,本来想休息两天,暂时不去碰这些东西,呵呵
不过今天看到oloolo和ciarad的回帖,心想早点写出来免得过两天忘记了,
而且也请高手们指正。。
言归正传,前几天装好MySQL远程机之后就想试试用SAS连,网上看了看有两种
方法,一种是libname xxx ODBC, 一种是libname xxx MySQL, 星期五一早先试
了试ODBC,发现不work,系统给了个CLI, 代号113的错误,又试了试mysql,还是不work,
mysql说找不到mysql engine,想了想觉得是license的问题,中午打电话给sas
公司,被告知我的版本不包括mysql engine,只能用ODBC。
既然ODBC不work,显然要装ODBC driver,上网找了找,unixodbc.org上都有,下了
一个2.2.11,然后开始装,一开始装就出错,半道上configure不走了,说要qt2.2,
于是跑去下qt,qt的网站巨慢,吃完中饭回来还没下完,2:30 qt下好,开始装,装到
一半报错,说xxx没有装,没耐性再去找了,就ignore,装好qt之后装
m****a
发帖数: 394
30
hi,
MySQL: mysql-3-23-21-beta-win.zip
MSACCESS: MS OFFICE 2000 suite
MyODBC: myodbc-2-50-19-nt.zip
i installed all of them in my own machine, windows 2000, and start the MySQL
as a service, and i can import the data from MySQL server to MSACCESS smoothly
BUT when I tried to export the M.S.ACCESS data to MySQL, i got below error
mesg:
error: ODBC call failed
[Microsoft][ODBC driver manager(#0)
what does that mean? I need your help, guys.
L**********t
发帖数: 9
31
来自主题: Database版 - anonymous login in mysql?
To add a user, first log in as root
shell> mysql -u root -p
Then you can add new users by issuing GRANT statements:
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@"%"
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
mysql> GRANT USAGE ON *.* TO dummy@localhost;
M*****r
发帖数: 1536
32
来自主题: Database版 - MySQL founder quits Sun(ZZ)
http://valleywag.com/5045707/mysql-founder-quits-sun
MySQL founder quits Sun
"Just heard that Monty gave his resignation to Sun today," a tipster we
trust writes about Michael Widenius, the Finnish-born main author of open-
source database software MySQL. Sun Microsystems had aqcuired Monty's
company, also called MySQL, for a cool billion in January. So who's running
the show now? Best guess is Brian Aker, another prominent MySQL developer.
Aker released a lightweight, Web 2.0-oriented version o
M*****r
发帖数: 1536
33
http://arstechnica.com/news.ars/post/20081201-mysql-creator-version-5-1-released-with-fatal-bugs.html
MySQL creator: version 5.1 released with "fatal bugs"
By Ryan Paul | Published: December 01, 2008 - 09:28PM CT
Related Stories
* Sun targets open source LAMP stack with MySQL acquisition
* LinkedIn chooses MySQL Enterprise
Sun has announced the official release of MySQL 5.1, a new version of the
popular open source database software. Although Sun has declared that this
version is ready f
l********0
发帖数: 283
34
来自主题: Database版 - 这两天mysql总是出现一个问题
问题是这样的:
Linux: CentOS release 5.2 (Final)
MySQL:Ver 14.12 Distrib 5.0.22, for redhat-linux-gnu (x86_64) using readline
5.0
这几天总是出现这个问题:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var
/lib/mysql/mysql.sock' (2)
在Linux的shell里面建立mysql连接时,总是这样
已经找了Google,试了一些方法,但是都无效
大家有没有遇到类似问题?如何解决的?谢谢
f*******w
发帖数: 407
35
mySQL就是安装不上-service cannot be started
电脑第一次安装mySQL很顺利地就安装好了。后来因为跟PHP连不上,觉得可能是mySQL
的问题,就重装了。可是后来却怎么也装不好,问题就是最后execute得时候,老是
service can not be started. 按照网上的说明,问题是因为有原来装了留下的文件没
有完全删除,所以重装往往会有问题。问题的解决只要把原来装的文件全部清除就是了
,清除的方法有用sc delete mysql命令,以及在注册表里头把原来的文件清除等等。
可是我进行了这些操作后,仍然是原来的问题。我想我应该把原来的按照清除干净了,
因为当我在configure mySQL的时候,在设置root 的password的时候都没有叫我输入原
来的密码而只是输入密码和confirm密码-只有两行而非三行。可是为什么还是安装不
上呢?并且还是老问题。大侠能帮帮忙吗?谢谢
参考过的网页有
http://www.andy.name.my/2009/03/cannot-create-windows-service-for-mysqlerr... 阅读全帖
R*******c
发帖数: 249
36
因为找工作需要,想学一下SQL,以前没接触过数据库。。。
下载安装了MySQL Community Server,最后好像只有MySQL command line client,好
像是用来输命令的,不像其他的软件有个可以操作的界面什么的,是得安装其他的东西
么(好像是MySQL Workbench?)?还是这个MySQL command line client就够了?
多谢~~
R*******c
发帖数: 249
37
因为找工作需要,想学一下SQL,以前没接触过数据库。。。
下载安装了MySQL Community Server,最后好像只有MySQL command line client,好
像是用来输命令的,不像其他的软件有个可以操作的界面什么的,是得安装其他的东西
么(好像是MySQL Workbench?)?还是这个MySQL command line client就够了?
多谢~~
s***u
发帖数: 41
38
beijing:
非常感谢你给我提供的信息!
我大致看了一下,还没有操作。请问你按照你提供的这些步骤,是不是主要就是为了装
MySQL Migration toolkit? 刚发现我机器上有MySQL Migration toolkit? (version
1.1.1.2), 但是没有MySQL workbench。---是不是只要有MySQL Migration
toolkit就可以转换了。(Access 2003 database to MySQL),但是这也就限制于数
据转移而已。要在网上那个实现那个Access数据系统的其他功能,我还需要做其他工作
。 是吗?
谢谢。
shaou
c*****d
发帖数: 6045
39
来自主题: Database版 - CINAOUG/CINASSUG MySQL 2013讲座
MySQL 2013 : Novice to Expert in 1 Hour
时间: 7/25/2013,星期四,美东夏令时晚上9点-10点
讲座者:Yunmeng (Senior MySQL DBA)
讲座对象:数据库爱好者
讲座内容:
MySQL 5.5 新技术新动向介绍
- Introduction to MySQL
- db parameter tuning
- indexing
- replication
- cool stuff of MySQL
参加办法:全部免费,无需报名,讲座当天连接到网址
http://www.AnyMeeting.com/cinaoug1 (Link available after 8:50 PM)
中国人北美oracle用户组
http://www.mitbbs.com/article_t2/Database/31148641.html
北美华人SQL Server User Group
http://www.mitbbs.com/article_t2/Database/31163703.html
c*****d
发帖数: 6045
40
【 以下文字转载自 JobHunting 讨论区 】
发信人: hman (好古), 信区: JobHunting
标 题: [提供内推] Senior DBA (SFO市区, mysql, cassandra, redis, h (转载)
发信站: BBS 未名空间站 (Thu Oct 10 22:40:08 2013, 美东)
发信人: hman (好古), 信区: JobMarket
标 题: [提供内推] Senior DBA (SFO市区, mysql, cassandra, redis, hadoop)
发信站: BBS 未名空间站 (Thu Oct 10 22:38:06 2013, 美东)
今天突然收到HR email说公司在招Senior Database Administrator, 不知道这里有没
有朋友有兴趣,可以私信我,最好可以简单介绍下自己,再提供一个email发JobInvite
用。
=====================
关于我们公司
=====================
公司在SFO市区,距离BART站二分钟。JAVA house, 现... 阅读全帖
m*******p
发帖数: 141
41
【 以下文字转载自 Working 讨论区 】
发信人: moresleep (moresleep), 信区: Working
标 题: [技术问题] 修改一个php + mysql, 想换成其他的。
发信站: BBS 未名空间站 (Mon Feb 27 18:31:03 2012, 美东)
内部一个非正式的php+mysql站点。
原来的代码一团糟。
做的人走了。我偶尔需要改一下, 加一个新功能。
非常小。 只有我们几个人每天访问。
我不太想用mysql和php了。
有没有其他的选择?
nosql?
另外,如果不用php,用什么比较好。
俺只会C++,知道php + mysql很好。
但是还想知道其他的选择, 学习点新东西。
请推荐几个类似于php + mysql 的搭配。
谢谢
k*z
发帖数: 4704
42
来自主题: Statistics版 - 关于MySQL和MS SQL
query上没有任何区别,就是语法上有点不同例如mysql里有tinytext这种mssql里没有
的format.还有mysql的语法相对简洁一些。
还有MSSQL是一个包裹支持SSIS,SSRS,SSAS,可能涉及到收据抽取,分析,报表一个流程
。 Mysql必须和开源的BI软件结合才可以(Pentaho/JReport)。
我最近建分别用Mysql和MSSQL建立了两个微型的数据集市,总体来说MSSQL更简单一些
,Mysql因为是开源的,有点麻烦。
a****r
发帖数: 12375
43
来自主题: Military版 - MySQL也是Oracle的嘛
mysql不怕,oracle闭源了可以用早期的版本。
再说了,新的mysql叫mariadb

现在Amazon aws Cloud的数据库 主推Aurora. Aurora 又分Aurora-MySQL 和 Aurora-
Postgresql. 个人感觉因为MySQL现在虽然开源但丁毕竟是Oracle所有哪天说不开源就
不开了,所以PostgreSQL更火一些,亚马逊推Aurora-PostgreSQL力度也更大。
l***3
发帖数: 367
44
【 以下文字转载自 Database 讨论区 】
发信人: lv123 (lv123), 信区: Database
标 题: DBA position (Oracle/MySQL/Mongo) in Los Angeles, CA
关键字: DBA,mysql,oracle,mongo
发信站: BBS 未名空间站 (Wed Jun 11 19:18:50 2014, 美东)
My company (a sport media company in West Los Angeles ) is looking for a
senior or junior DBA.
Oracle 11g RAC(primary database), MySQL (new products are starting with
MySQL) and MongoDB (we are very new to Mongo, so it is not mandatory, better
have some knowledge) are used.
No oncall needed, work load is OK,... 阅读全帖
l***3
发帖数: 367
45
【 以下文字转载自 Database 讨论区 】
发信人: lv123 (lv123), 信区: Database
标 题: DBA position (Oracle/MySQL/Mongo) in Los Angeles, CA
关键字: DBA,mysql,oracle,mongo
发信站: BBS 未名空间站 (Wed Jun 11 19:18:50 2014, 美东)
My company (a sport media company in West Los Angeles ) is looking for a
senior or junior DBA.
Oracle 11g RAC(primary database), MySQL (new products are starting with
MySQL) and MongoDB (we are very new to Mongo, so it is not mandatory, better
have some knowledge) are used.
No oncall needed, work load is OK,... 阅读全帖
S*******C
发帖数: 822
46
我已经可以用windows命令行成功连接远端Amazon EC2 MySQL server,并且设置完数据
库和表格。
接下来要解决怎么在装上Amazon AWS插件的Eclipse IDE开发的JAVA代码中配置连接这
个MySQL数据库。
按照AWS官方教程
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_de
Establish a database connection in your code using your Amazon RDS DB
Instance's connectivity information. You can access your connectivity
information using environment variables. The following shows how you would
connect to the database on an RDS instance.
String dbName = System.getProperty("RDS_DB_NA... 阅读全帖
S*******C
发帖数: 822
47
本机测试成功是指用本机上的Tomcat运行成功
但使用的MySql数据库是AWS提供的云端MySQL,,不是本机Mysql
这个问题我已经解决了
我没做任何更改
重新建一个mysql instance后问题自动解决了

java
h**n
发帖数: 64
48
【 以下文字转载自 JobMarket 讨论区 】
发信人: hman (好古), 信区: JobMarket
标 题: [提供内推] Senior DBA (SFO市区, mysql, cassandra, redis, hadoop)
发信站: BBS 未名空间站 (Thu Oct 10 22:38:06 2013, 美东)
今天突然收到HR email说公司在招Senior Database Administrator, 不知道这里有没
有朋友有兴趣,可以私信我,最好可以简单介绍下自己,再提供一个email发JobInvite
用。
=====================
关于我们公司
=====================
公司在SFO市区,距离BART站二分钟。JAVA house, 现在500来人,产品是social
customer care, social media marketing, 全部cloud based,客户几百个,很多big
names, 预计明年可以IPO(好像去年也是这么说的)。
公司环境是典型的硅谷IT公司,有吃有喝有玩,老中不少,fo... 阅读全帖
h**n
发帖数: 64
49
【 以下文字转载自 JobMarket 讨论区 】
发信人: hman (好古), 信区: JobMarket
标 题: [提供内推] Senior DBA (SFO市区, mysql, cassandra, redis, hadoop)
发信站: BBS 未名空间站 (Thu Oct 10 22:38:06 2013, 美东)
今天突然收到HR email说公司在招Senior Database Administrator, 不知道这里有没
有朋友有兴趣,可以私信我,最好可以简单介绍下自己,再提供一个email发JobInvite
用。
=====================
关于我们公司
=====================
公司在SFO市区,距离BART站二分钟。JAVA house, 现在500来人,产品是social
customer care, social media marketing, 全部cloud based,客户几百个,很多big
names, 预计明年可以IPO(好像去年也是这么说的)。
公司环境是典型的硅谷IT公司,有吃有喝有玩,老中不少,fo... 阅读全帖
l***3
发帖数: 367
50
【 以下文字转载自 Database 讨论区 】
发信人: lv123 (lv123), 信区: Database
标 题: DBA position (Oracle/MySQL/Mongo) in Los Angeles, CA
关键字: DBA,mysql,oracle,mongo
发信站: BBS 未名空间站 (Wed Jun 11 19:18:50 2014, 美东)
My company (a sport media company in West Los Angeles ) is looking for a
senior or junior DBA.
Oracle 11g RAC(primary database), MySQL (new products are starting with
MySQL) and MongoDB (we are very new to Mongo, so it is not mandatory, better
have some knowledge) are used.
No oncall needed, work load is OK,... 阅读全帖
1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)