can't connect to local mysql server through socket
#1

I'm trying to install mysql and phpmyadmin on my linux server
I typed
Код:
apt-get install mysql-server
I was asked to create password which I did and then this table popped up
Reply
#2

also I can connect to phpmyadmin but this error messages are displayed
Reply
#3

@ax1 What do you get by doing this:

Код:
sudo /etc/init.d/mysql restart
Reply
#4

Quote:
Originally Posted by Uvais
Посмотреть сообщение
@ax1 What do you get by doing this:

Код:
sudo /etc/init.d/mysql restart
Код:
[ ok ] Stopping MySQL database server: mysqld.
[ ok ] Starting MySQL database server: mysqld ..
[info] Checking for tables which need an upgrade, are corrupt or were
not closed cleanly..
Reply
#5

You typed "install mysql-server" and something about phpMyAdmin shows up? You're not telling the whole story. When installing phpMyAdmin you need to supply the MySQL root password in order to connect and to create the phpmyadmin user.

PHP код:
dpkg-reconfigure phpmyadmin 
and read the instructions carefully.
Reply
#6

Simply reinstall what you have done and back up your data, best way to learn.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)