Skip to content

shino51/dbproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dbproject

##address http://localhost/dbproject/index.php

Apache

Config file: c:/wamp/bin/apache/apache2.4.9/conf/httpd.conf

Add Directory

<Directory "c:/your/path/dbproject/www/">
    Options Indexes FollowSymLinks MultiViews
    Require all granted
</Directory>

Add Alias

<IfModule>
...
Alias /dbproject "c:/your/path/dbproject/www/"
...
</IfModule>

MySQL

Delete anonymous user before adding new user.

MySQL Workbench -> Server -> Users and Privileges -> Delete all entries for user anonymous

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages