About 70,600 results
Open links in new tab
  1. mysql - unable to create database due access denied - Ask Ubuntu

    May 5, 2014 · To login as another user, you will have to create that user first and grant him privileges. Create the user using - change newuser to the username you want and password …

  2. How to connect and create a database in MySQL? - Ask Ubuntu

    To exit from the mysql console enter exit. Now you should create the database with the root user. To do so: Open mysql from terminal: mysql -u root -p. Enter the password created before. …

  3. What does Arrow in mysql require - Ask Ubuntu

    Aug 20, 2013 · you have to add a closing ; (semicolon) to each mysql command. In this case: CREATE DATABASE logs; USE logs; CREATE TABLE FROM_DHCP(host varchar(35)); …

  4. permissions - Creating database access denied - Ask Ubuntu

    Jan 17, 2018 · MySQL - access denied for user root@localhost 4 access phpmyadmin on localhost & reconfigure phpmyadmin: ERROR 1045 (28000): Access denied for user …

  5. mysql - Not Allowed to Create User with GRANT - Ask Ubuntu

    Mar 9, 2021 · Mysql Ver 8.0.31-0; My root had no GRANT privileges so I could not grant new users any previlegies. Solution was to Drop current root user and create new one using …

  6. Different locations for MySQL databases? - Ask Ubuntu

    May 17, 2011 · MySQL stores the database data in separated dirs in /var/lib/mysql. I think, at first you had to make a dir, where you want to put the selected database's files. I think, at first you …

  7. PHPMyAdmin - How to fix #1006 - Can't create database …

    Jun 24, 2020 · Now when I try to create a database it shows #1006 - Can't create database 'database_name' (errno: 13 "permission denied"). I am not quite familiar with Ubuntu in recent …

  8. mysql - Create database - Ask Ubuntu

    Apr 1, 2013 · I want to create database. I know that I should use the following code: mysqladmin -h localhost -u {username} -p create lrs. I don't know if something should be replaced with …

  9. MySQL permissions and privileges problems - Ask Ubuntu

    I face a problem with the access to MySQL. I need to create and import a database but my default user have no necessary privileges to do it. I am using Ubuntu 16.04, additional details about …

  10. mysql - Database connection error - Ask Ubuntu

    Jun 25, 2018 · $ sudo mysql_secure_installation Securing the MySQL server deployment. Enter password for user root: Now, if you want simply want to connect to a remote database, specify …

Refresh