Results 1 to 3 of 3
hi i'm downloading mysql "mysql-standard-4.1.13-pc-linux-gnu-i686"
i've extract it to the folder
when i do thi s:
Code:
./bin/mysqladmin -u root password
then the error:
Code:
error: 'Can't connect to local ...
- 08-25-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Malang, Indonesia
- Posts
- 53
error starting mysql
hi i'm downloading mysql "mysql-standard-4.1.13-pc-linux-gnu-i686"
i've extract it to the folder
when i do thi s:then the error:Code:./bin/mysqladmin -u root password
Code:error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
- 08-25-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
when i got this error i found the mysql was already running...
try
and see how that works (sorry if i got the command wrong..lol.. try 'man mysql' and try to run mysql as root mysql user without a password)mysql --user=root
- 08-25-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Malang, Indonesia
- Posts
- 53
when i do
the error :Code:./mysql
and then i copy the file "mysql.server" from my folder of mysql "file:/home/techz_boy/source/LAMP/mysql-standard-4.1.13-pc-linux-gnu-i686/support-files" to /etc/init.d/Code:ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)
when i do :sorry if my english is badCode:[root@localhost support-files]# ./mysql.server start ./mysql.server: line 172: my_print_defaults: command not found ./mysql.server: line 188: cd: /usr/local/mysql: No such file or directory ERROR! Can't execute ./bin/mysqld_safe [root@localhost support-files]#


Reply With Quote