mysql - Can't see PHPMYADMIN Control Panel -
i have problem phpmyadmin. i'm trying create database on local mac see when i'm inside phpmyadmin: http://i.imgur.com/u7hhgwh.png.
as can see there no control panel. seems i'm not admin of phpmyadmin or maybe i'm guest..
this config file of database:
<?php /* * generated configuration file * generated by: phpmyadmin 4.4.8 setup script * date: thu, 04 jun 2015 15:01:24 +0000 */ /* servers configuration */ $i = 1; /* server: localhost [1] */ $i++; $cfg['servers'][$i]['verbose'] = ''; $cfg['servers'][$i]['host'] = 'localhost'; $cfg['servers'][$i]['port'] = ''; $cfg['servers'][$i]['socket'] = ''; $cfg['servers'][$i]['connect_type'] = 'tcp'; $cfg['servers'][$i]['auth_type'] = 'cookie'; $cfg['servers'][$i]['user'] = 'root'; $cfg['servers'][$i]['password'] = ''; /* end of servers configuration */ $cfg['defaultlang'] = 'it'; $cfg['blowfish_secret'] = '–––––––––––.––––––'; $cfg['uploaddir'] = ''; $cfg['savedir'] = ''; $cfg['serverdefault'] = 1; ?>
this did solve problem.
- uninstalled , deleted (is important! delete them totally!) mysql , phpmyadmin system. can find mysql in /usr/local on osx 10.10
- typed in terminal
bash <(curl -ls http://git.io/eux7rg)
, enter - wait till end of download , simple guided setup re-installing mysql
now should have on desktop file named 'mysql_password' , password use phpmyadmin (nickname root).
Comments
Post a Comment