This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
46
MySQL / Re: Creating new databases & users
« on: July 15, 2015, 04:59:59 PM »
Sorry for my double post.
For now i need to continue with creating a database.
If i will create the database manually through the command line.
Will this impact CWP? Like, will i see the right database under the right user with right permissions and stuff?
[edit]
Done this, databases still not showing up in CWP, database works fine with the create user.
For now i need to continue with creating a database.
If i will create the database manually through the command line.
Will this impact CWP? Like, will i see the right database under the right user with right permissions and stuff?
[edit]
Done this, databases still not showing up in CWP, database works fine with the create user.
47
MySQL / Re: Creating new databases & users
« on: July 14, 2015, 05:24:58 PM »
No error at all.
I go to SQL Services -> MySQL manager -> Create database and user:
Data Entered
================================
Database: orimaenl_typo3
Username: orimaenl_typo3
Password: <pass>
After that went to list databases & users, is empty.
Go to create only a database, says database is created.
Next thing, i login into putty.
As you can see, databases could be created before, but not in this version.
[edit]
Doesn't matter from what user i create the database btw. I tried it from the root as well from the user account itself.
I go to SQL Services -> MySQL manager -> Create database and user:
Data Entered
================================
Database: orimaenl_typo3
Username: orimaenl_typo3
Password: <pass>
After that went to list databases & users, is empty.
Go to create only a database, says database is created.
Next thing, i login into putty.
Code: [Select]
[orimaenl@localhost ~]$ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 71
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| blabla |
| mysql |
| postfix |
| root_cwp |
| roundcube |
| typo3 |
+--------------------+
8 rows in set (0.00 sec)
As you can see, databases could be created before, but not in this version.
[edit]
Doesn't matter from what user i create the database btw. I tried it from the root as well from the user account itself.
48
MySQL / Creating new databases & users
« on: July 12, 2015, 08:05:35 AM »
Not sure if it is me..
Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI
Running CWP version: 0.9.8.8
Cannot add any databases/database users through the system?
I was able todo this before.
Of course i can do this manually, but would be nice if it would work through the GUI
