Results 1 to 7 of 7

Thread: B3 phpmyadmin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,018
    Thanks
    2,110
    Thanked 1,086 Times in 753 Posts
    Quote Originally Posted by Ni3ls View Post

    EDIT: mysql -u root -p<mysql password> b3-db.sql doesnt work aswell. "Unknown database 'b3-db.sql' "

    The correct command looks like: mysql -u root -p databaseName < /path/to/your/b3/installation/b3-db.sql

    It's maybe easier to understand in single steps:

    1) Connect to MySQL: mysql -u root -p
    2) Enter MySQL root password
    3) "Use" the correct database: use databaseName;
    4) Now import the B3 MySQL layout: source /path/to/your/b3/installation/b3-db.sql;

    The database you need to create in phpMyAdmin or HeidiSQL first.

    Install phpMyAdmin: either download it directly: http://www.phpmyadmin.net/home_page/index.php

    With this step you can just extract it in /var/www.

    Or do: apt-get install phpmyadmin (this will make a "special link" to your phpmyadmin, like http://37.59.111.62/phpmyadmin)
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    Ni3ls (25th September 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •