problem in running mysql on Mandriva Linux 2006

Author Message

Ankur Agarwal

Thursday 09 February 2006 4:44:16 am

Hi Everybody,
There is a very problem that i am facing in mandriva linux 2006. Previously i was working on Mandriva linux 9.1 and mysql is running well on that. Now i have installed Mandriva Linux 2006 and i am facing the problem in starting mysql.
After the completion of the installation of mysql as i type:
/home/ankur/mysql/support-files/mysql.server start
i am receiving a error message like:
Starting MySql....................ERROR
Please help me rearding this problem. Is there any specific Hardware Requirements for Mandriva Linux 2006 or what can be the case.

Thanx
Ankur Agarwal

Gurudutt Verma

Thursday 09 February 2006 5:09:22 am

Hi Ankur

Please see your TMP and TMPDIR environment variable.

That should be like

TMP=/tmp
TMPDIR=/tmp

to see that you can use following commands

echo $TMP
echo $TMPDIR
or
env

to fix this use following commands.

export TMP=/tmp
export TMPDIR=/tmp

many time /tmp directory also create some problem if it does not have proper access permission.

I guess that should fix your problem.

All the Best !

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 06:11:53
Script start
Timing: Jan 19 2025 06:11:53
Module start 'layout'
Timing: Jan 19 2025 06:11:53
Module start 'content'
Timing: Jan 19 2025 06:11:54
Module end 'content'
Timing: Jan 19 2025 06:11:54
Script end

Main resources:

Total runtime0.6148 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0075 589.4063152.6563
Module start 'layout' 0.00750.0036 742.062539.5078
Module start 'content' 0.01110.6022 781.5703499.1563
Module end 'content' 0.61330.0015 1,280.72668.1094
Script end 0.6148  1,288.8359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.4872160.0002
Check MTime0.00120.2011160.0001
Mysql Total
Database connection0.00230.368410.0023
Mysqli_queries0.568192.4047540.0105
Looping result0.00040.0651520.0000
Template Total0.583194.820.2915
Template load0.00200.318920.0010
Template processing0.581194.511220.2905
Template load and register function0.00020.028810.0002
states
state_id_array0.00140.224110.0014
state_identifier_array0.00090.147720.0005
Override
Cache load0.00160.2654270.0001
Sytem overhead
Fetch class attribute can translate value0.00050.083820.0003
Fetch class attribute name0.00100.170330.0003
XML
Image XML parsing0.00060.100020.0003
class_abstraction
Instantiating content class attribute0.00000.001230.0000
General
dbfile0.00080.1314160.0001
String conversion0.00000.004940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs