Results 1 to 3 of 3
[root(at)jacks /]# /usr/local/mysql/bin/mysqld start
111223 23:08:58 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
111223 23:08:58 [ERROR] Aborting
111223 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-24-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 6
mysql.sock
[root(at)jacks /]# /usr/local/mysql/bin/mysqld start
111223 23:08:58 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
111223 23:08:58 [ERROR] Aborting
111223 23:08:58 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete
helpp????????
- 12-24-2011 #2Banned
- Join Date
- Nov 2011
- Location
- India
- Posts
- 29
plz try to start mysql with following 'mysqld_safe'
This should work else post output
Last edited by oz; 12-24-2011 at 02:42 PM. Reason: removed SPAM redirect
- 01-19-2012 #3
If you just want to login to the mysql shell, T hen use the following command in the terminal.
Code:mysql -u 'root' -p
Which appears as follows:
Code:[pradeep@localhost ~]$ mysql -u 'root' -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 Server version: 5.5.12 MySQL Community Server (GPL) Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>


Reply With Quote
