Not really since i dont use PHPmyadmin. You may give Sequal Pro a shot to handle your database stuff.
Valet phpMyAdmin
Has anyone been successful in setting up phpMyAdmin with the Valet mariaDB configuration. I tried using a custom Valet driver with no luck. Thanks!
Hi. Yes i have successfully installed phpmyadmin on Valet Version 1.1.0 - i didnt install mariaDB - i downloaded MySQL seperately and phpMyAdmin ran without any fuss.
@WesMurray How did you host the PhpMyAdmin on Valet?
I got it to work.
- Installed Valet, then installed mariadb via homebrew.
-
Note, after installing mariadb via homebrew, I also needed to run
unset TMPDIRthenmysql_install_db - Confirmed that installing fresh copies of Laravel inside my Valet park directory allows me to go to [directory name].dev from a web browser.
- Confirmed that mariadb is set to auto-start by running
brew services start mariadb - Confirmed that mariadb is running by typing
mysqlat a terminal window, thenshow variables like "%version%";
+-------------------------+----------------------------+
| Variable_name | Value |
+-------------------------+----------------------------+
| innodb_version | 5.6.29-76.2 |
| protocol_version | 10 |
| slave_type_conversions | |
| version | 10.1.14-MariaDB |
| version_comment | Homebrew |
| version_compile_machine | x86_64 |
| version_compile_os | osx10.11 |
| version_malloc_library | system |
| version_ssl_library | OpenSSL 1.0.2h 3 May 2016 |
| wsrep_patch_version | wsrep_25.13 |
+-------------------------+----------------------------+
10 rows in set (0.34 sec)
- Downloaded phpmyadmin via https://www.phpmyadmin.net/
- Unzipped the file, moved the directory to my Valet park directory, and renamed the directory "phpMyAdmin"
- Now, going to a web browser and typing http://phpmyadmin.dev works, however mariadb does not have a password by default. So from terminal, after typing
mysql, at themysql>prompt runSET PASSWORD FOR 'root'@'localhost' = PASSWORD('root');to set username and password (or whatever you need it to be). - Confirmed password for mariadb has been set by running
mysql -uroot -prootfrom a terminal prompt - Confirmed that logging into phpmyadmin.dev works.
This is what I've done so far. I'm going to wait until tomorrow before attempting to migrate haha!
I installed and use valet with phpmyadmin and mariadb... I even updated php to php71 and everything was fine... BUT, since I upgraded valet to 2.0.0, my phpmyadmin stoped working... is somebody having the same issue???
my phpmyadmin.dev works but when I run it often logout itself so i must insert username and password again
Or you can just install phpmyadmin from homebrew, and link it to valet.
- Install phpmyadmin
brew install phpmyadmin
- Goto the path of phpmyadmin
cd /usr/local/share/phpmyadmin
- Link it to valet
valet link
Then you can use phpmyadmin by accessing http://phpmyadmin.dev.
That easy!
@toyjack Can I get my databases back? which I had in my phpmyadmin?. Actually I changed my macbook's user name. It asked for system restart, after restarting phpmyadmin not working. I don't know whether it's crome error or what. Please help me out.
This site can’t be reached
127.0.0.1 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Please or to participate in this conversation.