Re: Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Cameron Mann
, an empty mysql directory is created. Cameron On Thu, Feb 12, 2015 at 2:35 PM, Bob Eby wrote: > Hi Cameron, > > I've seen a similar error running on windows 7. > > When you look in your datadir= specified in my.ini what is there exactly > (hopefully not empty)? Do y

Fresh install of MySQL 5.6.23 fails to start on CentOS 7.0

2015-02-12 Thread Cameron Mann
tempted rebooting before and after installation of mysql-community-server to no effect. Previous versions of 5.6.x appear unaffected. Cameron Mann -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

A good US Hosting Site?

2009-04-19 Thread Cameron Rogers
find a hosting site. I need a hosting site that allows me to: 1. Use PHP/MYSQL 2. Send 1000 + emails a day <-- the mail function has been my greatest limitation with godaddy Thanks in advance, Cameron

RE: mysql_safe just ends

2004-07-29 Thread Cameron Roe
So it turns out that the RPM install didn't work nor did the binary version but by rebuilding the source with a configure --prefix=/usr/local/mysql --- Well, that worked in the end. I still don't know why but there it is. :) Just thought I'd post my experience. Cheers -Original Message--

RE: mysql_safe just ends

2004-07-28 Thread Cameron Roe
Thanks Rory, I did go through (as per the manual)and set the permissions shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf - shell> ln -s full-path-to-mysql-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_ins

RE: Newbie

2004-02-16 Thread Cameron Ortis
;> > >> try > >> > >> mysql> CREATE TABLE oldreport_2002_12_08 as select * from oldreports; > >> to create populated copy > >> > >> or > >> > >> mysql> CREATE TABLE oldreport_2002_12_08 as select * from oldreports &

RE: Newbie

2004-02-16 Thread Cameron Ortis
ulated copy > > or > > mysql> CREATE TABLE oldreport_2002_12_08 as select * from oldreports where > 1=2; > to create an empty copy > > I hope this helps > > Simon Windsor > Eml: [EMAIL PROTECTED] > Tel: 01454 617689 > Mob: 07960 321599 > > -Origin

Re: Newbie

2004-02-16 Thread Cameron Ortis
Thanks for the quick reply! As root, I tried: mysql> use research1data; mysql> show tables; +-+ | Tables_in_research1data | +-+ | oldreports | +-+ 1 row in set (0.00 sec) mysql> CREATE TABLE oldreport_2002_12_08

Newbie

2004-02-16 Thread Cameron Ortis
I have spent some time in the past with mysql but am far from an experienced database head. A while back I received a some mysql data for a research project. The files are: $ cd /usr/local/mysql/research1data $ ls -lh -rw-rw 1 mysql mysql 21G Jun 20 2003 oldreport_2002_12_08.MYD -rw-rw

MySQL bogging down

2003-12-20 Thread Chris Cameron
ithout issue for a good 3 months. Recently the load has increased, but only from .3 to .5 queries a second. Anyone have any ideas on where I should start looking? Thanks, Chris -- Chris Cameron UpNIX Internet Administrator ardvark.upnix.net bitbucket.upnix.net -- http://www.upnix.com

Innocent (looking) query pinning mysqld

2003-05-31 Thread Chris Cameron
n EXPLAIN on this query as it also hangs. Also, I've been fiddling with indexes, so they may be a little out of whack.. But I do think the right things are indexed. Any help would be appreciated. Thanks, Chris -- Chris Cameron UpNIX Internet Administrator ardvark.upnix.net

Weird Problem.

2003-01-26 Thread Cameron
onnection with MySQL as well. Here are my system specs: mysqld Ver 3.23.54 for pc-linux-gnu on i686 I've tried with kernel 2.5.59 as well, I'm currently using: 2.4.21-pre3 I have dual pentium III 800 mhz cpu's (133 fsb) 1 GB of pc133 ram If more info is needed, I will glady provide

RE: Filemaker Pro and Dates

2002-05-29 Thread Cameron Murdoch
instead of trying to cheat :) Anyway, thanks for your help guys, CM PS Rick, I don't have much experience with AWK, always been one of those things I need to look into. -Original Message- From: Bradley Brown [mailto:[EMAIL PROTECTED]] Sent: 30 May 2002 00:27 To: Cameron Murdoch Cc: [

Filemaker Pro and Dates

2002-05-29 Thread Cameron Murdoch
D 4-STABLE. MySQL was compiled from the FreeBSD port. Thanks for your help, Cameron - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To re

RE: Triggers

2002-04-24 Thread Cameron Webster
Uma I asked MySQL the same question earlier this week and got the following answer : >Cameron, >Actually Stored procedures and triggers will be in version 5.0, which is >planned for release by end of year. Current development is underway. A >stable version of 5.0 will likely be i

binary update log

2001-09-19 Thread Cameron Watters -- List Subscriptions
Just a quick question regarding how (if at all) MySQL's binary update log consumes resrouces as it records modifications to various tables in the database. Are there any potential performance issues or limitations to be expected (other than excessive consumption of diskspace) if this log is not f

binary update log

2001-09-18 Thread Cameron Watters -- List Subscriptions
OBLIGATORY TOPIC REFERENCE TO BYPASS FILTER: mysql Just a quick question regarding how (if at all) the binary update log consumes resrouces. Are there any potential performance issues or limitations to be expected (other than excessive consumption of diskspace) if this log is not flushed/rotated

Alternate word finding with '%'

2001-09-03 Thread Chris Cameron
I'm sure this is disscused somewhere, but I'm not sure how I'd look for it. Is it possible to supply a thesaurus-like file for mysql so when you go "%oil%" it finds petrol gas and/or lubricant? Does anyone know of a database that will do this? Thanks, Chris ---

Re: Mysql 3.23.41 fails to install as service on Win 2000 Professional

2001-09-03 Thread Chris Cameron
Perhaps it's his platform of choice. On Sun, 2 Sep 2001, Sinisa Milivojevic wrote: > What you are trying to do can be done on NT / W2K only. > > -- > Regards, >__ ___ ___ __ > / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> > / /|_/ / // /\ \/ /_/ / /__

RE: Thinking of switching from MyISAM to InnoDB

2001-08-04 Thread Chris Cameron
Is there a place that outlines the advantages/disadvantages of both MyISAM and InnoDB? Thanks, Chris -Original Message- From: Tonu Samuel [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 04, 2001 2:34 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Thinking of switching from My

Managing user db's (quotas)

2001-07-29 Thread Chris Cameron
I sent this before, but it never made it.. Does anyone here have any advice on controlling the size of user databases? I've heard talk of symlinks before, anyone had any luck with that? Thanks, Chris - Before posting, please

RE: MySQL or MS SQL?

2001-07-18 Thread Chris Cameron
I'm sure if done right, MySQL could do whatever you want satisfactorily. Same with MS SQL (ignoring cost). However, something few people seem to know, but I've realized from experience is that when you offer people services based off free software, you get a different kind of customer. And not th

Re: I am facing this error [ Urgent ]

2001-07-15 Thread Martin Cameron
Have you checked that you've got a musql server running. (ps ax|grep mysqld) On Fri, 13 Jul 2001 05:51, you wrote: > Thanks for your replies > but my problem is still there > this is the php code iam using for connecting to Database: > > $ss_conn = mysql_connect($db_host,$db_usr,$db_pwd); > > a

Re: Problems installing under solaris 2.5.1

2001-07-15 Thread Martin Cameron
Shouldn't it be ./configure --prefix=/usr/local/mysql On Mon, 16 Jul 2001 12:44, you wrote: > I am trying to compile mysql by it is failing in the ./configure step. I am > running solaris 2.5.1 , gcc 2.95, binutils 2.11.2. It fails with the > following error > > ./configure -prefix=/usr/local/mys

Storing Credit Cards

2001-07-01 Thread Chris Cameron
A client has asked us to make him an application that requires us keeping Credit Card Numbers. I'm a bit concerned as it immediately remined me of egghead.com (having all their CC #'s stolen). One of the ideas was to have the users password encrypted as an md5 hash, and then to encrypt the users

Expected speed of MySQL on a 166

2001-06-15 Thread Chris Cameron
I'm currently using a 166 UNIX machine for a dedicated MySQL database, and I'm interested in knowing what kind of speed I should be expecting from it. I ask because right now it's at a point of being unusable even for development on some of the larger queries. I compiled MySQL 3.23.37 myself with

Flakey mysqld under OpenBSD

2001-06-02 Thread Chris Cameron
Hi, Seems I've never had any luck with MySQL and OpenBSD, and I'm hoping I can finally get some help now that I've finally got around to recompiling it again. I'm running OpenBSD 2.7 and am compiling MySQL 3.23.38. I'm using the configure options; "CXXFLAGS="-O6 -march=i586" CFLAGS="-O6 -march=i

UNIX_TIMESTAMP converts to CURRENT_DATE on a second call

2001-05-18 Thread cameron
>Description: The following line inputs the current UNIX time into a field - date_start - with the date_stop filed defaulting to '0': insert into contract_work (sess_id,email,date_start) values('bde32bfde3ac89c7d510df573bb6bb88','Joe Bloggs',unix_timestamp()) The result is as follows:

Re: mysqldump hangs

2001-03-31 Thread Chris Cameron
I should start reading this list more.. I've had a similar problem, and good luck finding many people who'll help you with OBSD problems on this list (or any problems for that matter). Anywho, it's ports specific I think. I installed MySQL from source compiling with -O6 and the proper arch (like

Distributed Transaction Processing

2001-03-12 Thread Martin Cameron
concurrently and if any one is not able to, then none commits. regards Martin Cameron - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To

Dying Server

2001-03-07 Thread Chris Cameron
Whenever my MySQL server (3.23.33) is under heavy load it restarts itself. Stopping whatever was connected to it at the time. In my .err log I've just got; 010307 00:12:32 mysqld started /usr/local/libexec/mysqld: ready for connections Killed 010307 00:16:56 mysqld restarted /usr/local/libexec/

Will not let me set the root password

2001-02-08 Thread cameron . Gull
word I throw at it, it says I don't have access AHHH! >Fix: >Submitter-Id: >Originator:Cameron Gull >Organization: SeraNova, Inc. >MySQL support: [none | licence | email support | extended email support ] >Synopsis: Can't set the MySQL

Database reading problems

2001-01-24 Thread Chris Cameron
After noticing all my PHP scripts using MySQL had stopped working, I noticed that any attempt to look through databases mith mysql brought up; Can't read dir of '.' (Errcode: 9) Can't read dir of './mysql' (Errcode: 9) Database changed I can no longer get any information from MySQL, and I'm hopin

make errors building under AIX 4.3.3

2001-01-23 Thread Scott Cameron
D/mit-pthreads: not found. make[2]: Entering directory `/u105/cameron/temp2/mysql-3.23.32/mit-pthreads' GNUmakefile:55: /pthreads/GNUmakefile.inc: A file or directory in the path name does not exist. -- I also n