Jump to content

sujavinod

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sujavinod

  1. I installed in one of the computer wamp server of latest version. Apache : 2.4.9, Mysql : 5.6.17, Php : 5.5.12. I want to access phpmyadmin in another computer. But I am getting the forbidden message : You don't have permission to access /phpmyadmin/ on this server. I changed C:wamp/alias/phpmyadmin.conf file. I cleared these given below line Deny from all Allow from localhost ::1 127.0.0.1 and added Allow from all Still the same error exists Can anyone make it clear how to change it and what all are the files needs to be changed.
  2. Thanks for your reply. It worked.
  3. I am trying to import sql using command prompt. Suppose my sql file is mydata.sql and the database is mydb. Note that no password for the phpmyadmin. D:\wamp\bin\mysql\mysql5.6.17\bin>mysql -h localhost -u root -p mydb > mydata.sql After I typed the below, it is asking for the password . But for my case no password. When I pressed enter without typing the password, it shows error "Access denied for user root@localhost (using password no)". Someone please help me to import the sql file. Since it is large file I want to import through command line
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.