2 participantes
4 respuestas |
|
---|---|
Are you editing config/db.php and adding the correct info? Did you upload the database to your host? And depending on your host you might have to change the driver to mysqli to mysql. |
|
Hi, there is my database info and i'm fink is working because first i add this probleme "Database error check config/db.php" and i manage to fix it. $db[] = array( 'hostname' => 'localhost', 'username' => 'oskgaming_g7k9', 'password' => '*********', 'database' => 'oskgaming_g7k9', 'driver' => 'mysqli' My host is "LiveHost.fr" and i just try to change 'driver' => 'mysqli' by 'driver' => 'mysql' but i got the same probleme ;/ |
|
ErreurRequête SQL: -- -- Base de données : `neofrag` -- -- -------------------------------------------------------- -- -- Structure de la table `nf_access` -- DROP TABLE IF EXISTS `nf_access` ; MySQL a répondu: [img width=11,height=11]http://www.livehost.fr/monsql/themes/pmahomme/img/b_help.png[/img] #1046 - No database selected |
|
Ok it work thanks 4 the help ^^ |