Dear Mr/Mrs,
 

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)

Web server

  • nginx/1.9.11
  • Database client version: libmysql - mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
  • PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
  • PHP version: 5.6.21

phpMyAdmin

 
With Regards,
Liang