majestyc
New Member
- Messages
- 26
- Reaction score
- 1
- Points
- 1
I know I have the coding correct, I have even tried deleting and re-creating the user and connecting it to the database with all privileges. I've changed the password and even re-wrote the connection script. Nothing is allowing me to connect to the database through PHP. But with the control pannel I am able to get into phpMyAdmin and change everything as needed. My site was working one minute and then stopped the next...is there something going on with the server or database server?
<?php
$connect = mysqli_connect('localhost', 'trashntr_*****', '******', 'trashntr_*****');
?>
<?php
$connect = mysqli_connect('localhost', 'trashntr_*****', '******', 'trashntr_*****');
?>