I was trying to create a test environment, but in the middle of it, I accidently deleted the database that my forum was using through Webmin
My control Panel is Virtualmin/Webmin on CentOS Server
So I followed the step's in creating the database for Webmin:
http://linuxconsultant.info/tutorial...min.html#mysql
Then at the end, I Imported the .sql file of my forum into the new database I created with the new user/pass
But I still get
Database error
Also after the import, I can see the Databse and tables all through PHPMYADMIN, as well, I also did not forget to edit the config.php file
what am I doing wrong?
Here is what I did
-Created a new user called "newforums with a password (for example: dbtest101)
-Set the host to localhost
-Selected All permissions
Then I am going create the database
-Called it also "newforums" and left the default settings for the resst
Then I am going to create the permission
- Selected the "newforums" database, and chose "newforums" as the user
- Set the host to localhost
- Selected all permissions
Then I selected the database, did "excecute sql", then I browed for my vb database forums, and the I waited about 2-5min, no error's.
I can then see all 208 table's and also when I log into PHPMYADMIN, I can see it all there too!
So I go into the includes\config.php, I edit the dbname, username, and password, then I save it
Then I go to my link, still database error!
I Must be doing something wrong