Senin, 15 April 2013

sedikit lagi.
tentang xampp for linux (LAMPP).

ketika menjalankan MySQL conslod terjadi sebuah eror yaitu:
-bash-4.2# mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
-bash-4.2#




sebenar nya ketika menginstall lampp kita.otomatis mysql sudah terinstall nah untuk menjalankan nya terlebih dahulu kita start lampp kita,

-bash-4.2# /opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
-bash-4.2#

setelah kita jalankan maka kita menuju diriktory /bin nya:
-bash-4.2# /opt/lampp/bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.27 Source distribution

Copyright (c) 2000, 2011, 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>

di atas perintah yang kita jalankan adalah "bash-4.0#/opt/lampp/bin/mysql -u root -p"

maka kita sudah bisa menjalankan  mysql konslod kita...

Tidak ada komentar:

Posting Komentar