Mam VPS z Debianem-5.0-x86 i zainstalowałem sobie VHCS. Kiedy otwieram adres
Kod: Zaznacz cały
http://IP/vhcs2/
Kod: Zaznacz cały
SELECT command denied to user 'root'@'localhost' for table 'config'
Gdy wpisuję:
Kod: Zaznacz cały
use vhcs2
grant all privileges on *.* to 'vhcs2'@'localhost' identified by 'vhcs2' with grant option;
Kod: Zaznacz cały
mysql> grant all privileges on *.* to 'vhcs2'@'localhost' identified by 'vhcs2' with grant option;
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
JUZ NAPRAWILEM BLAD, COS BYLO Z BAZA DANYCH MYSQL, NIE MIALEM BAZY "MYSQL" Z DANYMI, UPRAWNIENIAMI ITD.