Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 1a26432c authored by 65160260's avatar 65160260
Browse files

Upload File

parent 6665dbc5
Branches
No related tags found
No related merge requests found
<?php
$db_name = 'mysql:host=localhost;dbname=shop_db';
$db_name = 'mysql:host=10.104.15.200;dbname=shop_db';
$db_user_name = 'root';
$db_user_pass = '';
$db_user_pass = 'sCMS3QyvecSidLtpY4HY';
$conn = new PDO($db_name, $db_user_name, $db_user_pass);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment