I have also posted this to the VMS-MYSQL list:
I have managed to install MYSQL 051 successfully up to the point of running 'first_start' - I get this error:
first_run_mysqld
InnoDB: Error: auto-extending data file /mysql051_root/data/ibdata1 is 
of a different size
InnoDB: 640 pages (rounded down ...
					Search found 13 matches
- Mon Aug 14, 2006 10:17 am
 - Forum: MySQL
 - Topic: MYSQL051 install problems
 - Replies: 0
 - Views: 8406
 
- Mon Apr 24, 2006 9:41 am
 - Forum: MySQL
 - Topic: MYSQL Shutdown
 - Replies: 3
 - Views: 7729
 
MYSQL Shutdown
Kalle,
Thanks for the advice - it seems to work fine. Still - a bit non-intiative - shut it down 3 times to get it to actually shutdown seems a bit OTT. Nonetheless, it works, is simple and seems reliable - no complaints.
Regards
Paul
					Thanks for the advice - it seems to work fine. Still - a bit non-intiative - shut it down 3 times to get it to actually shutdown seems a bit OTT. Nonetheless, it works, is simple and seems reliable - no complaints.
Regards
Paul
- Mon Apr 24, 2006 8:12 am
 - Forum: MySQL
 - Topic: Storing arrays
 - Replies: 0
 - Views: 8209
 
Storing arrays
Gents,
I have an application that needs to store arrays in MYSQL and process them in PHP. The elements are either floating point numbers or timestamps. There may be up to 2000 elements and hundreds of arrays. THe only scheme I can think of now is to convert each array to a comma seperated string ...
					I have an application that needs to store arrays in MYSQL and process them in PHP. The elements are either floating point numbers or timestamps. There may be up to 2000 elements and hundreds of arrays. THe only scheme I can think of now is to convert each array to a comma seperated string ...
- Tue Apr 11, 2006 3:06 pm
 - Forum: MySQL
 - Topic: MYSQL Shutdown
 - Replies: 3
 - Views: 7729
 
MYSQL Shutdown
Gents,
MYSQL does not react well to a system crash (this being VMS, only upon power failure) but also a normal systems shutdown. I then discovered the mechanism in MYSQLADMIN and instructed the server to SHUTDOWN (yes - 2x as it advises!). I would have thought shutting the server down twice would ...
					MYSQL does not react well to a system crash (this being VMS, only upon power failure) but also a normal systems shutdown. I then discovered the mechanism in MYSQLADMIN and instructed the server to SHUTDOWN (yes - 2x as it advises!). I would have thought shutting the server down twice would ...
- Mon Mar 20, 2006 4:19 pm
 - Forum: PHP
 - Topic: Cant seem to write to file
 - Replies: 2
 - Views: 6748
 
Gents,
I know it is bad form to answer yourself ( and indeed somewhat suspect to be talking to one's self...) But as I have a partial answer ...
There seems to be a bug (or undocumented behavoiur) with fwrite in as much as when a trailing '\n' is not present in the buffer, it fails to write. After ...
					I know it is bad form to answer yourself ( and indeed somewhat suspect to be talking to one's self...) But as I have a partial answer ...
There seems to be a bug (or undocumented behavoiur) with fwrite in as much as when a trailing '\n' is not present in the buffer, it fails to write. After ...
- Mon Mar 13, 2006 4:19 pm
 - Forum: PHP
 - Topic: Cant seem to write to file
 - Replies: 2
 - Views: 6748
 
Cant seem to write to file
Gents,
Me again ...
I have managed to open a file and write one line to it. Unfortunately I ami trying to write multiple lines to it. To shorten the explaination, I offer the following code extract followed by comments:
$handle = fopen($ufname,"w");
///File opens OK
Later on in the script ...
					Me again ...
I have managed to open a file and write one line to it. Unfortunately I ami trying to write multiple lines to it. To shorten the explaination, I offer the following code extract followed by comments:
$handle = fopen($ufname,"w");
///File opens OK
Later on in the script ...
- Thu Feb 02, 2006 1:31 pm
 - Forum: MySQL
 - Topic: Client does not support authentication protocol requested
 - Replies: 3
 - Views: 8461
 
- Wed Jan 25, 2006 11:38 am
 - Forum: PHP
 - Topic: More help please - Strings this time
 - Replies: 7
 - Views: 12779
 
- Tue Jan 24, 2006 3:45 pm
 - Forum: PHP
 - Topic: More help please - Strings this time
 - Replies: 7
 - Views: 12779
 
- Fri Jan 20, 2006 11:26 am
 - Forum: PHP
 - Topic: More help please - Strings this time
 - Replies: 7
 - Views: 12779
 
- Tue Jan 17, 2006 4:21 pm
 - Forum: PHP
 - Topic: More help please - Strings this time
 - Replies: 7
 - Views: 12779
 
More help please - Strings this time
Gents,
I am processing a CSV (Comma Seperated Variables) record containing. in some cases further quoted commas. i.e:
1234,4567,"1,234",string
The quotes are supplied by the generating program and are there to indicate the encloded comma is not a field seperator. I can't seem to find a simple ...
					I am processing a CSV (Comma Seperated Variables) record containing. in some cases further quoted commas. i.e:
1234,4567,"1,234",string
The quotes are supplied by the generating program and are there to indicate the encloded comma is not a field seperator. I can't seem to find a simple ...
- Thu Oct 27, 2005 10:16 am
 - Forum: PHP
 - Topic: Help with PHP arrays please
 - Replies: 2
 - Views: 7645
 
- Mon Oct 24, 2005 2:00 pm
 - Forum: PHP
 - Topic: Help with PHP arrays please
 - Replies: 2
 - Views: 7645
 
Help with PHP arrays please
I' m new to php and would li :oops: ke some help. The function here explains what I want it to do:
function add2array(&$array,$index,$value)
//++
// add2array
// construct array ($ARRAY) where $value(s) are summed for duplicate $index
// eg. given a series:
// array index1 1
// array index2 2 ...
					function add2array(&$array,$index,$value)
//++
// add2array
// construct array ($ARRAY) where $value(s) are summed for duplicate $index
// eg. given a series:
// array index1 1
// array index2 2 ...