PHP Classes

File: .idea/dataSources.xml

Recommend this page to a friend!
  Classes of Zamani   PHP Login System with Email Verification   .idea/dataSources.xml   Download  
File: .idea/dataSources.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Login System with Email Verification
Register and login users activated using email
Author: By
Last change:
Date: 2 years ago
Size: 887 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> <data-source source="LOCAL" name="login@localhost" uuid="be9588d4-a2b0-403b-9f4b-eb5c87cde344"> <driver-ref>mysql</driver-ref> <synchronize>true</synchronize> <jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver> <jdbc-url>jdbc:mysql://localhost:8889/login</jdbc-url> <driver-properties> <property name="autoReconnect" value="true" /> <property name="zeroDateTimeBehavior" value="convertToNull" /> <property name="tinyInt1isBit" value="false" /> <property name="characterEncoding" value="utf8" /> <property name="characterSetResults" value="utf8" /> <property name="yearIsDateType" value="false" /> </driver-properties> </data-source> </component> </project>