Unable to access phpmyadmin

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • liaemars
    Junior Member
    • Aug 2018
    • 1

    Unable to access phpmyadmin

    Hello,
    I am able to create a mySQL database but I am unable to use th GUI to edit/modify. Can someone help please? My domain is jayree.com

    Thanks
  • Marc_AccuWebHosting
    Member
    • Jun 2015
    • 56

    #2
    Hello liaemars,

    Which web hosting service you have? If you have shared hosting, you can ask the PHPMyAdmin URL from your webhosting provider. If you have VPS hosting, you can search for PHPMyadmin within your control panel(from where you added the database).

    Let me know if you have any questions.

    Comment

    • WarnerK
      Banned
      • May 2020
      • 34

      #3
      Right click the .fig file in matlab and select "Open in GUIDE".
      >>edit myfunc
      for editing m file functions you can do
      >> guide myfunc

      Comment

      • RuskinF
        Banned
        • May 2020
        • 18

        #4
        AccuWeb.Cloud
        what you need to do is to add phpmyadmin to the apache configuration:
        sudo nano /etc/apache2/apache2.conf
        Add the phpmyadmin config to the file:
        Include /etc/phpmyadmin/apache.conf
        then restart apache:
        sudo service apache2 restart
        On windows, I think you can just navigate to the apache2 config file and include the phpmyadmin config file as shown above, then restart apache

        Comment

        Working...
        X