151
dbman
Re: can't connect to server - what's going on?
  • 2008/3/31 0:36

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Try creating a new MySQL user and giving privileges on the XOOPS database to that user. Once the new user and privileges are created update your mainfile.php to reflect the new database user credentials.



152
dbman
Re: xoops database ERD/documentation?
  • 2008/3/8 15:53

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Use insert-select statements to migrate your new data from one database to the other.

http://dev.mysql.com/doc/refman/5.0/en/insert-select.html

The data structure is pretty easy to see if you use a client like Toad for MySQL, MySQL Query Browser, Navicat, etc.



153
dbman
Re: Admin can no longer log in?
  • 2008/3/3 3:15

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


I think this may be the solution to your login problem:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=62926&forum=21&post_id=283368#forumpost283368



154
dbman
Re: Busy designer needs prefab xoops package. Content , data & modules preinstalled into xoops package.
  • 2008/2/28 3:09

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Couldn't you do a base build with all modules, theme(s) and content setup as you want then just package that install.

Would be a simple file copy then a dump and load of the database. You should only have to make changes to the mainfile.php with the appropriate info for hostname, db user and pass to complete the setup.

Sorry just noticed Will already suggested this approach :)



155
dbman
Re: Could not connect to the database serve
  • 2008/2/26 3:29

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


assuming it's your own server...

Did you try creating a new user already?
If not login to MySQL from terminal as the MySQL root user. Run:
grant all privileges on xoops_database.* to 'dbuser'@'localhost' identified by 'dbpassword';

flush privileges;

Try your install again using the credentials you just created.



156
dbman
Re: Creating menu with three levels
  • 2008/2/19 19:18

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Use Mastop Publish:
http://www.mastop.com.br/produtos/publish/

You can build your menu from documents created within mastop or from links.




TopTop
« 1 ... 13 14 15 (16)



Login

Who's Online

184 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits