Hi *
mysqld process consuming more 100% of cpu usage and execution time also very
high.
1. how to reduce CPU?
2. why mysqld process consuming high cpu utilization?
3. Wether need to fine tune sql application. then how to use plan table in
mysql?
4. which storage engine is better for transaction?
Hello.
General information about solving such issues is available at:
http://dev.mysql.com/doc/refman/5.0/en/starting-server.html
Vemuramesh wrote:
> DEar
> hai this vemu ramesh
> we r using the CRM application that is developed by LAMP
> when i install the that application it
Vemuramesh wrote:
DEar
hai this vemu ramesh
we r using the CRM application that is developed by LAMP
when i install the that application it was install the Apache,php and
mysql.so it was runing fine at that time
but yesterday what happened is some my employee(administrator) was
shutdown the
DEar
hai this vemu ramesh
we r using the CRM application that is developed by LAMP
when i install the that application it was install the Apache,php and
mysql.so it was runing fine at that time
but yesterday what happened is some my employee(administrator) was
shutdown the system.after that he
040401 06:21:02 mysqld started
040401 6:21:03 InnoDB: Database was not shut down normally.
InnoDB: Starting recovery from log files...
InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 10 4036416
InnoDB: Doing recovery: scanned up to log sequence number 10 4036416
0404
Henry,
if you do not want to use transactional InnoDB tables,
add
skip-innodb
to your my.cnf or my.ini file.
If you want to use InnoDB tables, follow the instructions:
To use InnoDB tables you must specify configuration parameters in the MySQL
configuration file in the [mysqld] section of the
Hello,
I am new to mysql. I install windows version MySQL. I want to initial mysql with
command mysqld, I get an error message as "can't initialize innoDB as
'innodb_data_file_path' is not set". Could you please help me how to solve this
problem?
Thanks
Henry
Hi
i just installed the binay mysql on Solaris 8, i downloaded it from
www.sunfreeware.com
after the installation, i am running the mysqld the system returns with
this message
"ld.so.1: ./mysql: fatal: libstdc++.so.2.10.0: open failed: No such file
or directory"
any help?
thank you
Rodolph Aouad