Database

From Anarchaserver
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

mysql -u root -p


mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | anarcha | | mysql | | performance_schema | | zoiahorn | +--------------------+



How to configure root access to mysql without login/password

https://dev.mysql.com/doc/refman/5.7/en/option-files.html

cd /root/home nano .my.cnf

[client] password=(x)

[mysqldump] quick


How to locate phypmyadmin dpkg -l | grep phpmyadmin

ii phpmyadmin 4:3.4.11.1-2+deb7u1