1) I have vb program at local and I want to write connection string to link with phpmyadmin in linux. My connection string in mysql is :
"server=localhost; user id=root; password=123456; database=pharmacy_posicnet; pooling=false;"
For phpmhyadmin, what should I do if I want to link with phpmyadmin in linux? I tried with using
"server=192.168.1.130; user id=root; password=123456; database=pharmacy_posicnet; pooling=false;"
According my previous knowledge, in this connection it should be works but after i tried several time it still failed to connect. Please advise me correct connection string.
2) Is that possible if I create connection to linux phpMyAdmin through local phpMyAdmin?
Below is the details of phpMyAdmin in Linux.
Database server
- Server: Localhost via UNIX socket
- Server type: MariaDB
- Server version: 5.5.49-MariaDB - Source distribution
- Protocol version: 10
- User: root@localhost
- Server charset: UTF-8 Unicode (utf8)