Well, I just tried to connect to my database without a user and password but l got this error..
Attempting to attach to database... Connect failed: unexpected error from the database. Error number: 1044 Error description: Access denied for user: '@localhost' to database 'vbulletin' Please ensure that the database and server is correctly configured and try again. Click to go to the vBulletin website I tried to connect to my database with a user and password but it said that it cant connect to my database. What did l do? |
this is where im stuck
04. Open a CMD window and change it's location to your current MySQL /bin folder. 05. Set your Users: \bin> mysql --user=root mysql mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql> GRANT ALL PRIVILEGES ON *.* TO monty@'%' -> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost; mysql> GRANT USAGE ON *.* TO dummy@localhost; i dont understand what the CMD window is and where to set your users also mysql admin is not on for some reason....... its running a red light and i take it that the light is supposed to be greeen |
I think in the mysql > bin folder there's an exe where you can execute mysql queries within a DOS interface :)
|
^^^ ok thanx i seem to have gotten it now
|
Quote:
im having trouble trying to restore my sql file from my real boards to my test ones. -root -password vbulletin < blakkboy_vb.sql that is what im typing into the prompt but its saying that its not restoring. can someone help me out who used triad to set this up? |
could someone let me know what exactly i did wrong so i can import my db to my computer forums
|
Try
mysql -u root -p vbulletin < blakkboy_vb.sql |
^^^^^^^^ your a life saver, thanx buddy
|
Hi
I'm working on getting a handle on vB3 and have it running on my local computer so I can make forums and adjust "things". A fresh untouched vB3 is sitting on a remote live server with several test messages on it. What files and/directories do I need to upload from my home computer with the modified forums to update the live vb3 on my remote server so it looks and act like my finished version from my home computer? I want the appearance of the remote vB3 to be the same as the "adjusted" home version of vB3, but I don't want the new adjusted vB3 (with new forums etc.) to mess up the database on the live server How do I handle this merging of live database on the remote server with the newly adjusted vB3 uploaded from my localhost machine? Any help is appreciated. I'm pretty new at this stuff Thanks |
I'd do the following:
1) Make sure both run the same version 2) Shut down the live board 3) Make a backup of all files and the database (just in case anything goes wrong) 4) Upload all files form your test board 5) Export style & language from your testbord 6) Import both at your live board 7) If you made changes to the database structue do the same changes to the live system 8) Check if everything is ok 9) Open the live board |
All times are GMT. The time now is 04:43 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|